AI Engineer's Guide to OpenAI's Agents SDK
OpenAI's Agents SDK is a production-ready AI framework focused on allowing engineers to build agentic applications within a simple yet robust framework. In AI we often see frameworks that are bloated and confusing, Agents SDK is neither, it is well structured, simple, and yet it is very robust.
by Joshua & James Briggs

Subscribe for updates:
Chapter 1
Tracing with Agents SDK
Agents SDK automatically enables powerful tracing capabilities accessible via OpenAI's Platform. Here we'll learn how to use them.
Chapter 2
Multi-Agent Systems in Agents SDK
Multi-agent systems are a powerful way to build AI systems that can handle complex tasks. Agents SDK enables easy-to-build multi-agent systems.
Chapter 3
Voice Agents in Agents SDK
Voice is set to become the dominant interface through which we interact with AI systems. Agents SDK enables easy-to-build voice features.
Chapter 4
Alternative LLM Providers in Agents SDK
Moving beyond OpenAI, here we'll see how to use Anthropic's Claude with Agents SDK.