iiRecord
Agentic AI Atlas · Qwen Code Runtime (current)
agent-runtime-impl:qwen.runtime@currenta5c.ai
II.
AgentRuntimeImpl JSON

agent-runtime-impl:qwen.runtime@current

Structured · live

Qwen Code Runtime (current) json

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

File · agent-stack/runtime-impls/qwen-runtime-current.yamlCluster · agent-stack
Record JSON
{
  "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": {}
    }
  ]
}