@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
@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.
@LangChain: Everything you need to know about Managed Deep Agents:
LangChain announces Managed Deep Agents in private beta, a hosted API-first runtime for building, running, and operating deep agents in production, leveraging the open-source Deep Agents harness and integrating with LangSmith for durable execution, streaming, and human-in-the-loop workflows.
@athleticKoder: https://x.com/athleticKoder/status/2057091692235481560
A technical blog post that explains how to build agent training systems from first principles using a text-to-diagram agent as an example, covering environment definition, teacher trajectory generation, student fine-tuning, and reinforcement learning.
@LangChain: Model. Harness. Context. The 3 main components of agents. As you build more agents, context increasingly lives AGENTS.m…
LangChain announces LangSmith Context Hub, a centralized place for managing agent context including AGENTS.md, skills, policies, and research files.