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)

AI 분석

为 DSH 的网页搜索功能提供 Brave Search 后端支持。适合需要联网搜索最新信息辅助决策的任务,使用前必须配置 BRAVE_API_KEY。

패키지
@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.