dsh-tavily: Tavily Web Search Plugin for DeepSeek Harness
dsh-tavily is a Tavily web search plugin for DeepSeek Harness (DSH), designed to address the high cost of switching search sources. This plugin enables seamless switching between the official DeepSeek and Tavily through a settings card toggle, eliminating the need for repeated uninstallation and reinstallation. Core features include: support for a keyless mode without a Key and an account profile with a Key (Bearer authentication); a connectivity test function that can genuinely invoke Tavily to verify status; intelligent handling of timeouts and invalid results; secure storage of credentials (Key/toggle) in `credentials`, without writing to settings files; and the use of an independent namespace to avoid overriding official settings. Installation first requires adding the plugin via the `dsh plugin` command, then enabling the toggle in settings and
Read Moredsh-tavily: Adding an Optional Tavily Search Tool to DeepSeek Harness
moguiyu/dsh-tavily is an MIT-licensed plugin for DeepSeek Harness (DSH), designed to enhance search capabilities without replacing the built-in `web_search`. The plugin offers multi Tavily API key management, rotation-based or usage-priority failover mechanisms, secure usage viewing functionality, and direct Tavily tools such as `tavily_search`. These advanced tools are disabled by default and require manual activation, without affecting the original search paths. The plugin can be installed via GitHub or npm (package name `@moguiyu/dsh-tavily`), and requires DSH version 0.1.0-rc.x or later. Users need to configure `TAVILY_API_KEYS` in the settings.
Read More