edusrez/dsh-tool-web-enhanced

edusrez★ 1TypeScript最后同步: 2026-08-18

在 GitHub 打开

Modular search tool for DeepSeek Harness: attach SearXNG, RAG and your own sections to the native web_search.

README 摘要

dsh-tool-web-enhanced English 中文 A drop-in replacement for the stock web search tool that is modular by sections : the native search results stay as the first section, and you attach additional search modules — each contributing its own section — such as a local SearXNG instance and RAG databases (local markdown sources). The native behaviour is unchanged; everything else is optional. What it is dsh-tool-web-enhanced is a drop-in replacement for DeepSeek Harness' stock web search tool. When no modules are configured, web search behaves exactly like stock: the native results are the only section. Turn on a module and it contributes its own section to the same search response: - the native DeepSeek search results remain the first section, unchanged; - you can attach additional search modules , each rendered as its own section — a local SearXNG instance, RAG databases (local markdown sources), and more; - the extension point is a clean module interface ( SearchSection ) plus a config surface ( sections: ), so adding a new section type is a small, documented, code-level step (fork or PR the repo). Everything is optional : with no modules configured, web search is exactly stock. Feature…

在 GitHub 查看完整 README →
搜索deepseek-harnessdshdsh-pluginsearxngweb-searchsearch

分类