AI Agents and Applications: With Langchain, Langgraph, and MCP (Paperback)
暫譯: AI代理與應用:使用Langchain、Langgraph和MCP (平裝本)
Infante, Roberto
買這商品的人也買了...
-
Arduino 官方正版 Genuino 101$1,700$1,700 -
Raspberry Pi 3 Model B+ (UK製)$1,720$1,685 -
晉昇軟體最高殿堂:Jenkins2 持續整合大師之路$600$474 -
$1,320Deep Learning with JavaScript: Neural Networks in Tensorflow.Js -
JavaScript 技術手冊$560$476 -
Building a Future-Proof Cloud Infrastructure: A Unified Architecture for Network, Security and Storage Services (Paperback)$1,998$1,898 -
$1,584Microservices Security in Action -
Principles of Distributed Database Systems, 4/e (Paperback)$2,500$2,375 -
$2,070Multithreaded JavaScript: Concurrency Beyond the Event Loop -
Recommender Systems: The Textbook (Paperback)$2,900$2,755 -
Understanding Distributed Systems : What every developer should know about large distributed applications, 2/e (Paperback)$1,650$1,617 -
Network Models for Data Science: Theory, Algorithms, and Applications (Hardcover)$1,580$1,548 -
OpenTelemetry 入門指南:建立全面可觀測性架構(iThome鐵人賽系列書)【軟精裝】$750$585 -
$1,995Learning Systems Thinking: Essential Nonlinear Skills and Practices for Software Professionals (Paperback) -
Collaborative Software Design: How to Facilitate Domain Modeling Decisions$1,840$1,748 -
內行人才知道的機器學習系統設計面試指南 (Machine Learning System Design Interview)$680$537 -
Mastering Opentelemetry and Observability: Enhancing Application and Infrastructure Performance and Avoiding Outages$2,100$1,995 -
$2,603Prompt Engineering for LLMs: The Art and Science of Building Large Language Model-Based Applications (Paperback) -
$2,520AI Engineering : Building Applications with Foundation Models (Paperback) -
$2,175Full Stack JavaScript Strategies: The Hidden Parts Every Mid-Level Developer Needs to Know (Paperback) -
Graph Neural Networks in Action (Paperback)$2,140$2,033 -
$2,083Beyond Vibe Coding: From Coder to Ai-Era Developer (Paperback) -
$2,327Building Event-Driven Microservices: Leveraging Organizational Data at Scale -
Latency: Reduce Delay in Software Systems (Paperback)$2,370$2,322 -
Just Use Postgres!: All the Database You Need$2,160$2,052
相關主題
商品描述
Get a free eBook (PDF or ePub) from Manning as well as access to the online liveBook format (and its AI assistant that will answer your questions in any language) when you purchase the print book.
AI-powered applications are rapidly becoming the new normal. Personal productivity assistants, coding agents, smarter search, and automated reporting tools are popping up everywhere. The LangChain ecosystem, and standards like MCP are driving this new gold rush. This book helps you claim your spot.
This is your hands-on guide to creating real, production-ready language model solutions. With LangChain and LangGraph, you'll orchestrate powerful agentic workflows and build dynamic tool-based agents that can search, summarize, reason, and act. You'll move from essential prompt engineering to advanced Retrieval Augmented Generation (RAG), and finally to deploying multi-agent systems using modern integration standards like the Model Context Protocol (MCP).
In AI Agents and Applications: With LangChain, LangGraph and MCP, you'll discover:
- Prompt and context engineering for accurate, hallucination-resistant systems
- Advanced RAG for summarization, semantic search, and reliable Q&A
- Structured, multi-step agentic workflows with LangGraph
- Tool-based agents that adapt in real time
- Multi-agent systems for complex, real-world tasks
- MCP integration to expose, compose, and consume plug-and-play tools
About the technology
This book teaches you to design reliable LLM-powered systems by focusing on the concepts, architectures, and design patterns that will stay stable even as models and APIs change. You'll learn to structure prompts, compose modular chains, and build RAG pipelines that ingest documents, split them into chunks, embed them, retrieve the right context, and ground answers to elliminate (or vastly reduce) hallucinations.
About the book
Along the way you'll build concrete applications--summarization and Q&A engines, context-aware chatbots with memory, and tool-using AI agents that orchestrate multi-step workflows with branching logic. For the examples, the book uses Python, LangChain, LangGraph, and LangSmith, but you'll be able to generalize to other frameworks. You'll understand with clarity and confidence how to keep integrations maintainable, manage context limits and cost/latency tradeoffs, and evaluate, debug, and monitor behavior so your systems work in production.
About the author
Roberto Infante is an AI innovator with deep FinTech experience, working for a London-based hedge fund. He specializes in building agentic systems for both plain vanilla and exotic quantitative analysis.
Table of Contents
Part 1
1 Introduction to AI agents and applications
2 Executing prompts programmatically
Part 2
3 Summarizing text using LangChain
4 Building a research summarization engine
5 Agentic workflows with LangGraph
Part 3
6 RAG fundamentals with ChromaDB
7 Q&A chatbots with LangChain and LangSmith
Part 4
8 Advanced indexing
9 Question transformations
10 Query generation, routing, and retrieval postprocessing
Part 5
11 Building tool-based agents with LangGraph
12 Multi-agent systems
商品描述(中文翻譯)
購買印刷書籍時,您將獲得Manning提供的免費電子書(PDF或ePub),以及在線liveBook格式的訪問權限(及其AI助手,能以任何語言回答您的問題)。
由AI驅動的應用程式正迅速成為新常態。個人生產力助手、編碼代理、更智能的搜索和自動報告工具隨處可見。LangChain生態系統和像MCP這樣的標準正在推動這場新的黃金熱潮。本書將幫助您佔據一席之地。
這是您創建真正的、可投入生產的語言模型解決方案的實用指南。使用LangChain和LangGraph,您將協調強大的代理工作流程,並構建能夠搜索、總結、推理和行動的動態工具型代理。您將從基本的提示工程進入到高級的檢索增強生成(RAG),最後使用現代集成標準如模型上下文協議(MCP)來部署多代理系統。
在AI代理與應用:使用LangChain、LangGraph和MCP中,您將發現:
- 用於準確且抗幻覺系統的提示和上下文工程
- 用於總結、語義搜索和可靠問答的高級RAG
- 使用LangGraph的結構化多步代理工作流程
- 實時適應的工具型代理
- 用於複雜現實任務的多代理系統
- MCP集成以暴露、組合和使用即插即用工具
關於技術
本書教您設計可靠的LLM驅動系統,重點在於即使模型和API變化,仍能保持穩定的概念、架構和設計模式。您將學會如何結構提示、組合模組化鏈條,並構建RAG管道,這些管道能夠攝取文檔、將其拆分為片段、嵌入、檢索正確的上下文,並將答案基於事實以消除(或大幅減少)幻覺。
關於本書
在此過程中,您將構建具體的應用程式——總結和問答引擎、具有記憶的上下文感知聊天機器人,以及使用工具的AI代理,這些代理協調具有分支邏輯的多步工作流程。對於示例,本書使用Python、LangChain、LangGraph和LangSmith,但您將能夠將其推廣到其他框架。您將清晰且自信地理解如何保持集成的可維護性、管理上下文限制和成本/延遲的權衡,並評估、調試和監控行為,以確保您的系統在生產中正常運作。
關於作者
Roberto Infante是一位AI創新者,擁有深厚的金融科技經驗,曾在一家位於倫敦的對沖基金工作。他專注於為普通和特殊的量化分析構建代理系統。
目錄
第一部分
1 AI代理與應用介紹
2 程式化執行提示
第二部分
3 使用LangChain進行文本總結
4 構建研究總結引擎
5 使用LangGraph的代理工作流程
第三部分
6 使用ChromaDB的RAG基礎
7 使用LangChain和LangSmith的問答聊天機器人
第四部分
8 高級索引
9 問題轉換
10 查詢生成、路由和檢索後處理
第五部分
11 使用LangGraph構建工具型代理
12 多代理系統