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