cinob/dsh-web-search-multi ↗★ 0
dsh-web-search-multi
Multi-provider web search plugin for DeepSeek Harness supporting free-tier providers (Bing, Baidu, Tavily, Brave, Serper, Bocha, SearXNG, DuckDuckGo) with auto-fallback and Web Settings UI.
AI 분석
核心用途是为 DSH 提供多源网页搜索能力。适合需要联网搜索、希望在主搜索源失效时自动切换备用源以保证搜索可用性的用户。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:cinob/dsh-web-search-multi5. Configuration
Environment Variables
| Variable | Description |
|---|---|
DSH_WEB_SEARCH_PROVIDER | Set to multi-search |
TAVILY_API_KEY | Tavily API Key (1,000 searches/mo) |
BRAVE_API_KEY | Brave Search API Key (2,000 searches/mo) |
SERPER_API_KEY | Serper Google API Key (2,500 searches) |
BOCHA_API_KEY | Bocha AI Search API Key |
SEARXNG_URL | SearXNG instance URL (e.g. http://localhost:8888) |
SEARXNG_TOKEN | SearXNG access token (optional) |
Profile Patch (cordis.patch.yml)
- insert:
- id: web-search-multi
name: dsh-web-search-multi
config:
provider: auto
enableFallback: true
- id: web
name: '@deepseek-ai/dsh-web'
config:
searchProvider: multi-search