Source
Open the upstream repository and check maintainers, README scope, examples, and recent activity.
github project
Agent readyReview before use
Framework for durable, stateful, multi-step agent workflows. GitHub metadata was checked on 2026-06-27; the listed license is no-fee and permissive for review, evaluation, and responsible reuse.
Open the upstream repository and check maintainers, README scope, examples, and recent activity.
Confirm MIT terms fit your project and retain notices when required.
Read commands before running them and start with a low-risk local workspace.
Check outputs, safety notes, and policy fit before exposing the resource to agent workflows.
Use it when a project needs graph-shaped agent orchestration with explicit state and the team wants inspectable provenance before adoption.
Use the manifest as structured review context before applying local policy.
{
"schemaVersion": "1.0",
"slug": "langgraph",
"title": "LangGraph",
"kind": "github_project",
"summary": "Framework for durable, stateful, multi-step agent workflows.",
"sourceUrl": "https://github.com/langchain-ai/langgraph",
"agentAccess": "approved",
"license": {
"spdx": "MIT",
"allowsClosedSourceUse": true,
"requiresNotice": true,
"noLicenseFee": true
},
"install": {
"steps": [
"Read the quickstart and license.",
"Build a minimal local example.",
"Add production data, accounts, or tools only after review."
]
},
"outputs": [
"library API",
"agent workflow",
"example application"
],
"usage": {
"whyUse": "Use it when a project needs graph-shaped agent orchestration with explicit state and the team wants inspectable provenance before adoption.",
"whenToUse": [
"You need graph-shaped agent orchestration with explicit state.",
"The upstream README and license fit the target project.",
"You can test the integration on non-production data first."
],
"whenNotToUse": [
"A smaller dependency is enough.",
"The project overlaps with an existing framework in the same codebase."
],
"safetyNotes": [
"Keep required license notices when redistributing copied source or bundled code.",
"Start with read-only examples.",
"Add tests around tool calls, retrieval, and irreversible actions."
]
},
"repository": {
"owner": "langchain-ai",
"name": "langgraph",
"stars": 35856,
"defaultBranch": "main"
},
"lifecycle": {
"githubUpdatedAt": "2026-06-27T05:23:36Z",
"githubPushedAt": "2026-06-25T20:51:29Z",
"lastVerifiedAt": "2026-06-27T00:00:00.000Z"
}
}