X-C1811/dsh-web-search-plugin ↗★ 0
web-search-tavily
Tavily-backed search provider (keyless or API key) for the DeepSeek Harness web capability seam (ctx.web)
AI Analysis
核心用途是为 DSH 智能体提供基于 Tavily 的联网搜索能力。适合需要高质网页搜索结果的用户,支持免 Key 快速试用或绑定私有 Key 深度搜索。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full README ↗Configuration
The settings card ("设置 → 插件 → 插件配置 → 网页搜索(Tavily)") edits the
web-search-tavily namespace:
| Key | Default | Meaning |
|---|---|---|
mode | keyless | keyless (free, rate-limited) or keyed (Tavily API key) |
apiKey | — | Literal Tavily API key (never rides a response; stored via the credentials domain) |
apiKeyEnv | TAVILY_API_KEY | Credential/env reference resolved per keyed search |
baseURL | https://api.tavily.com | Tavily REST base; /search is appended |
maxResults | 8 | Sources per search (1–20) |
searchDepth | basic | basic (faster) or advanced (deeper) |
includeAnswer | true | Request Tavily's generated answer; surfaced as result content |
topic | general | general or news |
Equivalent CLI/env overrides: DSH_WEB_SEARCH_PROVIDER=tavily selects the
provider; the plugin's base URL falls back to $TAVILY_BASE_URL.