sunx16963-design/dsh-web-search-thirdparty1

dsh-web-search-thirdparty

DSH web search provider facade: routes ctx.web.search to third-party engines (SearXNG/Tavily/Serper/Brave/Bing/Google CSE). Replaces the built-in DeepSeek-only search with configurable third-party APIs.

包名
dsh-web-search-thirdparty
版本
0.3.0
许可证
BSD-3-Clause
最近更新
2026年8月23日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:sunx16963-design/dsh-web-search-thirdparty

配置

设置存放在 dsh-web-search-thirdparty 分区下:

dsh-web-search-thirdparty:
  provider: searxng
  searxngBaseURL: https://searx.be   # 或自建实例
  maxResults: 8
  mergeResults: false
  maxPerDomain: 2
  relevanceSort: false
  cacheEnabled: true
  cacheTtlMs: 60000
  retryCount: 1
  retryBackoffMs: 250