返回插件市场

dsh-web-search-brave

模型与数据

cnChenKai/dsh-web-search-brave

为 DeepSeek Harness 提供基于 Brave Search 的网页搜索提供者,用 Brave 的 Search Web API 替换默认搜索路由。

  • agent-plugin
  • brave
  • deepseek-harness
  • dsh-plugin
  • web-search
GitHub Stars
5GitHub
浏览量
0DSH Plugin Hub
Forks
2GitHub
开放问题
0GitHub Issues
Manifest 版本
0.2.3dsh-web-search-brave
最近推送
2026年8月20日GitHub
许可证
MITJavaScript
插件类型
Host运行于 DSH Host

README

查看源文件

dsh-web-search-brave

English | 中文

A Brave Search-backed search provider for the DeepSeek Harness web capability seam (ctx.web): it makes the built-in web_search tool run on Brave's Search Web API instead of the shipped DeepSeek route.

Features

  • Clean snippets - text_decorations defaults to false so snippets stay free of <b> highlight markers.
  • Dates - page_age (ISO 8601) maps to the seam's publishedAt; human-readable age is ignored.
  • Keyed only - Brave has no keyless mode; free tier: 2,000 queries/month at api.search.brave.com.

Install

dsh plugin --profile web add dsh-web-search-brave

Set your API key in DSH's credential store (recommended) or export it in the environment that starts dsh web:

# ~/.dsh/.credentials.yaml
BRAVE_API_KEY: BSA...

Select the provider (the bundle patch does this automatically; to switch manually):

# your profile's cordis.patch.yml
- id: web
  name: '@deepseek-ai/dsh-web'
  config:
    searchProvider: brave

License

MIT

评论

0
最新优先