-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Building Agents with OpenAI Agents SDK
By :
Part 1 lays the conceptual and practical groundwork for the rest of the book. We start by defining what an agent is, how it differs from a traditional chatbot or API client, and why agents have become a compelling pattern for automating work across software, data, and business processes. We will then build a mental model of an AI agent that you can use throughout the book: the brain of an agent (the model), the hands and eyes of an agent (tooling interface), and the reference textbook (memory and knowledge), all under explicit constraints and guardrails. We will then learn about the core primitives of the best framework to build AI agents: OpenAI Agents SDK.
This part is deliberately pragmatic. After establishing the “why” and “what,” we get you hands-on quickly. You’ll install the prerequisites, scaffold a minimal project, and stand up your first working agent.
This part contains the following chapters: