LangGraph
LangChainLow-level orchestration framework from LangChain for stateful, multi-actor agent applications. It exposes an explicit graph and state-machine model - nodes, edges, persistence and human-in-the-loop checkpoints - rather than a higher-level abstraction, which is what makes fine-grained control over loops, branching and durable resumable execution possible.
The LangGraph Platform and LangSmith are the separately sold managed layer. Verified 2026-08-11 via the langchain-ai/langgraph repository.
Openness
4 high confidence- license
- MIT(core)
- commercial
- LangGraph-Platform/LangSmith
- source
- public
- core-gated
- gated(the Agent Server runtime ships as the closed Elastic-2.0 langgraph-api package and self-hosting it needs LANGGRAPH_CLOUD_LICENSE_KEY)
MIT-licensed self-hostable core with a commercial managed deployment platform beside it, and the gating is real rather than just a consequence of that platform existing. A full untruncated recursive tree of langchain-ai/langgraph at main is 830 entries with nine LICENSE files, all per-package copies of the MIT root, and no enterprise or ee directory, so the gate is not inside the repo. It is that a piece of the runtime is not in the repo at all: PyPI reports langgraph-api, the Agent Server, under Elastic-2.0 while langgraph itself is MIT, no langgraph-api source repo exists under the langchain-ai organization, and LangChain's own self-host documentation requires a LangGraph Cloud license key plus egress to beacon.langchain.com for license verification. A license key you must hold to run the server is functionality withheld from the published source for a paid tier. That is what separates LangGraph from LangChain, which publishes everything it ships.
- https://github.com/langchain-ai/langgraph recorded 2026-06-17
MIT, ~35k stars, low-level agent orchestration
- https://api.github.com/repos/langchain-ai/langgraph/git/trees/main?recursive=1 recorded 2026-08-11
Full untruncated recursive tree, 830 entries. Nine LICENSE files, all per-package copies under libs/ (checkpoint, checkpoint-postgres, checkpoint-sqlite, cli, langgraph, prebuilt, sdk-py). No enterprise/, ee/, commercial/ or proprietary/ path. No langgraph-api package in the repo.
- https://api.github.com/repos/langchain-ai/langgraph recorded 2026-08-11
Repo metadata: language Python, license spdx_id MIT, size 525,434 KB, 39,468 stars, default branch main.
- https://pypi.org/pypi/langgraph-api/json recorded 2026-08-11
info.license is 'Elastic-2.0' for langgraph-api 0.12.3, the Agent Server runtime. For comparison https://pypi.org/pypi/langgraph/json reports license_expression 'MIT' for langgraph 1.2.11.
- https://docs.langchain.com/langsmith/deploy-standalone-server recorded 2026-08-11
Self-hosted standalone Agent Server environment variables include 'LANGGRAPH_CLOUD_LICENSE_KEY: LangSmith license key. This will be used to authenticate ONCE at server start up' and 'Egress to https://beacon.langchain.com from your network. This is required for license verification and usage reporting if not running in air-gapped mode.'
Adoption
5 high confidence72,717,229 PyPI downloads in the trailing 30 days for langgraph. Bands at level 5 (>10M) on the software and model adoption scale. Largely transitive via LangChain, so directional.
- https://pypistats.org/api/packages/langgraph/recent recorded 2026-08-12
72,717,229 downloads in the trailing 30 days for langgraph
Capability
5 high confidenceDeepest durable-execution control among the orchestration peers.
- https://github.com/langchain-ai/langgraph recorded 2026-08-13
README - durable execution resuming from where a run left off, human-in-the-loop state inspection and modification, streaming, memory and persistence, branching and subgraphs; 39.6k stars, 6.7k forks
Verified 2026-08-11