The OpenAI Agents SDK provides primitives for creating agents that can delegate tasks, call tools and share context. It builds on the Swarm project and includes tracing features for debugging and monitoring complex workflows.
Developers define agents with instructions and optional guardrails. Handoffs let agents route requests to specialized peers, while tracing visualizes interactions for easier troubleshooting.