Files
deepseek-harness/examples/headless-agent/goal.cordis.snapshot.yml
T

19 lines
654 B
YAML
Raw Normal View History

# Replay counterpart to goal.cordis.yml. It includes cordis.yml directly because
# a config patch cannot target an entry behind a nested include, then restates
# the goal overlay while replacing the live model with keyless replay.
2026-07-20 16:53:10 +08:00
- id: base
name: '@deepseek-ai/cordis-plugin-include'
2026-07-20 16:53:10 +08:00
config:
path: ./cordis.yml
2026-07-20 16:53:10 +08:00
patches:
- id: llm-deepseek
name: '@deepseek-ai/dsh-llm-deepseek'
disabled: true
- insert:
- id: goal
name: '@deepseek-ai/dsh-goal'
- id: tool-goal
name: '@deepseek-ai/dsh-tool-goal'
2026-07-20 16:53:10 +08:00
- id: llm-replay
name: '@deepseek-ai/dsh-llm-replay'