iiRecord
Agentic AI Atlas · LangGraph ecosystem
agent:langgrapha5c.ai
II.
AgentProduct JSON

agent:langgraph

Structured · live

LangGraph ecosystem json

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

File · agent-stack/products/langgraph.yamlCluster · agent-stack
Record JSON
{
  "id": "agent:langgraph",
  "_kind": "AgentProduct",
  "_file": "agent-stack/products/langgraph.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "LangGraph ecosystem",
    "vendor": "LangChain",
    "homepageUrl": "https://docs.langchain.com/oss/python/langgraph/overview",
    "primarySurface": "sdk",
    "supportTier": "catalog-backed",
    "productKind": "sdk",
    "stackScope": "core-runtime-platform",
    "description": "LangGraph ecosystem for custom agent building. The open-source graph SDK\nsupplies graph/state/checkpoint orchestration for controllable agents;\nLangChain agents and Deep Agents provide higher-level custom-agent harnesses;\nLangSmith / LangGraph Platform covers deployed graph invocation, hosted\nruntime concerns, and thread-persistent production operation. This product\nintentionally maps a framework ecosystem rather than a single CLI/TUI.\n"
  },
  "outgoingEdges": [
    {
      "from": "agent:langgraph",
      "to": "agent-version:langgraph@current",
      "kind": "has_version"
    },
    {
      "from": "agent:langgraph",
      "to": "source-ref:langgraph-docs",
      "kind": "sourced_from"
    },
    {
      "from": "agent:langgraph",
      "to": "source-ref:langchain-agents-docs",
      "kind": "sourced_from"
    },
    {
      "from": "agent:langgraph",
      "to": "source-ref:langsmith-langgraph-platform-docs",
      "kind": "sourced_from"
    },
    {
      "from": "agent:langgraph",
      "to": "source-ref:deepagents-github",
      "kind": "sourced_from"
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-core-impl:langgraph.core@current",
      "to": "agent:langgraph",
      "kind": "composes",
      "attributes": {
        "role": "core"
      }
    },
    {
      "from": "agent-platform-impl:langgraph.platform@current",
      "to": "agent:langgraph",
      "kind": "composes",
      "attributes": {
        "role": "platform"
      }
    },
    {
      "from": "agent-runtime-impl:langgraph.runtime@current",
      "to": "agent:langgraph",
      "kind": "composes",
      "attributes": {
        "role": "runtime"
      }
    },
    {
      "from": "agent-version:langgraph@current",
      "to": "agent:langgraph",
      "kind": "version_of"
    },
    {
      "from": "claim:langgraph-has-graph-sdk",
      "to": "agent:langgraph",
      "kind": "asserts_about"
    },
    {
      "from": "scope-boundary:langgraph-custom-agent-building.scope",
      "to": "agent:langgraph",
      "kind": "bounds_subject"
    },
    {
      "from": "source-ref:langgraph-github",
      "to": "agent:langgraph",
      "kind": "source_of",
      "attributes": {}
    }
  ]
}