Files
deepseek-harness/examples/acp-agent/product-subagent-codex.cordis.yml
2026-08-10 22:27:26 +08:00

19 lines
677 B
YAML

# Add the native Codex product provider and its preset-shaped foreground tool to
# the real ACP composition. The model is told not to call it; the scenario pins
# the assembled request schema without starting Codex.
- id: base
name: '@deepseek-ai/cordis-plugin-include'
config:
path: ./cordis.yml
patches:
- insert:
- id: subagent-codex
name: '@deepseek-ai/dsh-subagent-codex'
- id: tool-subagent-codex
name: '@deepseek-ai/dsh-tool-subagent'
config:
provider: codex
toolName: subagent_codex
enableRunInBackground: false
maxDepth: provider-managed