LangGraph: Multi-Agent Workflows
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Related videos
Trump BLOWS IT on WORLD STAGE!!!!
Legal AF
44.4k views
L8 Principal's Agentic Engineering Workflow
Kun Chen
50.6k views
Matt Pocock’s Agentic Engineering Workflow (just copy him)
David Ondrej
58.6k views
Top 7 AI Agent Tools That Actually Work
Futurepedia
67.4k views
ICE LEAK shows AGENTS MELTING DOWN!!
Adam Mockler
280.6k views
These Tools Changed My Python Workflow
Tech With Tim
31.2k views
Context Engineering for AI Agents with LangChain and Manus
LangChain
67.0k views
How to Build an Advanced AI Agent with Search (LangGraph, Python, Bright Data & More)
Tech With Tim
44.4k views
AI News: New FREE Agent Is Blowing My Mind
Matt Wolfe
184.1k views
How to apply context engineering
LangChain
58.0k views
Top Comments (10)
Fantastic work as always. Thanks to the LangChain team.
Great video. Can you PLS create an example in langgraph on how to use an SQL database tool and call the tool with an agent. More importantly do a RAG search with it. That would be helpful
These videos never cease to impress me. Straight-forward and effective. Thank you, LangChain team!
That would be great if you add a disclaimer at the beginning of the video mentionning that it's for intermediate and advanced levels because beginners will feel lost and sometimes more confused just like me
Great video. One bit things I'm trying to figure out: how can the tools access the graph state? I mean custom tools. I really need them to have context of the conversation, user session metadata, etc, and I can't past them that info if the tools are called just with the parameters filled with syntetic data generated by the llm. I'm sure there is a way to do it but can't seem to fiture it out. Thanks!
I tried to implement multiagent using supervisor agent and running into issue where it couldn't parse function call. langchain_core.exceptions.OutputParserException: Could not parse function call: 'function_call
Excited to get my hands dirty with langgraph. Hopping on now!
Thank you! Very helpful. I did the first 2 exercises. I'll be back for the 3rd.
This is a super helpful series, a quick starter, easy to follow along with practical examples, thanks so many Harrison! Starting to experiment right away!
is there a way to control through the code of each agent how many call to chatgpt, for example, can be done? in order to control tokens consumption.
Unlock the Data Inside
Turn Videos into Knowledge
- Get FREE 10/day: transcripts, summaries, chats
- Chat with videos, export text & PDF
- $1 free API credit for RAG, chatbots & research
Free forever plan • All features unlocked
Top Comments (10)
Fantastic work as always. Thanks to the LangChain team.
Great video. Can you PLS create an example in langgraph on how to use an SQL database tool and call the tool with an agent. More importantly do a RAG search with it. That would be helpful
These videos never cease to impress me. Straight-forward and effective. Thank you, LangChain team!
That would be great if you add a disclaimer at the beginning of the video mentionning that it's for intermediate and advanced levels because beginners will feel lost and sometimes more confused just like me
Great video. One bit things I'm trying to figure out: how can the tools access the graph state? I mean custom tools. I really need them to have context of the conversation, user session metadata, etc, and I can't past them that info if the tools are called just with the parameters filled with syntetic data generated by the llm. I'm sure there is a way to do it but can't seem to fiture it out. Thanks!
I tried to implement multiagent using supervisor agent and running into issue where it couldn't parse function call. langchain_core.exceptions.OutputParserException: Could not parse function call: 'function_call
Excited to get my hands dirty with langgraph. Hopping on now!
Thank you! Very helpful. I did the first 2 exercises. I'll be back for the 3rd.
This is a super helpful series, a quick starter, easy to follow along with practical examples, thanks so many Harrison! Starting to experiment right away!
is there a way to control through the code of each agent how many call to chatgpt, for example, can be done? in order to control tokens consumption.