Loading lesson page...
OpenAI Agents SDK: Handoffs, Guardrails, Tracing
Learn + BuildPython (stdlib)OpenAI Agents SDK is the lightweight multi-agent framework built on the Responses API. Five primitives: Agent, Handoff, Guardrail, Session, Tracing. Handoffs are tools named transfer_to_. Guardrails trip on input or output. Tracing is on b...