iiRecord
Agentic AI Atlas · LangGraph Platform / LangSmith Deployment (current)
agent-platform-impl:langgraph.platform@currenta5c.ai
II.
AgentPlatformImpl JSON

agent-platform-impl:langgraph.platform@current

Structured · live

LangGraph Platform / LangSmith Deployment (current) json

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

File · agent-stack/platform-impls/langgraph-platform-current.yamlCluster · agent-stack
Record JSON
{
  "id": "agent-platform-impl:langgraph.platform@current",
  "_kind": "AgentPlatformImpl",
  "_file": "agent-stack/platform-impls/langgraph-platform-current.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "LangGraph Platform / LangSmith Deployment (current)",
    "agentVersionId": "agent-version:langgraph@current",
    "packageRef": "source-ref:langsmith-langgraph-platform-docs",
    "nativeExtensionFormat": "none",
    "nativeExtensionManifestPath": "",
    "nativeExtensionsDirectoryPath": [],
    "skillFormat": "none",
    "skillsDirectoryPath": [],
    "customSlashCommandsPath": [],
    "subagentsDirectoryPath": [],
    "subagentDefinitionFormat": "none",
    "hooksDirectoryOrConfigPath": [],
    "settingsFiles": [],
    "pluginRegistryPath": "",
    "capabilityProfileRegistry": false,
    "launchConfigRegistry": true,
    "platformIdentityStrategy": "api-key",
    "updateChannelMechanism": "pip",
    "supportedChannelKinds": [
      "http-sse-channel"
    ],
    "notes": "Maps deployed LangGraph/LangSmith surfaces into Layer 6: packaging and\nhosting graphs, addressing deployed graphs remotely, separating local graph\ndevelopment from production invocation, and persisting thread state. It does\nnot imply a native plugin marketplace; custom components are authored as code\nand wired by the host application.\n"
  },
  "outgoingEdges": [
    {
      "from": "agent-platform-impl:langgraph.platform@current",
      "to": "layer:6-agent-platform",
      "kind": "realizes",
      "attributes": {}
    },
    {
      "from": "agent-platform-impl:langgraph.platform@current",
      "to": "agent:langgraph",
      "kind": "composes",
      "attributes": {
        "role": "platform"
      }
    },
    {
      "from": "agent-platform-impl:langgraph.platform@current",
      "to": "source-ref:langsmith-langgraph-platform-docs",
      "kind": "sourced_from"
    },
    {
      "from": "agent-platform-impl:langgraph.platform@current",
      "to": "source-ref:langgraph-docs",
      "kind": "sourced_from"
    },
    {
      "from": "agent-platform-impl:langgraph.platform@current",
      "to": "capability:can-resume",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=0.0.0",
        "level": "full",
        "notes": "Deployed graph calls can use thread-level persistence and resume-like\ncontinuation semantics through stored graph state.\n"
      }
    },
    {
      "from": "agent-platform-impl:langgraph.platform@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=0.0.0",
        "level": "full"
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-version:langgraph@current",
      "to": "agent-platform-impl:langgraph.platform@current",
      "kind": "composed_of",
      "attributes": {
        "role": "platform"
      }
    }
  ]
}