mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
The rename to deepseek-official reached cordis.snapshot.yml but not its persistent-tools sibling, so the replay catalog no longer owned the route the agent asks for. The SDK server then mounted the real adapter, which failed the turn on a missing key. Re-records the six transcripts and the two diagnostics cards that still carried the old route name.
23 lines
837 B
YAML
23 lines
837 B
YAML
# Keyless replay keeps the persistent-tool composition intact and replaces
|
|
# only its live DeepSeek adapter with the fixture-backed provider. The catalog
|
|
# below claims the same `deepseek-official` route the agent asks for: an
|
|
# unowned route makes the SDK server mount the real adapter, which then demands
|
|
# a key this keyless lane has no way to supply.
|
|
- id: base
|
|
name: '@cordisjs/plugin-include'
|
|
config:
|
|
path: ./persistent-tools.cordis.yml
|
|
patches:
|
|
- id: llm-deepseek
|
|
name: '@deepseek-ai/dsh-llm-deepseek'
|
|
disabled: true
|
|
- insert:
|
|
- id: llm-replay
|
|
name: '@deepseek-ai/dsh-llm-replay'
|
|
config:
|
|
providers:
|
|
- id: deepseek-official
|
|
name: DeepSeek
|
|
models:
|
|
- id: deepseek-v4-flash
|