II.
AgentRuntimeImpl JSON
Structured · liveagent-runtime-impl:qwen.runtime@current
Qwen Code Runtime (current) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "agent-runtime-impl:qwen.runtime@current",
"_kind": "AgentRuntimeImpl",
"_file": "agent-stack/runtime-impls/qwen-runtime-current.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Qwen Code Runtime (current)",
"agentVersionId": "agent-version:qwen@current",
"subagentDispatchMechanism": "none",
"packageRef": "source-ref:qwen-code-github",
"builtInTools": [],
"toolRegistryDiscovery": "static-bundled",
"hookSockets": [],
"internalSessionStateLocation": "~/.qwen/sessions/",
"sessionFileFormat": "jsonl",
"sessionFilePathConvention": "~/.qwen/sessions/<session-id>.jsonl",
"approvalGatingPrimitive": "per-call",
"subprocessSandboxStrategy": "platform-deferred",
"runtimeIdentity": "api-key",
"supportedMCPTransports": [
"mcp-transport:stdio"
],
"supportsStreaming": true
},
"outgoingEdges": [
{
"from": "agent-runtime-impl:qwen.runtime@current",
"to": "layer:5-agent-runtime",
"kind": "realizes",
"attributes": {}
},
{
"from": "agent-runtime-impl:qwen.runtime@current",
"to": "agent:qwen",
"kind": "composes",
"attributes": {
"role": "runtime"
}
},
{
"from": "agent-runtime-impl:qwen.runtime@current",
"to": "mcp-transport:stdio",
"kind": "connects",
"attributes": {}
},
{
"from": "agent-runtime-impl:qwen.runtime@current",
"to": "capability:mcp-stdio",
"kind": "supports",
"attributes": {
"versionRange": "*",
"level": "full"
}
},
{
"from": "agent-runtime-impl:qwen.runtime@current",
"to": "capability:supports-mcp",
"kind": "supports",
"attributes": {
"versionRange": "*",
"level": "full"
}
},
{
"from": "agent-runtime-impl:qwen.runtime@current",
"to": "mcp-transport:stdio",
"kind": "speaks",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-version:qwen@current",
"to": "agent-runtime-impl:qwen.runtime@current",
"kind": "composed_of",
"attributes": {
"role": "runtime"
}
},
{
"from": "mcp-transport:stdio",
"to": "agent-runtime-impl:qwen.runtime@current",
"kind": "spoken_by",
"attributes": {}
}
]
}