# 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. - id: base name: '@deepseek-ai/cordis-plugin-include' config: path: ./cordis.yml 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' - id: llm-replay name: '@deepseek-ai/dsh-llm-replay'