langchain-ai/langgraph
Build resilient agents. observed · 2026-08-28
Health v2 · maintenance only
91/100
- Activity 99
- Release rhythm 86
- Longevity 80
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 0
- age_days: 1120
- days_rel: 14
- days_push: 7
- n_releases_24m: 482
Adoption not part of the score
40503 stars · 6830 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
LangGraph is a low-level orchestration framework and runtime for building, managing, and deploying long-running, stateful AI agents in Python. It lets developers mix deterministic hand-coded steps with LLM-driven agentic steps in a graph, with durable execution, human-in-the-loop interrupts, and short- and long-term memory.
Use cases
- build a stateful multi-step LLM agent
- orchestrate multi-agent workflows with shared state
- add human approval checkpoints to agent runs
- build agents that survive failures and resume execution
- create a customer support chatbot with long-term memory
- mix deterministic business logic with LLM tool-calling steps
- build a RAG agent with controllable control flow
When to choose
- you need fine-grained control over agent control flow and state
- you are building long-running, production-grade agents that need durability and memory
- you want human-in-the-loop oversight of agent execution
- you need multi-agent orchestration with shared, inspectable state
When to avoid
- you just want a simple prebuilt agent loop with minimal setup - use LangChain agents or Deep Agents instead
- your application is a simple LLM call chain without state or branching
- you need a JavaScript/TypeScript-first codebase - use LangGraph.js instead
Facets
framework · maturity stable
agent-framework workflow-automation llm-inference rag chatbot state-management large-language-models artificial-intelligence developer-tools python cross-platform llm-agents graph-orchestration durable-execution human-in-the-loop multi-agent langchain-ecosystem stateful-agents ai-agents retrieval-augmented-generation
10 sources
- readme: https://github.com/langchain-ai/langgraph · fetched 2026-08-28 · 2bac3ea9f741
- homepage: https://docs.langchain.com/oss/python/langgraph/ · fetched 2026-08-29 · 154261570bc3
- site_page: https://docs.langchain.com/ · fetched 2026-08-29 · e6cbe67a291c
- site_page: https://docs.langchain.com/oss/python/integrations/providers/overview · fetched 2026-08-29 · 8260e6c475ce
- site_page: https://docs.langchain.com/oss/python/langgraph/install · fetched 2026-08-29 · 311630398b55
- site_page: https://docs.langchain.com/oss/python/langgraph/quickstart · fetched 2026-08-29 · edb32dc646c6
- site_page: https://docs.langchain.com/oss/python/releases/changelog · fetched 2026-08-29 · 048dded673bc
- site_page: https://docs.langchain.com/langsmith/trace-with-langchain · fetched 2026-08-29 · 32a7ec425016
- site_page: https://docs.langchain.com/use-these-docs · fetched 2026-08-29 · 5ab7220bb555
- registry_pypi: https://pypi.org/pypi/langgraph/json · fetched 2026-08-29 · 9ea577abe39a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| langchain-ai/langgraph | main | 91 |
For agents
markdown · JSON · MCP: product_card(name="langchain-ai/langgraph")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem