@DanKornas: Agent tutorials are noisy. This repo gives you the path. LangGraph 101 is a hands-on tutorial repo for learning LangCha…
Summary
LangGraph 101 is an open-source tutorial repo for learning LangChain, LangGraph, and Deep Agents through notebooks and runnable agent examples, organized into fundamental and production-patterns tracks.
View Cached Full Text
Cached at: 06/05/26, 01:14 PM
Agent tutorials are noisy. This repo gives you the path.
LangGraph 101 is a hands-on tutorial repo for learning LangChain, LangGraph, and Deep Agents through notebooks and runnable agent examples.
It helps you move from basic agent building to deeper patterns by organizing the material into a 101 fundamentals track and a 201 production-patterns track.
Key features:
• Two learning tracks – start with LangChain/LangGraph fundamentals, then move into multi-agent systems, deep agents, and production workflows
• Notebook-first walkthroughs – build agents with models, tools, memory, streaming, middleware, human-in-the-loop, and guardrails
• Concrete agent examples – includes email triage, multi-agent music store, researcher, and DeepAgents implementations
• LangGraph Studio workflow – run agents locally with langgraph dev for a local API server, Studio UI, and hot reloading
• Provider setup notes – centralized model config with guidance for OpenAI, Azure OpenAI, AWS Bedrock, and Google Vertex AI
It’s open-source (MIT license).
Link in the reply
Similar Articles
Learning LangGraph : A Journey Through Agents, Blackboards, and Bottlenecks
An educational article exploring LangGraph, covering agent architectures, the blackboard pattern, and common bottlenecks in building agent systems.
@GitHub_Daily: AI for long-running complex tasks: as context grows, models tend to 'forget' and output quality drops sharply. The LangChain team has open-sourced a tutorial: Deep Agents from Scratch, which deconstructs core design patterns of mainstream agents from scratch, explained thoroughly...
The LangChain team has open-sourced the tutorial 'Deep Agents from Scratch', which deconstructs the core design patterns of mainstream agents from scratch, covering task planning, context offloading to a file system, and sub-agent isolation. It includes 5 progressive notebooks, allowing you to build a complete deep research agent hands-on.
@LangChain: Managed Deep Agents keeps the project shape you already know: ↳ AGENTS.md, skills/, subagents/, + tools.json Context Hu…
LangChain introduces Managed Deep Agents, maintaining a familiar project layout with AGENTS.md, skills/, subagents/, and tools.json, along with Context Hub for persistent context management across sessions.
@LangChain: Deep Agents explained in <90 seconds by @sydneyrunkle
A short explanation of Deep Agents by Sydney Runkle, presented by LangChain.
LangGraph, CrewAI, or raw A2A - this is what I learned actually running multi-agent orchestration in production and not in a notebook
The author shares practical lessons learned from deploying multi-agent orchestration frameworks (LangGraph, CrewAI, and A2A) in production, contrasting with simple notebook experiments.