iiRecord
Agentic AI Atlas · Qwen Code
agent:qwena5c.ai
II.
AgentProduct JSON

agent:qwen

Structured · live

Qwen Code json

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

File · agent-stack/products/qwen.yamlCluster · agent-stack
Record JSON
{
  "id": "agent:qwen",
  "_kind": "AgentProduct",
  "_file": "agent-stack/products/qwen.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "Qwen Code",
    "vendor": "Alibaba",
    "homepageUrl": "https://github.com/QwenLM/qwen-code",
    "primarySurface": "cli",
    "supportTier": "catalog-backed",
    "productKind": "full-cli-agent",
    "stackScope": "full",
    "description": "Alibaba's Qwen Code CLI — a fork of Google's Gemini CLI adapted for\nQwen3-Coder models. Speaks an OpenAI-compatible API (DashScope or\nself-hosted), stores config under `~/.qwen/settings.json`, and supports\nMCP servers via `mcpServers`.\n"
  },
  "outgoingEdges": [
    {
      "from": "agent:qwen",
      "to": "agent-version:qwen@current",
      "kind": "has_version"
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-core-impl:qwen.core@current",
      "to": "agent:qwen",
      "kind": "composes",
      "attributes": {
        "role": "core"
      }
    },
    {
      "from": "agent-platform-impl:qwen.platform@current",
      "to": "agent:qwen",
      "kind": "composes",
      "attributes": {
        "role": "platform"
      }
    },
    {
      "from": "agent-runtime-impl:qwen.runtime@current",
      "to": "agent:qwen",
      "kind": "composes",
      "attributes": {
        "role": "runtime"
      }
    },
    {
      "from": "agent-version:qwen@current",
      "to": "agent:qwen",
      "kind": "version_of"
    },
    {
      "from": "claim:qwen-is-gemini-fork",
      "to": "agent:qwen",
      "kind": "asserts_about"
    }
  ]
}