Search across all documentation pages
8 pages in this section.
Understand the trade-offs between native provider agent primitives and third-party frameworks. Learn when to use each for optimal agent development.
Learn to build and run OpenAI agents with 8 examples. Install the SDK, add function tools, manage conversations, attach handoffs, and read run results.
Learn to build a triage agent that delegates tasks to specialist agents using native handoff primitives in the OpenAI Agents SDK. Discover how to implement input and output
Build a tool-using agent with Anthropic's Messages API. Learn to define tools, execute tool_use blocks, and manage the agent loop.
Decide if native SDK primitives suffice for your AI agent or if you need a framework like LangGraph. This checklist helps evaluate your project's needs.
Learn ten best practices for building on OpenAI Agents SDK and similar native kits, covering agent design, tool use, and production operations.