mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
# Conflicts: # examples/acp-agent/tests/snapshots/product-subagent-result-diagnostic/stdout.expected.jsonl # snapshots/session/product-subagent-result-diagnostic/session.jsonl
51 lines
1.8 KiB
YAML
51 lines
1.8 KiB
YAML
# Add two named Codex providers, two named Claude Code providers, and the
|
|
# independent one-shot tool rows an Agent Preset may contribute. Loading the
|
|
# composition starts neither product; the scenario pins all four schemas.
|
|
- insert:
|
|
- id: subagent-codex-primary
|
|
name: '@deepseek-ai/dsh-subagent-codex'
|
|
config:
|
|
providerName: codex-primary
|
|
- id: subagent-codex-secondary
|
|
name: '@deepseek-ai/dsh-subagent-codex'
|
|
config:
|
|
providerName: codex-secondary
|
|
- id: subagent-claude-primary
|
|
name: '@deepseek-ai/dsh-subagent-claude-code'
|
|
config:
|
|
providerName: claude-primary
|
|
model: claude-primary-model
|
|
- id: subagent-claude-secondary
|
|
name: '@deepseek-ai/dsh-subagent-claude-code'
|
|
config:
|
|
providerName: claude-secondary
|
|
model: claude-secondary-model
|
|
- id: tool-subagent-codex-primary
|
|
name: '@deepseek-ai/dsh-tool-subagent'
|
|
config:
|
|
provider: codex-primary
|
|
toolName: subagent_codex_primary
|
|
backgroundMode: one-shot
|
|
maxDepth: provider-managed
|
|
- id: tool-subagent-codex-secondary
|
|
name: '@deepseek-ai/dsh-tool-subagent'
|
|
config:
|
|
provider: codex-secondary
|
|
toolName: subagent_codex_secondary
|
|
backgroundMode: one-shot
|
|
maxDepth: provider-managed
|
|
- id: tool-subagent-claude-primary
|
|
name: '@deepseek-ai/dsh-tool-subagent'
|
|
config:
|
|
provider: claude-primary
|
|
toolName: subagent_claude_primary
|
|
backgroundMode: one-shot
|
|
maxDepth: provider-managed
|
|
- id: tool-subagent-claude-secondary
|
|
name: '@deepseek-ai/dsh-tool-subagent'
|
|
config:
|
|
provider: claude-secondary
|
|
toolName: subagent_claude_secondary
|
|
backgroundMode: one-shot
|
|
maxDepth: provider-managed
|