D
@yugasun/dsh-web-search
v0.1.1 · 0 天前发布
Multi-provider web search for DeepSeek Harness: Baidu, Doubao, Tavily, and Exa backends for ctx.web.
README
dsh-web-search

给 DeepSeek Harness 的多后端网页搜索。向 ctx.web 注册百度、豆包、Tavily、Exa;模型侧仍使用官方 web_search / web_fetch 工具。
兼容 DeepSeek Harness 0.1.0-rc.7。
安装插件会在 Harness 进程内以你的权限运行第三方代码。安装前请阅读源码。
安装
从 npm:
sh
dsh plugin --profile web add @yugasun/dsh-web-search
从本仓库本地路径:
sh
dsh plugin --profile web add ./packages/dsh-web-search
安装后请重启 dsh web。设置侧栏会出现 网络搜索 页。关闭 自定义搜索 则继续用 DSH 内置 web_search 和 web_fetch;开启后配置百度 / 豆包 / Tavily / Exa。
从 Git 子目录:
```sh
dsh plugin --profile web add github:yugasun/dsh-plugins#path:packages/dsh-web
版本兼容矩阵
| DSH 版本 | 状态 | 说明 |
|---|---|---|
dsh@0.1.0-rc.6 | ✅ 兼容 | cordis patch ✅ |
dsh@0.1.0 | ✅ 兼容 | 标准 patch ✅ |
dsh@0.2.0 | ⚠️ 待验证 | 待实测(API 可能在变) |
dsh@0.3.0+ | ❓ 未知 | 尚未发布 |
💡 兼容矩阵每周末自动跑实测,欢迎 PR 修正
元数据
- License
- MIT
- npm
- @yugasun/dsh-web-search
- Repo
- git+https://github.com/yugasun/dsh-plugins.git
- Engines
{"node":">=22"}- Weekly DL
- 0
- Monthly DL
- 0
- dsh.bundle
{"bundle":{"patch":"./cordis.patch.yml"},"client":{"platform":"web","inject":["@deepseek-ai/dsh-client-ui-settings","@deepseek-ai/dsh-client-connection","@deepseek-ai/dsh-client-runtime","@deepseek-ai/dsh-client-locale"]}}