II.
AgentPlatformImpl JSON
Structured · liveagent-platform-impl:qwen.platform@current
Qwen Code Platform (current) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "agent-platform-impl:qwen.platform@current",
"_kind": "AgentPlatformImpl",
"_file": "agent-stack/platform-impls/qwen-platform-current.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Qwen Code Platform (current)",
"agentVersionId": "agent-version:qwen@current",
"subagentDefinitionFormat": "none",
"packageRef": "source-ref:qwen-code-github",
"nativeExtensionFormat": "none",
"nativeExtensionManifestPath": "",
"nativeExtensionsDirectoryPath": [],
"skillFormat": "none",
"skillsDirectoryPath": [],
"customSlashCommandsPath": [],
"subagentsDirectoryPath": [],
"hooksDirectoryOrConfigPath": [],
"settingsFiles": [
"~/.qwen/settings.json"
],
"pluginRegistryPath": "",
"capabilityProfileRegistry": false,
"launchConfigRegistry": false,
"platformIdentityStrategy": "api-key",
"updateChannelMechanism": "npm",
"supportedChannelKinds": [
"mcp-channel"
]
},
"outgoingEdges": [
{
"from": "agent-platform-impl:qwen.platform@current",
"to": "layer:6-agent-platform",
"kind": "realizes",
"attributes": {}
},
{
"from": "agent-platform-impl:qwen.platform@current",
"to": "agent:qwen",
"kind": "composes",
"attributes": {
"role": "platform"
}
},
{
"from": "agent-platform-impl:qwen.platform@current",
"to": "capability:supports-plugins",
"kind": "supports",
"attributes": {
"versionRange": "*",
"level": "full",
"notes": "Qwen Code supports MCP servers via `mcpServers` in settings.json."
}
}
],
"incomingEdges": [
{
"from": "agent-version:qwen@current",
"to": "agent-platform-impl:qwen.platform@current",
"kind": "composed_of",
"attributes": {
"role": "platform"
}
}
]
}