dsh-tool-tavily-search
Verified@moguiyu/dsh-tool-tavily-search Β· v0.1.11 Β· MIT
Opt-in advanced tavily_search model tool for DeepSeek Harness, with key rotation/failover. Install @moguiyu/dsh-tavily for the Tavily Search settings card.
Install
dsh plugin add @moguiyu/dsh-tool-tavily-search Confirm the layer applied with dsh --profile default --dump-config β see the install guide.
Source
Published to npm without a public repository. Inspect the package contents before installing.
Tags
Readme
@moguiyu/dsh-tool-tavily-search
Registers the opt-in advanced tavily_search model tool for the DeepSeek Harness.
tavily_searchβ full Tavily surface (max_results,search_depth,topic,days,include_answer,include_raw_content,include_domains,exclude_domains). Keys are resolved from theTAVILY_API_KEYScredential on every call; round-robin rotation with failover on HTTP 401/429.- Opt-in, default off β the plugin
Config.enableddefaults tofalse; the switch state persisted by the settings card (~/.dsh/tavily-tool.json) only affects this tool. - Headless β this package ships no settings card. Install
@moguiyu/dsh-tavily(tool + card + backend in one row) for the Tavily Search card under Settings β Plugins β plugin configuration. - Built-in
web_searchis never replaced: this package registers no provider and never writesweb.searchProvider. Tavily is an extra, opt-in search option alongside the native tool.
Host half: plain ESM (src/index.js).
See the workspace README for install and configuration.