Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Learn LangChain + LangGraph in 60 Minutes

This folder is a hands-on, beginner-friendly tutorial for building agentic workflows with langchain, langgraph, and deepagents.

What This Folder Teaches

Coverage map (E0–E7 labels used in the notebooks):

langchain.API.ipynb

Section map

langchain.example.ipynb

Section map

Notes for first-time readers

Mental Model

If you feel “I see code but I don’t know what layer I’m in,” use this heuristic:

Quick Start (Docker)

Suggested Learning Path

  1. Run langchain.API.ipynb through tools + ToolNode + injection patterns.
  2. Run langchain.example.ipynb through ReAct/subgraphs/HITL.
  3. Focus on Deep Agents DA7/DA8 for safe file-edit flows (interrupt_on + sandboxing).
  4. Revisit docs-RAG section for incremental index refresh patterns.

Architecture + Limitations

Changelog