ChrisDeadman/dsh-web-search-brave ↗★ 0
@deads-inc/dsh-web-search-brave
Brave Search API-backed web search provider for the DeepSeek Harness web capability seam (ctx.web)
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ChrisDeadman/dsh-web-search-brave说明文档
阅读完整 README ↗Configuration
All options are optional; sensible defaults are used.
| Option | Env / Config Key | Default | Notes |
|---|---|---|---|
| API key | BRAVE_API_KEY | — | Required. |
| API base URL | BRAVE_SEARCH_BASE_URL | https://api.search.brave.com/res/v1/web/search | Override for proxies or testing. |
| Throttle (ms) | — | 1500 | Min gap between outbound requests. |
| Max attempts | — | 3 | Retries on 429/403 before failing. |
Enabling as the active search provider
The plugin registers brave-search but does not forcibly enable it. To use it as your search backend, add this to your profile's cordis.patch.yml:
- id: web
config:
searchProvider: brave-search
bash install.sh does this automatically for you.