dsh-web-search-anysearch:DeepSeek Harness 的 AnySearch 网页搜索插件

`dsh-web-search-anysearch` 是 DeepSeek Harness (DSH) 的原生 Web 搜索插件,由 mcxianyujun 维护,采用 MIT 许可。该插件通过接入 AnySearch 的 `POST /v1/search` REST API 提供网页搜索能力,无需修补 Harness 核心或依赖 JSON-RPC 桥接。其核心特性包括独立的 Web 设置区域和凭据管理,使用独立的 `ANYSEARCH_API_KEY` 并通过 DSH credentials service 安全存储,不复用 DeepSeek 默认密钥。插件支持完整的来源信息(URL、标题、

Read More
Integrating AnySearch into DeepSeek Harness: Native Web Search and Vertical Retrieval in One Step

@anysearch/anysearch-dsh is a web tool plugin developed by the anysearch-team for DeepSeek Harness, integrating AnySearch into DSH's web profile. After installation, the Agent continues to use the native `web_search` and `web_fetch` functions to access real-time web search, URL content cleaning, as well as advanced capabilities such as vertical retrieval and batch concurrent processing. It supports anonymous usage without an API key, and credentials can be configured for higher quotas. This article introduces the plugin's positioning, environment requirements, installation commands, key configuration, and typical query examples, while also noting that the plugin operates with DSH process permissions and advising users to verify the source code and license before installation.

Read More
Connect AnySearch to the web_search of DeepSeek Harness using anysearch-dsh

anysearch-dsh is maintained by the anysearch-team, which connects AnySearch to the native web_search of DeepSeek Harness, and provides capabilities including discovery, vertical search and up to five-way batch search. This article verifies the installation commands, credential writing methods and capability boundaries based on the directory page, GitHub README and 0.1.1 usage guide: the anonymous quota can be used first, and the Extract function has not been provided yet.

Read More