Build an AI Agent (From Scratch): Agents that reason, plan, and act autonomously (Final Release)
- Добавил: literator
- Дата: 5-08-2026, 17:06
- Комментариев: 0
Автор: Jungjun Hur, Younghee Song
Издательство: Manning Publications
Год: 2026
Страниц: 430
Язык: английский
Формат: pdf, epub
Размер: 10.1 MB
"A practical guide for anyone who wants to move beyond demos and create agentic systems with confidence.” - Elliot Kim, Coupang Inc.
Build an AI Agent (From Scratch) is a fascinating step-by-step journey through design, development, and deployment of a system of autonomous AI agents. Authors Jungjun Hur and Younghee Song guide you concept by concept as you build a sophisticated research agent in Python, designed to solve complex, multi-step tasks from the rigorous GAIA (General AI Assistants) benchmark. By seeing the construction of the system end to end, you’ll understand how the underlying mechanics are unobstructed by any existing blackbox libraries and frameworks.
This book includes ten meaty chapters and a handy appendix (about how to get an OpenAI API key). The technical explanations throughout the book are made crystal clear by the use of many helpful diagrams. As one reviewer remarked, even for someone building their first agent, “nothing feels like magic or a mystery after the first few chapters!”
Early on, you’ll establish the foundational blueprint for your agent by distinguishing rigid developer-defined workflows from true, LLM-directed agent loops. You’ll learn how to manage stateless APIs, enforce structured outputs using Pydantic, and implement dynamic tool-calling. Crucially, the book centers on “Context Engineering”—the discipline of systematically structuring information to prevent context rot and the “Lost in the Middle” effect. One technical reviewer particularly appreciated that core concepts like agent loops, context engineering, and evaluation are introduced with clear motivation and practical examples rather than as isolated abstractions.
After you build the basic agent, you’ll progressively expand its capabilities by integrating custom web search, local file system exploration, and vector-based RAG to navigate complex data. You’ll also enable the agent to recall past failures and adapt state persistence through hierarchical context optimization and longterm memory. Along the way, you’ll see how to use the Model Context Protocol (MCP) to seamlessly connect your agent to external tools and servers.
Later chapters push into advanced territory. To prevent the agent from hallucinating or looping during complex tasks, you’ll implement explicit planning and procedural reflection. Then, you’ll explore the Code-Act paradigm, empowering the agent with sandboxed cloud environments to securely write scripts, run CLI commands, and compose tools dynamically. Finally, you’ll up-scale your project from a single agent into a collaborative, multi-agent architecture using the A2A protocol, where specialized tasks are routed to isolated sub-agents to maximize token efficiency.
Because highly autonomous agents carry real-world risks, the book culminates in a rigorous observability and evaluation pipeline. You’ll implement an automated LLM-as-a-judge system—powered by Open Telemetry—to trace, grade, and continuously refine the agent’s trajectory and outputs. By building every layer from the ground up, the book ensures that readers are left with a deep, practical understanding of AI mechanics.
The scope of this book is narrow on purpose. Rather than survey every framework or document any one of them in detail, it walks through the components of every agent, building them in Python with tools that run on a laptop and hold up in production. Python was the natural choice because the large language model (LLM) ecosystem already lives there, and the supporting libraries, such as LiteLLM for model access and Model Context Protocol (MCP) for tool interoperability, were chosen because they don’t obscure the ideas.
what's inside
End-to-end construction of a framework-free, autonomous AI agent in Python
Advanced practical integrations including MCP, vector-based RAG, long-term memory, and sandboxed code execution
Multi-agent orchestration and automated LLM-as-a-judge evaluation pipelines
about the reader
For Python developers with some knowledge of Machine Learning who want to build and deeply understand agentic systems without relying on abstract libraries.
about the authors
Jungjun Hur is an independent AI and data engineer who specializes in building agentic systems for e-commerce. He is the author of Practical AI Application Development Using LLMs. Younghee Song is an AI consultant at PricewaterhouseCoopers (PwC). Both authors live and work in South Korea.
Скачать Build an AI Agent (From Scratch) (Final Release)
Ссылки удалены по требованию правообладателя
[xfgiven_id-knigi]
Внимание
Уважаемый посетитель, Вы зашли на сайт как незарегистрированный пользователь.
Мы рекомендуем Вам зарегистрироваться либо войти на сайт под своим именем.
Уважаемый посетитель, Вы зашли на сайт как незарегистрированный пользователь.
Мы рекомендуем Вам зарегистрироваться либо войти на сайт под своим именем.
Информация
Посетители, находящиеся в группе Гости, не могут оставлять комментарии к данной публикации.
Посетители, находящиеся в группе Гости, не могут оставлять комментарии к данной публикации.
