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 2Voice 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 3Alternative LLM Providers in Agents SDK
Moving beyond OpenAI, here we'll see how to use Anthropic's Claude with Agents SDK.