LangGraph Crash Course with code examples
Colab 01. Learning LangGraph Agent Executor: https://drp.li/vL1J9
Colab 02. Learning LangGraph - Chat Executor: https://drp.li/HAz3o
Colab 03. Learning LangGraph - Agent Supervisor: https://drp.li/xvEwd
Interested in building LLM Agents? Fill out the form below
Building LLM Agents Form: https://drp.li/dIMes
Github:
https://github.com/samwit/langchain-tutorials (updated)
https://github.com/samwit/llm-tutorials
Time Stamps:
00:00 Intro
00:19 What is LangGraph?
00:26 LangGraph Blog
01:38 StateGraph
02:16 Nodes
02:42 Edges
03:48 Compiling the Graph
05:23 Code Time
05:34 Agent with new create_open_ai
21:37 Chat Executor
27:00 Agent Supervisor