mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
19 lines
677 B
YAML
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
|