OpenAI Agents SDK
OpenAI's lightweight framework for multi-agent workflows.
An open-source library for building agents that use tools, hand work to each other and check inputs with guardrails. Works with OpenAI and over 100 other models, in Python or TypeScript.
Key info
- Pricing
- Open source
- Category
- Agents
- Best for
- Expert
- What it is
- A framework: a code library for building your own agents
- Do you need to code?
- Yes, in Python or TypeScript
- Cost
- Free and open source; you pay your model provider
- Models
- OpenAI, plus over 100 other models
- Install
- pip install openai-agents, or npm install @openai/agents
- Good for
- Agents that hand work to each other, with guardrails and tracing
Related reading
- Fundamentals
Row level security is the security boundary
If your database rows are protected by a check in your application code, they are not protected. Anything holding a key can talk to the database directly, an…
Expert