{
"id": "agent-core-impl:qwen.core@current",
"_kind": "AgentCoreImpl",
"_file": "agent-stack/core-impls/qwen-core-current.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Qwen Code Core (current)",
"agentVersionId": "agent-version:qwen@current",
"packageRef": "source-ref:qwen-code-github",
"loopIteratorPolicy": "tool-use-loop",
"loopIteratorNotes": "Qwen Code is a fork of Google's Gemini CLI. The tool-use loop runs\nover an OpenAI-compatible chat-completions API (DashScope or\nself-hosted), executing model-emitted tool calls and posting\nresponses back until the model finishes.\n",
"contextManagementStrategy": "platform-managed",
"compactionTriggerNotes": "Inherits Gemini CLI's context strategy — relies on the model's\n1M-token context window directly; no in-CLI compaction.\n",
"subagentInvokerPolicy": "not-applicable",
"subagentInvokerNotes": "Qwen Code does not advertise subagent dispatch (supportsSubagentDispatch\nis false in the adapter's capabilities).\n",
"resultSynthesisPolicy": "model-direct",
"resultSynthesisNotes": "Final text is streamed via the OpenAI-compatible streaming protocol.\n",
"stopDetectionStrategy": "structured-end-event",
"transportClientLibrary": "qwen-internal",
"supportedTransportProtocols": [
"model-transport:openai-chat-completions"
],
"parallelToolCallHandling": "native",
"streamingFidelity": "full",
"thinkingChannelHandling": "not-supported"
},
"outgoingEdges": [
{
"from": "agent-core-impl:qwen.core@current",
"to": "layer:4-agent-core",
"kind": "realizes",
"attributes": {}
},
{
"from": "agent-core-impl:qwen.core@current",
"to": "agent:qwen",
"kind": "composes",
"attributes": {
"role": "core"
}
},
{
"from": "agent-core-impl:qwen.core@current",
"to": "model-transport:openai-chat-completions",
"kind": "speaks",
"attributes": {}
},
{
"from": "agent-core-impl:qwen.core@current",
"to": "capability:streaming",
"kind": "supports",
"attributes": {
"versionRange": "*",
"level": "full"
}
},
{
"from": "agent-core-impl:qwen.core@current",
"to": "capability:supports-tool-use",
"kind": "supports",
"attributes": {
"versionRange": "*",
"level": "full"
}
}
],
"incomingEdges": [
{
"from": "agent-version:qwen@current",
"to": "agent-core-impl:qwen.core@current",
"kind": "composed_of",
"attributes": {
"role": "core"
}
}
]
}