OpenAI Agents SDK
OpenAI Agents SDK is an MIT-licensed, Python-first framework for building applications in which language models use tools, delegate work and continue through a managed agent loop. Its central abstractions are agents, tools, handoffs and guardrails, with the runtime handling turns and tool execution while application code retains control over orchestration. OpenAI models use the Responses API by default, and the model layer also documents routes to other providers. The package succeeds OpenAI's experimental Swarm project and is intended for developers who want more structure than calling a model API directly without adopting a large workflow system.
Top features
- Define agents with instructions, tools, typed outputs, handoffs and input or output guardrails. Python functions can become schema-backed tools, while hosted tools and agents-as-tools cover broader delegation patterns.
- Build multi-agent systems either by handing control to a specialist or by keeping a manager agent in charge while specialists run as tools.
- Connect agents to Model Context Protocol servers, with documented transports, tool filtering, prompt access, caching and trace integration.
- Keep conversational state through sessions and choose how prior turns are carried into a run. Runs can pause for human approval and resume after a decision.
- Inspect model generations, tool calls, handoffs, guardrails and custom events through built-in tracing. Hooks expose lifecycle events for additional logging or application behavior.
- Create realtime voice agents or speech-to-text, agent and text-to-speech pipelines. Sandbox agents add isolated, resumable workspaces for tasks that need files or shell capabilities.
Use cases
- Route support, intake or operations requests to specialized agents while preserving a clear final-response owner.
- Build research and document workflows that call internal functions, hosted tools or MCP services and retain context between turns.
- Add validation and approval checkpoints around sensitive tool calls or structured outputs.
- Prototype and operate low-latency voice assistants, or run coding and review tasks inside an isolated workspace.
- Trace multi-step behavior during development, evaluation and production monitoring without designing a separate event model first.
No linked agents yet.
Register an agentGrok Build 1.0 Is xAI’s Bid to Make Terminal Coding Agents Usable Every Day
Grok Build 1.0.0 arrived on August 7, 2026. Its headline is not a new model or benchmark score, but the less glamorous work of making an agent that edits code, runs commands, and keeps working easier to control and recover.
AI Tools · Aug 8, 2026
Cloudflare Built a Browser for Agents, Not Humans, and Put It on Workers
Kitesurf is a Chromium alternative for agent workloads: Rust/Wasm pieces, V8 isolates, CDP compatibility, 3–7× less CPU/memory on Cloudflare’s corpus, and an honest list of things it still cannot do.
ai-agents · Aug 7, 2026
ChatGPT Puts GPT-5.6 Sol on Instant, Unlimited Luna on Free, and Leaves Work and Codex Alone
OpenAI’s August 6, 2026 ChatGPT update unifies paid Instant and reasoning on a retuned Sol, moves Free and Go to Luna with a later unlimited-text window, and keeps agent surfaces on the July models.
ai-models · Aug 6, 2026

