ChrisDeadman/dsh-web-search-brave0

@deads-inc/dsh-web-search-brave

Brave Search API-backed web search provider for the DeepSeek Harness web capability seam (ctx.web)

包名
@deads-inc/dsh-web-search-brave
版本
1.1.0
许可证
MIT
最近更新
2026年9月4日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ChrisDeadman/dsh-web-search-brave

Configuration

All options are optional; sensible defaults are used.

OptionEnv / Config KeyDefaultNotes
API keyBRAVE_API_KEYRequired.
API base URLBRAVE_SEARCH_BASE_URLhttps://api.search.brave.com/res/v1/web/searchOverride for proxies or testing.
Throttle (ms)1500Min gap between outbound requests.
Max attempts3Retries 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.