web.cordis.yml 818 B

123456789101112131415161718192021
  1. # Web-fetch composition for the web-fetch snapshot scenario: the web seam, the
  2. # real local HTTP fetch provider, the model-facing web tools (fetch only, so
  3. # the pinned header carries exactly the surface under test), and the loopback
  4. # fixture server the scenario prompt fetches — deterministic content, no
  5. # external network, in recording and replay alike.
  6. - id: base
  7. name: '@cordisjs/plugin-include'
  8. config:
  9. path: ./cordis.yml
  10. patches:
  11. - insert:
  12. - id: web
  13. name: '@deepseek-ai/dsh-web'
  14. - id: web-fetch-local
  15. name: '@deepseek-ai/dsh-web-fetch-local'
  16. - id: web-fetch-fixture
  17. name: './web-fetch-fixture-server.mjs'
  18. - id: tool-web
  19. name: '@deepseek-ai/dsh-tool-web'
  20. config:
  21. search: false