2026-07-27 17:21:40 +08:00
|
|
|
# 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
|
2026-08-10 22:04:06 +08:00
|
|
|
name: '@deepseek-ai/cordis-plugin-include'
|
2026-07-20 16:53:10 +08:00
|
|
|
config:
|
2026-07-27 17:21:40 +08:00
|
|
|
path: ./cordis.yml
|
2026-07-20 16:53:10 +08:00
|
|
|
patches:
|
|
|
|
|
- id: llm-deepseek
|
|
|
|
|
name: '@deepseek-ai/dsh-llm-deepseek'
|
|
|
|
|
disabled: true
|
|
|
|
|
- insert:
|
2026-07-27 17:21:40 +08:00
|
|
|
- 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'
|