persistent-tools.snapshot.cordis.yml 837 B

12345678910111213141516171819202122
  1. # Keyless replay keeps the persistent-tool composition intact and replaces
  2. # only its live DeepSeek adapter with the fixture-backed provider. The catalog
  3. # below claims the same `deepseek-official` route the agent asks for: an
  4. # unowned route makes the SDK server mount the real adapter, which then demands
  5. # a key this keyless lane has no way to supply.
  6. - id: base
  7. name: '@cordisjs/plugin-include'
  8. config:
  9. path: ./persistent-tools.cordis.yml
  10. patches:
  11. - id: llm-deepseek
  12. name: '@deepseek-ai/dsh-llm-deepseek'
  13. disabled: true
  14. - insert:
  15. - id: llm-replay
  16. name: '@deepseek-ai/dsh-llm-replay'
  17. config:
  18. providers:
  19. - id: deepseek-official
  20. name: DeepSeek
  21. models:
  22. - id: deepseek-v4-flash