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