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 분석
核心用途是为 DSH 智能体提供基于 Tavily 的联网搜索能力。适合需要高质网页搜索结果的用户,支持免 Key 快速试用或绑定私有 Key 深度搜索。
설치
검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 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.