Kerberos255/dsh-web-search-router0

dsh-web-search-router

适用于 DeepSeek Harness 的多服务商网页搜索路由器,支持优先级排序和自动备用切换

AI 分析

核心用途是实现多个网页搜索 API 的智能路由与容灾切换。适合对联网搜索稳定性要求极高,拥有多个搜索服务商密钥的 DSH 用户。

套件
dsh-web-search-router
版本
0.1.0
授權
MIT
最近更新
2026年8月21日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Kerberos255/dsh-web-search-router

Advanced DeepSeek Search configuration

The plugin defaults to DSH's official DeepSeek Search provider settings. A profile may override them:

- id: web-search-router
  config:
    deepseekBaseURL: https://api.deepseek.com/anthropic/v1
    deepseekModel: deepseek-v4-flash
    deepseekApiKeyEnv: DEEPSEEK_API_KEY

The Settings UI follows the configured deepseekApiKeyEnv credential reference rather than assuming a fixed key name.