Welcome to Learn LangGraph — a hands-on repository designed to help you master LangGraph step by step, from beginner concepts to real-world AI workflows.
LangGraph is a powerful framework built on top of LangChain that allows you to create stateful, multi-step, and agentic workflows using graphs.
Instead of linear chains, LangGraph lets you build:
Conditional flows 🔀 Parallel execution ⚡ Multi-agent systems 🤖 Persistent state workflows 🧠
This repository covers:
What is LangGraph Nodes & Edges State Management Simple workflows
Conditional edges Loops & retries Error handling Parallel execution
Multi-agent systems
