langchain-ai/langgraphjs
Framework to build resilient language agents as graphs. observed · 2026-08-28
Health v2 · maintenance only
89/100
- Activity 99
- Release rhythm 87
- Longevity 69
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: 967
- days_rel: 7
- days_push: 7
- n_releases_24m: 508
Adoption not part of the score
3236 stars · 563 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
LangGraph.js is a TypeScript/JavaScript framework for building stateful, long-running LLM agents as graphs of nodes and edges, mixing deterministic code with LLM-driven steps. It provides durable execution, streaming, human-in-the-loop interrupts, and a runtime for orchestrating complex agent workflows.
Use cases
- build a multi-step LLM agent in TypeScript
- orchestrate AI agents as stateful graphs
- add human-in-the-loop approval to agent workflows
- build long-running stateful agents with durable execution
- mix deterministic code with LLM tool-calling steps
- stream agent state updates to a UI
- build a calculator or tool-calling agent with Claude or OpenAI
When to choose
- you need fine-grained control over agent control flow in JavaScript/TypeScript
- you need stateful, long-running agents with persistence and interrupts
- you want to combine hand-coded steps with LLM-driven steps in one workflow
- you're already in the LangChain ecosystem and need low-level orchestration
When to avoid
- you want a simple prebuilt agent loop with minimal boilerplate - use higher-level LangChain agents
- you're building in Python and prefer the original LangGraph
- your app doesn't involve LLMs or agentic workflows
- you need a no-code agent builder
Facets
framework · maturity active
agent-framework workflow-automation llm-inference state-management streaming large-language-models artificial-intelligence developer-tools cross-platform langgraph langchain llm-agents graph-api human-in-the-loop durable-execution orchestration ai-agents nodejs typescript
10 sources
- readme: https://github.com/langchain-ai/langgraphjs · fetched 2026-08-28 · 0de219091387
- homepage: https://docs.langchain.com/oss/javascript/langgraph/ · fetched 2026-08-29 · 417e57bc6a95
- site_page: https://docs.langchain.com/ · fetched 2026-08-29 · e6cbe67a291c
- site_page: https://docs.langchain.com/oss/javascript/integrations/providers/overview · fetched 2026-08-29 · 7515eb0371ae
- site_page: https://docs.langchain.com/oss/javascript/langgraph/install · fetched 2026-08-29 · d4d60654e957
- site_page: https://docs.langchain.com/oss/javascript/langgraph/quickstart · fetched 2026-08-29 · bc55c7f35dbe
- site_page: https://docs.langchain.com/oss/javascript/releases/changelog · fetched 2026-08-29 · c721685caee9
- 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
- site_page: https://changelog.langchain.com/ · fetched 2026-08-29 · 3c5994039295
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| langchain-ai/langgraphjs | main | 89 |
For agents
markdown · JSON · MCP: product_card(name="langchain-ai/langgraphjs")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem