LangGraph for beginners : Agentic Workflows in simple steps
2025-05-08
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English (US) | Size: 1.39 GB | Duration: 3h 9m
2025-05-08
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English (US) | Size: 1.39 GB | Duration: 3h 9m
A Step-by-Step Guide to Master LangChain
What you'll learn
What LangGraph is and how it fits into the GenAI ecosystem
Build your first LangGraph workflow using a state machine
Validate and structure your state using Pydantic models
Use async and streaming to build responsive applications
Implement conditional routing based on LLM output
Understand reducers and how they manage state transitions
Master tool calling with LangGraph’s built-in ToolNode
Learn about checkpointers, and apply both short-term (in-memory) and long-term (SQLite, Redis) memory storage
Build Agentic RAG workflows using tools and retrievers
Implement Human-in-the-Loop workflows using Interrupt and resume
Modularize complex graphs using subgraphs
Apply everything in a real-time Hospital Insurance Claim Management use case
Add tracing and observability using LangSmith
Explore essential agentic design patterns to scale your applications
All in simple steps
Requirements
Knowledge of Python
Experience with LangChain
Description
Are you ready to go beyond simple LLM apps and build powerful, stateful, and agentic workflows using LangGraph?In this beginner-friendly course, you’ll master LangGraph, an open-source library built on top of LangChain, designed for orchestrating multi-agent applications using a graph-based architecture. Whether you’re building intelligent agents, dynamic RAG pipelines, or real-world enterprise solutions, this course gives you the solid foundation you need.What You’ll Learn• What LangGraph is and how it fits into the GenAI ecosystem• Build your first LangGraph workflow using a state machine• Validate and structure your state using Pydantic models• Use async and streaming to build responsive applications• Implement conditional routing based on LLM output• Understand reducers and how they manage state transitions• Master tool calling with LangGraph’s built-in ToolNode• Learn about checkpointers, and apply both short-term (in-memory) and long-term (SQLite, Redis) memory storage• Build Agentic RAG workflows using tools and retrievers• Implement Human-in-the-Loop workflows using Interrupt and resume• Modularize complex graphs using subgraphs• Apply everything in a real-time Hospital Insurance Claim Management use case• Add tracing and observability using LangSmith• Explore essential agentic design patterns to scale your applicationsWho This Course Is For• AI developers looking to build production-grade agentic apps• LangChain users who want to level up to graph-based orchestration• Backend engineers interested in tool use, memory, and state control• Anyone working on LLM workflows in real-world use casesPrerequisites• Basic Python knowledge• Some familiarity with LangChainBy the end of this course, you’ll be able to:• Confidently build, scale, and debug LangGraph workflows• Integrate LLMs, tools, memory, and human feedback into your apps• Apply LangGraph in real-world business use cases like claim processing, customer support, and document analysisReady to master LangGraph and take your LLM applications to the next level?Enroll now and start building intelligent, interactive agentic systems with ease!
Who this course is for:
Students who have taken my LangChain course and want to master LangGraph