Ross ROSS = Recommend OSS · open-source software intelligence for agents

langchain-ai/langgraph

Build resilient agents. observed · 2026-08-28

github.com/langchain-ai/langgraph · homepage · Python · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
langchain-ai/langgraphmain91

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