@DanKornas: Agent tutorials are noisy. This repo gives you the path. LangGraph 101 is a hands-on tutorial repo for learning LangCha…

X AI KOLs Timeline Tools

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.

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
Original Article
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

@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...

X AI KOLs Timeline

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.