Open SourceAgents16k
OpenAI Agents SDK
OpenAI's lightweight, production-ready framework for building agentic apps.
The OpenAI Agents SDK is a small, unopinionated Python framework for building multi-agent workflows around a few core primitives: agents, handoffs between agents, guardrails, and sessions. It is provider-agnostic and works with the Responses and Chat Completions APIs as well as many non-OpenAI models, with built-in tracing for debugging and evaluation. It is the successor to the experimental Swarm project and is aimed at putting agents into production.
Repository
openai/openai-agents-pythonLanguage
PythonWhat you'd build with it
- Build agents that delegate tasks to specialized sub-agents via handoffs
- Add input and output guardrails to validate and constrain agent behavior
- Trace and debug multi-step agent runs with the built-in tracing dashboard
Tags
openaiagentshandoffstracing