LangGraph: Multi-Agent Workflows

  Рет қаралды 47,456

LangChain

LangChain

5 ай бұрын

LangGraph makes it easy to construct multi-agent workflows, where each agent is a node, and the edges define how they communicate. In this video we will walk through three examples of multi-agent workflows
Python code: github.com/langchain-ai/langg...
JavaScript code: github.com/langchain-ai/langg...

Пікірлер: 53
@paraconscious790
@paraconscious790 5 ай бұрын
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!
@christopherscheidel5431
@christopherscheidel5431 5 ай бұрын
Fantastic work as always. Thanks to the LangChain team.
@akashlives
@akashlives 5 ай бұрын
Thank you for constantly posting such videos. So easy to use and adopt.
@bqmac43
@bqmac43 3 ай бұрын
These videos never cease to impress me. Straight-forward and effective. Thank you, LangChain team!
@Mullheimer
@Mullheimer 4 ай бұрын
Great way of explaning. Thank you. Will dive into it sometime soon.
@ManiSaintVictor
@ManiSaintVictor 4 ай бұрын
Thank you! Very helpful. I did the first 2 exercises. I'll be back for the 3rd.
@dvirbenor2690
@dvirbenor2690 4 ай бұрын
Very interesting and well explained! Thanks 👌
@user-uv8tx8lb4b
@user-uv8tx8lb4b 4 ай бұрын
Awesome! Thank you guys for great work
@Orcrambo
@Orcrambo 5 ай бұрын
Excited to get my hands dirty with langgraph. Hopping on now!
@kevinkawchak
@kevinkawchak Ай бұрын
Thank you for the discussion.
@raphaelb7933
@raphaelb7933 2 ай бұрын
Super helpful series. I delved a lot in langchain source code, docs to customize already well-established examples and started these series for LangGraph it's a great format thanks a lot.
@tonyppe
@tonyppe 28 күн бұрын
are you using ai to write youtube comments?
@lucascresci509
@lucascresci509 4 ай бұрын
Bro is just a beast!
@drtristanbehrens
@drtristanbehrens 4 ай бұрын
Such a cool video!
@octopusfinds
@octopusfinds 2 ай бұрын
Thank you!
@glowstorm334
@glowstorm334 2 ай бұрын
For anyone facing any error , there are the two error I have faced : 1: Make sure Matplotib is installed in your environment 2: Change the name of Chart Generator to Chart_Genenrator , this fixes an error which the regex does not recognize the name of Chart Generator.
@waneyvin
@waneyvin 5 ай бұрын
great job! please advise how if I wanna add reward or policy into the state for further decision making sake.
@ragsAI
@ragsAI 5 ай бұрын
Hi! Is Langchain integratable/compatible with redshift/databricks? (especially the text-to-sql framework)? Thank you.
@johnvicente796
@johnvicente796 24 күн бұрын
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
@rahulvb5044
@rahulvb5044 2 ай бұрын
In the supervisor example , the model returns , { "function_call" : { "arguments" : "{"next","Coder"}", "name" : "route" } How is this used to determine the next agent. Or how is Agentstate populated with next : Coder after getting the above out put from model. I can see a JsonOutputFunctionsParser. But i cant understand, how next value is determined from that
@adandrea
@adandrea Ай бұрын
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!
@zelx7567
@zelx7567 Ай бұрын
Thank you langchain team, this helps a lot. In the example multi-agent graph all agents share the same instance of a large language model (LLM), is it possible to use different LLMs for different agents?
@StaraX95
@StaraX95 8 сағат бұрын
yep
@adityagaurav2816
@adityagaurav2816 4 ай бұрын
I tried to implement supervisor based multi agent framework for my use case but after my workers return something to supervisor , supervisor doesn't call FINISH and get into a loop of calling the same worker again and again. Has anyone faced this issue ? or know how to fix this ?
@estebanmunoz1637
@estebanmunoz1637 4 ай бұрын
I can't make this example work using AzureOpenAI, I am receiving the error: 'create() got an unexpected keyword argument 'functions'' after executing: result = agent.invoke({"input": "what's the weather in SF?", "intermediate_steps": []}) Are Agents supported using AzureOpenAI? I have been trying different formulas but I cannot make my agents work using AzureOpenAI
@aryangautam7161
@aryangautam7161 4 ай бұрын
Are there examples on how you can use multi agent workflow that doesn’t involve openAI function calling?
@VijayasarathyMuthu
@VijayasarathyMuthu 4 ай бұрын
Could you show how to bring Humans in the Loop in each architecture or any one of them?
@Stormyys
@Stormyys 4 ай бұрын
How do we get access to langsmith?
@LangChain
@LangChain 4 ай бұрын
DM Harrison on twitter @hwchase17 :)
@joehenri1
@joehenri1 4 ай бұрын
What is the differences between CrewAI and LangGraph ?
@yuripourre
@yuripourre 2 ай бұрын
CrewAI is a thin wrapper around langgraph.
@adamwilfrid3271
@adamwilfrid3271 5 ай бұрын
requesting for Langsmith access please 😊
@LangChain
@LangChain 4 ай бұрын
DM Harrison on twitter for access @hwchase17 :)
@manfyegoh
@manfyegoh 4 ай бұрын
hi how do i get access to langsmith?
@LangChain
@LangChain 4 ай бұрын
Drop Harrison a message on twitter @hwchase17 and he'll sort you out
@manfyegoh
@manfyegoh 4 ай бұрын
@@LangChain thanks! i just gotten my access!
@carterjames199
@carterjames199 5 ай бұрын
How can I request access to langsmith??
@LangChain
@LangChain 4 ай бұрын
hey, if you drop Harrison a message on twitter @hwchase17 he'll get you access
@carterjames199
@carterjames199 4 ай бұрын
@@LangChain already done he was very fast to reply
@Kenykore
@Kenykore 4 ай бұрын
Need access to langsmith
@LangChain
@LangChain 4 ай бұрын
DM Harrison on twitter @hwchase17 :)
@googleyoutubechannel8554
@googleyoutubechannel8554 4 ай бұрын
Oh no, I feel so sorry for everyone trying to use this, you don't have nearly enough basic logging functionality or debugging / investigation tooling in langchain to make using multiple prompt stages remotely tolerable, I wonder how long it will take people trying to actually implement this to solve a problem to figure it out.
@ste7081
@ste7081 4 ай бұрын
didn’t they make langsmith exactly for this?
@xfldiazx
@xfldiazx Ай бұрын
​@@ste7081 but it's not private :( honestly a framework should not rely on a paid service for basic functionality, I wish I could use it though
@user-ul5mh5gz1o
@user-ul5mh5gz1o 4 ай бұрын
Great video! Can you hook me up with Langsmith?
@user-rn4vu8th3r
@user-rn4vu8th3r 4 ай бұрын
Great video! Can you hook me up with langsmith? :)
@LangChain
@LangChain 4 ай бұрын
Shoot Harrison a message on twitter @hwchase17 :)
@aryangautam7161
@aryangautam7161 4 ай бұрын
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
@avi7278
@avi7278 5 ай бұрын
What's your Twitter?
LangGraph: Persistence
4:13
LangChain
Рет қаралды 5 М.
LangGraph Crash Course with code examples
39:01
Sam Witteveen
Рет қаралды 62 М.
터키아이스크림🇹🇷🍦Turkish ice cream #funny #shorts
00:26
Byungari 병아리언니
Рет қаралды 24 МЛН
Why did the angel disappear?#Short #Officer Rabbit #angel
00:38
兔子警官
Рет қаралды 6 МЛН
Final muy increíble 😱
00:46
Juan De Dios Pantoja 2
Рет қаралды 26 МЛН
ТАМАЕВ vs ВЕНГАЛБИ. Самая Быстрая BMW M5 vs CLS 63
1:15:39
Асхаб Тамаев
Рет қаралды 4,8 МЛН
What's next for AI agentic workflows ft. Andrew Ng of AI Fund
13:40
Sequoia Capital
Рет қаралды 254 М.
Building a self-corrective coding assistant from scratch
24:26
Multi-Agent RAG
1:00:50
AI Makerspace
Рет қаралды 8 М.
LangGraph 101: it's better than LangChain
32:26
James Briggs
Рет қаралды 50 М.
LangGraph Simplified: Master Custom AI Agent Creation
43:51
Data Centric
Рет қаралды 13 М.
GraphRAG: LLM-Derived Knowledge Graphs for RAG
15:40
Alex Chao
Рет қаралды 74 М.
Learn LangGraph - The Easy Way
28:29
Menlo Park Lab
Рет қаралды 17 М.
Reliable, fully local RAG agents with LLaMA3
21:19
LangChain
Рет қаралды 95 М.
터키아이스크림🇹🇷🍦Turkish ice cream #funny #shorts
00:26
Byungari 병아리언니
Рет қаралды 24 МЛН