Chuyển đến nội dung chính

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 the TAVILY_API_KEYS credential on every call; round-robin rotation with failover on HTTP 401/429.
  • Opt-in, default off — the plugin Config.enabled defaults to false; 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_search is never replaced: this package registers no provider and never writes web.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.