Files
deepseek-harness/examples/jsonrpc-agent/persistent-tools.snapshot.cordis.yml
T
Yichen Jiang dceff19bd3 fix(jsonrpc-agent): claim the renamed route in the persistent-tools replay catalog
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.
2026-07-30 21:34:46 +08:00

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