dsh-tool-tavily-search
Đã xác minh@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.
Cài đặt
dsh plugin add @moguiyu/dsh-tool-tavily-search Xác nhận layer đã áp bằng dsh --profile default --dump-config — xem hướng dẫn cài plugin.
Mã nguồn
Phát hành lên npm mà không có repository công khai. Hãy kiểm tra nội dung package trước khi cài.
Thẻ
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.