Kerberos255/dsh-web-search-router0

dsh-web-search-router

Priority-ordered multi-provider web_search router for DeepSeek Harness with automatic fallback.

AI 分析

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

パッケージ
dsh-web-search-router
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/21

インストール

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

ドキュメント

README 全文を読む ↗

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.