mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
19 lines
492 B
YAML
19 lines
492 B
YAML
# SDK-profile patch for the deterministic diagnostic child runtime.
|
|
|
|
- id: llm-deepseek
|
|
name: '@deepseek-ai/dsh-llm-deepseek'
|
|
disabled: true
|
|
|
|
- id: agent-instructions
|
|
name: '@deepseek-ai/dsh-agent-instructions'
|
|
disabled: true
|
|
|
|
- id: system-prompt
|
|
name: '@deepseek-ai/dsh-system-prompt'
|
|
config:
|
|
persona: 'Return the scripted DSH SDK failure.'
|
|
|
|
- insert:
|
|
- id: child-mock-llm
|
|
name: '../../../packages/subagent/subagent-dsh-sdk/tests/fixtures/loader/child-mock-llm.ts'
|