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/09/04

インストール

$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.

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.