langgraph

Installation
SKILL.md

LangGraph

Official docs

Topic URL
LangGraph https://langchain-ai.github.io/langgraph/
Concepts https://langchain-ai.github.io/langgraph/concepts/
LangChain docs https://python.langchain.com/docs/

Agent rules

  1. Graph first — model flows as nodes + edges with explicit state schema, not ad-hoc while loops.
  2. Checkpoints — use persistence for long runs; document thread_id / checkpoint backend.
  3. Human gates — interrupt before irreversible tools (payments, deletes, prod deploy).
  4. Model routing — cheap local/cloud model for explore nodes; S-tier cloud for final synthesis (see MODEL-ROUTER).
  5. Context7 — LangGraph API changes frequently; verify imports against current docs.

Pairs with

Installs
1
GitHub Stars
1
First Seen
Sep 9, 2026
langgraph — michael-baylard/agent-harness