Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
LangGraph for beginners : Agentic Workflows in simple steps
Role Play
Rating: 4.4 out of 5(566 ratings)
6,101 students

LangGraph for beginners : Agentic Workflows in simple steps

Learn to Build Intelligent Agents, One Step at a Time with Memory, RAG, Tool Calling & Human In The Loop
Last updated 8/2026
English
German [Auto],English

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

Course content

17 sections68 lectures3h 11m total length
  • Introduction2:02

    Explore LangGraph for beginners by building graph-based workflows with nodes and edges, managing state with pydantic, asynchronous execution, and memory, plus tool calls, conditional routing, and agentic workflows.

  • Private Course Feedback Link0:13
  • Download Completed Project0:03
  • Download Slides0:17

    Download the lecture slides from the resources archive, unzip the zip file, and access the keynote for Mac and PowerPoint for Windows.

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 applications


Who 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 cases


Prerequisites

• Basic Python knowledge

• Experience with LangChain


By 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 analysis


Ready 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
  • Anyone with LangChain experience and want to master LangGraph