Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
Generative AI with LangChain

You're reading from   Generative AI with LangChain Build production-ready LLM applications and advanced agents using Python, LangChain, and LangGraph

Arrow left icon
Product type Paperback
Published in May 2025
Publisher Packt
ISBN-13 9781837022014
Length 476 pages
Edition 2nd Edition
Languages
Concepts
Arrow right icon
Toc

Table of Contents (14) Chapters Close

Preface 1. The Rise of Generative AI: From Language Models to Agents 2. First Steps with LangChain FREE CHAPTER 3. Building Workflows with LangGraph 4. Building Intelligent RAG Systems 5. Building Intelligent Agents 6. Advanced Applications and Multi-Agent Systems 7. Software Development and Data Analysis Agents 8. Evaluation and Testing 9. Production-Ready LLM Deployment and Observability 10. The Future of Generative Models: Beyond Scaling 11. Other Books You May Enjoy 12. Index Appendix

Agentic architectures

As we learned in Chapter 5, agents help humans solve tasks. Building an agent involves balancing two elements. On one side, it’s very similar to application development in the sense that you’re combining APIs (including calling foundational models) with production-ready quality. On the other side, you’re helping LLMs think and solve a task.

As we discussed in Chapter 5, agents don’t have a specific algorithm to follow. We give an LLM partial control over the execution flow, but to guide it, we use various tricks that help us as humans to reason, solve tasks, and think clearly. We should not assume that an LLM can magically figure everything out itself; at the current stage, we should guide it by creating reasoning workflows. Let’s recall the ReACT agent we learned about in Chapter 5, an example of a tool-calling pattern:

Figure 6.1: A prebuilt REACT workflow on LangGraph

Figure 6.1: A prebuilt REACT workflow on LangGraph

Let’s look at a few relatively...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime