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.

AI 分析

核心用途是替换 DSH 内置的单一搜索,接入更丰富的第三方搜索 API。适合对联网搜索质量、范围有高要求的用户,可自由配置自建或商业搜索服务。

パッケージ
dsh-web-search-thirdparty
バージョン
0.3.0
ライセンス
BSD-3-Clause
最終更新
2026/08/23

インストール

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

ドキュメント

README 全文を読む ↗

配置

设置存放在 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