2026-07-27 00:22:13 +08:00
|
|
|
# Web-fetch composition for the web-fetch snapshot scenario: the web seam, the
|
|
|
|
|
# real local HTTP fetch provider, the model-facing web tools (fetch only, so
|
|
|
|
|
# the pinned header carries exactly the surface under test), and the loopback
|
|
|
|
|
# fixture server the scenario prompt fetches — deterministic content, no
|
|
|
|
|
# external network, in recording and replay alike.
|
|
|
|
|
- id: base
|
2026-08-10 22:04:06 +08:00
|
|
|
name: '@deepseek-ai/cordis-plugin-include'
|
2026-07-27 00:22:13 +08:00
|
|
|
config:
|
|
|
|
|
path: ./cordis.yml
|
|
|
|
|
patches:
|
|
|
|
|
- insert:
|
|
|
|
|
- id: web
|
|
|
|
|
name: '@deepseek-ai/dsh-web'
|
|
|
|
|
- id: web-fetch-local
|
|
|
|
|
name: '@deepseek-ai/dsh-web-fetch-local'
|
|
|
|
|
- id: web-fetch-fixture
|
|
|
|
|
name: './web-fetch-fixture-server.mjs'
|
|
|
|
|
- id: tool-web
|
|
|
|
|
name: '@deepseek-ai/dsh-tool-web'
|
|
|
|
|
config:
|
|
|
|
|
search: false
|