OPENAI AGENTS SDK(1)Agent Framework ReferenceOPENAI AGENTS SDK(1)
NAME
openai-agents-sdk — The OpenAI Agents SDK is the successor to Swarm, providing a production-ready Python framework for building multi-agent systems with OpenAI models.
METADATA
CATEGORY
SDK
SDK
PRICING
Free
Free
LANGUAGE
Python
Python
VERIFIED
2026-03-16
2026-03-16
STATUS
ACTIVE
ACTIVE
VENDOR
OpenAI
OpenAI
LINKS
CONFIG FILES
PATTERNS
SWARMAutonomous agents collaborate as peers without a central coordinator.
HIERARCHICALManager agent delegates tasks to worker agents in a tree structure.
PROTOCOLS
DESCRIPTION
The OpenAI Agents SDK is the successor to Swarm, providing a production-ready Python framework for building multi-agent systems with OpenAI models. It supports swarm and hierarchical orchestration patterns with handoffs between agents, built-in guardrails, and MCP tool integration. Configuration is driven by AGENTS.md files for agent instructions.
SEE ALSO
Related frameworks:
Also a coding tool:View as coding tool
OpenAI2026-03-16OPENAI AGENTS SDK(1)