mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-09 04:02:35 +00:00
48 lines
1.3 KiB
YAML
48 lines
1.3 KiB
YAML
# Named Codex instance patch over the shipped headless profile and the package's
|
|
# public bundle patch. No model or product process starts in this test.
|
|
- id: headless-startup
|
|
disabled: true
|
|
|
|
- id: headless-runner
|
|
disabled: true
|
|
|
|
- insert:
|
|
- id: fixture
|
|
name: './fixture.ts'
|
|
|
|
- id: subagent-codex-primary
|
|
name: '@deepseek-ai/dsh-subagent-codex'
|
|
config:
|
|
providerName: codex-primary
|
|
model: codex-primary-model
|
|
|
|
- id: subagent-codex-secondary
|
|
name: '@deepseek-ai/dsh-subagent-codex'
|
|
config:
|
|
providerName: codex-secondary
|
|
model: codex-secondary-model
|
|
|
|
- id: tool-subagent-codex
|
|
name: '@deepseek-ai/dsh-tool-subagent'
|
|
config:
|
|
provider: codex
|
|
toolName: subagent_codex
|
|
backgroundMode: one-shot
|
|
maxDepth: 'provider-managed'
|
|
|
|
- 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'
|