dsh-web-search-tavily: Switch DSH's web_search to Tavily, Usable Without an API Key

`dsh-web-search-tavily` is a DeepSeek Harness (DSH) community plugin maintained by cnChenKai, licensed under the MIT License. This plugin provides Tavily-based backend support for DSH's web search capabilities, enabling the built-in `web_search` tool to call the Tavily API instead of the default DeepSeek routing. Core features include support for Keyless mode, which accesses directly via the official Header when no API Key is configured, requiring no initial setup; if `TAVILY_API_KEY` is set (read from environment variables or a configuration file), it automatically switches to key-based mode to enhance quotas. Default parameters include basic search depth and 5

Read More
dsh-plugin-tavily: Tavily Web Search Plugin for DeepSeek Harness

dsh-plugin-tavily is a web search plugin designed for DeepSeek Harness (DSH), aiming to replace the default search engine via the Tavily service to address issues such as fragmented configuration and inconvenient verification. This plugin registers a `tavily` provider with the `ctx.web` seam, supporting dual configuration modes through the WebUI settings card and `cordis.patch.yml`, with the latter having the highest priority. Core features include comprehensive Tavily search parameter customization, multiple preset scenarios, connectivity testing, and usage monitoring. For data extraction, it offers optional providers based on Tavily Extract and Firecrawl. Engineering capabilities cover persistent caching, 429 retry mechanisms, and rate limiting.

Read More