iiRecord
Agentic AI Atlas · agent-version:langgraph@current
agent-version:langgraph@currenta5c.ai
II.
AgentVersion JSON

agent-version:langgraph@current

Structured · live

agent-version:langgraph@current json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · agent-stack/versions/langgraph-current.yamlCluster · agent-stack
Record JSON
{
  "id": "agent-version:langgraph@current",
  "_kind": "AgentVersion",
  "_file": "agent-stack/versions/langgraph-current.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "agentProductId": "agent:langgraph",
    "versionRange": ">=0.0.0",
    "releasedAt": "2024-01-01",
    "cliCommand": "<sdk:langgraph>",
    "installMethods": [
      "install:pip",
      "install:npm"
    ],
    "minSchemaVersion": "6.0.0"
  },
  "outgoingEdges": [
    {
      "from": "agent-version:langgraph@current",
      "to": "agent:langgraph",
      "kind": "version_of"
    },
    {
      "from": "agent-version:langgraph@current",
      "to": "agent-core-impl:langgraph.core@current",
      "kind": "composed_of",
      "attributes": {
        "role": "core"
      }
    },
    {
      "from": "agent-version:langgraph@current",
      "to": "agent-runtime-impl:langgraph.runtime@current",
      "kind": "composed_of",
      "attributes": {
        "role": "runtime"
      }
    },
    {
      "from": "agent-version:langgraph@current",
      "to": "agent-platform-impl:langgraph.platform@current",
      "kind": "composed_of",
      "attributes": {
        "role": "platform"
      }
    },
    {
      "from": "agent-version:langgraph@current",
      "to": "source-ref:langgraph-docs",
      "kind": "sourced_from"
    },
    {
      "from": "agent-version:langgraph@current",
      "to": "source-ref:langchain-agents-docs",
      "kind": "sourced_from"
    },
    {
      "from": "agent-version:langgraph@current",
      "to": "source-ref:langsmith-langgraph-platform-docs",
      "kind": "sourced_from"
    },
    {
      "from": "agent-version:langgraph@current",
      "to": "capability:supports-tool-use",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=0.0.0",
        "level": "full",
        "notes": "LangChain/LangGraph custom agents bind model-callable tools through\ngraph nodes, create_agent-style wrappers, or custom graph state steps.\n"
      }
    },
    {
      "from": "agent-version:langgraph@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=0.0.0",
        "level": "full",
        "notes": "Graph execution can stream intermediate events and final outputs through\nlocal SDK runtimes or deployed RemoteGraph-style invocation.\n"
      }
    },
    {
      "from": "agent-version:langgraph@current",
      "to": "capability:can-resume",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=0.0.0",
        "level": "full",
        "notes": "Checkpointing and thread-level persistence are first-class modeling\nconcerns for durable graph execution and deployed graph calls.\n"
      }
    },
    {
      "from": "agent-version:langgraph@current",
      "to": "capability:supports-subagent-dispatch",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=0.0.0",
        "level": "partial",
        "notes": "Multi-agent and subgraph patterns can be encoded as graphs, supervisors,\nhandoffs, or Deep Agents-style subagent harnesses.\n"
      }
    },
    {
      "from": "agent-version:langgraph@current",
      "to": "memory-system:memori-labs",
      "kind": "uses_memory_system",
      "attributes": {}
    },
    {
      "from": "agent-version:langgraph@current",
      "to": "memory-system:vector-backed-recall-pattern",
      "kind": "uses_memory_system",
      "attributes": {}
    },
    {
      "from": "agent-version:langgraph@current",
      "to": "install:pip",
      "kind": "installed_via"
    },
    {
      "from": "agent-version:langgraph@current",
      "to": "install:npm",
      "kind": "installed_via"
    }
  ],
  "incomingEdges": [
    {
      "from": "agent:langgraph",
      "to": "agent-version:langgraph@current",
      "kind": "has_version"
    }
  ]
}