II.
AgentRuntimeImpl JSON
Structured · liveagent-runtime-impl:claude-agent-sdk.runtime@current
Claude Agent SDK Runtime (current) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "agent-runtime-impl:claude-agent-sdk.runtime@current",
"_kind": "AgentRuntimeImpl",
"_file": "agent-stack/runtime-impls/claude-agent-sdk-runtime-current.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Claude Agent SDK Runtime (current)",
"agentVersionId": "agent-version:claude-agent-sdk@current",
"packageRef": "source-ref:claude-code-github",
"subagentDispatchMechanism": "task-tool",
"builtInTools": [],
"toolRegistryDiscovery": "dynamic-extension-loaded",
"hookSockets": [],
"internalSessionStateLocation": "host-managed",
"sessionFileFormat": "jsonl",
"sessionFilePathConvention": "host-managed",
"approvalGatingPrimitive": "per-call",
"subprocessSandboxStrategy": "platform-deferred",
"runtimeIdentity": "none",
"supportedMCPTransports": [
"mcp-transport:stdio",
"mcp-transport:streamable-http"
],
"supportsStreaming": true,
"notes": "The Claude Agent SDK runtime is a thin Node/Python library — there is\nno separate runtime daemon. Tools are supplied by the consumer; MCP\nis brokered by the SDK over stdio and streamable-http. Approval\ngating, transcript persistence, and subprocess sandboxing are all\ndelegated back to the host program.\n"
},
"outgoingEdges": [
{
"from": "agent-runtime-impl:claude-agent-sdk.runtime@current",
"to": "layer:5-agent-runtime",
"kind": "realizes",
"attributes": {}
},
{
"from": "agent-runtime-impl:claude-agent-sdk.runtime@current",
"to": "agent:claude-agent-sdk",
"kind": "composes",
"attributes": {
"role": "runtime"
}
},
{
"from": "agent-runtime-impl:claude-agent-sdk.runtime@current",
"to": "mcp-transport:stdio",
"kind": "connects",
"attributes": {}
},
{
"from": "agent-runtime-impl:claude-agent-sdk.runtime@current",
"to": "mcp-transport:streamable-http",
"kind": "connects",
"attributes": {}
},
{
"from": "agent-runtime-impl:claude-agent-sdk.runtime@current",
"to": "mcp-transport:stdio",
"kind": "speaks",
"attributes": {}
},
{
"from": "agent-runtime-impl:claude-agent-sdk.runtime@current",
"to": "mcp-transport:streamable-http",
"kind": "speaks",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-version:claude-agent-sdk@current",
"to": "agent-runtime-impl:claude-agent-sdk.runtime@current",
"kind": "composed_of",
"attributes": {
"role": "runtime"
}
},
{
"from": "mcp-transport:stdio",
"to": "agent-runtime-impl:claude-agent-sdk.runtime@current",
"kind": "spoken_by",
"attributes": {}
},
{
"from": "mcp-transport:streamable-http",
"to": "agent-runtime-impl:claude-agent-sdk.runtime@current",
"kind": "spoken_by",
"attributes": {}
}
]
}