dsh-tool-tavily-search
已验证@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.
安装
dsh plugin add @moguiyu/dsh-tool-tavily-search 用 dsh --profile default --dump-config 确认 layer 已生效 —— 参见安装指南。
源码
发布到 npm 但没有公开仓库。安装前请检查包内容。
标签
说明文档
@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.