Building Agents with OpenAI Agents SDK: Create practical AI agents and agentic systems through hands-on projects
暫譯: 使用 OpenAI Agents SDK 建立代理:透過實作專案創建實用的 AI 代理和代理系統
Habib, Henry
- 出版商: Packt Publishing
- 出版日期: 2025-10-10
- 售價: $1,650
- 貴賓價: 9.5 折 $1,568
- 語言: 英文
- 頁數: 276
- 裝訂: Quality Paper - also called trade paper
- ISBN: 1806112019
- ISBN-13: 9781806112012
-
相關分類:
AI Coding
海外代購書籍(需單獨結帳)
買這商品的人也買了...
-
嵌入式系統設計實務-電路與驅動程式$250$225 -
Using SQLite (Paperback)$2,080$1,976 -
ASP.NET 本質論$520$442 -
$700Professional Scrum Development with Microsoft Visual Studio 2012 (Paperback) -
SQL Server 效能調校$450$351 -
Beginning Big Data with Power BI and Excel 2013: Big Data Processing and Analysis Using PowerBI in Excel 2013 (Paperback)$1,680$1,596 -
$474系統分析與設計:敏捷疊代方法(原書第6版) -
IoT Solutions in Microsoft's Azure IoT Suite: Data Acquisition and Analysis in the Real World$3,310$3,145 -
$796深度學習 -
演算法之美:隱藏在資料結構背後的原理 (C++版)$650$507 -
$534JSON 實戰 -
$284大數據技術 -
手機攝影必學 BOOK:用OX帶你學會拍人物、食物、風景等情境照片$398$299 -
創意競擇:從賈伯斯黃金年代的軟體設計機密流程,窺見蘋果的創意方法、本質與卓越關鍵$460$391 -
Web 開發者一定要懂的駭客攻防術 (Web Security for Developers: Real Threats, Practical Defense)$420$332 -
資料科學的統計實務 : 探索資料本質、扎實解讀數據,才是機器學習成功建模的第一步$599$473 -
Martin Fowler 的企業級軟體架構模式:軟體重構教父傳授 51個模式,活用設計思考與架構決策 (Patterns of Enterprise Application Architecture)$800$624 -
我懂了!專案管理 (暢銷紀念版)$400$316 -
電腦視覺機器學習實務|建立端到端的影像機器學習 (Practical Machine Learning for Computer Vision: End-To-End Machine Learning for Images)$780$616 -
Learning Blazor: Build Single-Page Apps with Webassembly and C# (Paperback)$2,185$2,070 -
ASP.NET Core Razor Pages in Action (Paperback)$2,310$2,195 -
無瑕的程式碼 軟體工匠篇:程式設計師必須做到的紀律、標準與倫理 (Clean Craftsmanship: Disciplines, Standards, and Ethics)$720$562 -
從源頭就優化 - 動手開發自己的編譯器實戰$880$695 -
UX 商業價值實現之道|打造成功的數位產品服務 (UX for Business: How to Design Valuable Digital Companies)$780$616 -
建構可擴展系統|設計分散式架構 (Foundations of Scalable Systems: Designing Distributed Architectures)$780$616
相關主題
商品描述
Master OpenAI's Agents SDK to design production-ready AI agents and agentic systems that solve real-world problems with practical guidance
Get your book with a free PDF, AI Assistant, and Next-Gen Reader
Key Features:
- Gain a complete understanding of the OpenAI Agents SDK features including models, tools, memory, guardrails, orchestration, tracing, and multi-agent systems
- Progressively build AI agents through several hands-on projects that evolve from a simple workflow to a complex multi-agent system
- Implement advanced agent capabilities such as RAG, MCPs, administration, workflow integration, and much more
Book Description:
Everyone's talking about AI agents, but how do you build one that works in the real world? Not a toy demo, but an agent that solves real problems, saves time, and integrates into workflows. With vague frameworks, fragmented tooling, and endless hype, most developers are left without a clear path. The hardest part isn't technical; it is knowing where to start.
This book gives you that starting point. It's a complete guide to building intelligent AI agents and agentic systems using the official OpenAI Agents SDK. It begins by grounding you in the core concepts, design principles, and architecture of AI agents, how they differ from other traditional systems, their advantages, and why that matters.
Through practical step-by-step projects, you'll master every feature of the SDK-tools, memory, RAG, multi-agent orchestration, tracing, handoffs, and more-while contributing to an end-to-end agent system that grows in complexity. Projects include a custom support agent, invoice and inventory assistant, health advisor, sales trainer, and data analyst, giving you production-ready skills.
By the end, you'll know how to design, build, and deploy agentic systems that interact with APIs, query databases, hand off to external systems, and drive meaningful outcomes. You won't just understand AI agents; you'll be ready to ship them.
What You Will Learn:
- Understand the core principles of AI agents and why they matter
- Use the OpenAI Agents SDK to build real, working agents from scratch
- Design both single-agent and multi-agent systems
- Integrate external tools, APIs, and data sources to extend agent capabilities
- Add memory and stateful context to your agents so they can "remember" and adapt over time
- Coordinate agent-to-agent handoff orchestrations
- Secure, monitor, and scale agents in production
Who this book is for:
This book is for LLM engineers, developers, tech-savvy professionals, analysts, and consultants who want to build practical agentic AI solutions using the OpenAI SDK. A basic understanding of Python and AI concepts is recommended, but no prior experience with agents is required. Whether you're exploring agents for the first time or want to deepen your skills with hands-on projects, this guide provides structured, production-ready knowledge.
Table of Contents
- Introduction to AI Agents
- Introduction to OpenAI Agents SDK
- Environment Setup and Developing Your First Agent
- Agent Tools and MCPs
- Memory and Knowledge
- Multi-Agent Systems and Handoffs
- Model and Context Management
- Agent System Management
- Building AI Agents and Agentic Systems