CrewAI
Configure a RedPill-backed crew and bounded task.
PydanticAI
Build a typed agent with explicit usage limits.
OpenAI Agents SDK
Use a custom OpenAI client and Chat Completions model.
Shared production checks
Before deploying any agent:- Confirm the selected model declares
toolsinGET /v1/models. - Add timeouts, bounded retries, request limits, and tool-call limits.
- Treat model output and tool arguments as untrusted input.
- Use
tee.redpill.aiwith anis_tee: truemodel when calls must reject standard upstreams.