The OpenAI Agents SDK is a lightweight yet powerful framework for building multi-agent workflows. It is provider-agnostic, supporting the OpenAI Responses and Chat Completions APIs, as well as 100+ other LLMs.
Image of the Agents Tracing UI
Note
Looking for the JavaScript/TypeScript version? Check out Agents SDK JS/TS.
Explore the examples directory to see the SDK in action, and read our documentation for more details.
python -m venv env
source env/bin/activate # On Windows: env\\Scripts\\activate
uv venv
source .venv/bin/activate # On Windows: .venv\\Scripts\\activate
pip install openai-agents