ChrisDeadman/dsh-web-search-brave0

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

基于 Brave Search API 的 DeepSeek Harness 网页搜索服务提供商插件。

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.