bottledkzk/dsh-search-router1

dsh-search-router

Route DeepSeek Harness web_search across DeepSeek official / AnySearch / free engines with live switching, status, and automatic fallback.

AI Analysis

核心用途是管理和路由 DSH 的联网搜索请求,支持多后端无缝切换与故障自动回退。适合对联网搜索稳定性、隐私或特定搜索引擎有定制需求的用户。

Package
dsh-search-router
Version
0.1.0
License
MIT
Last updated
Sep 5, 2026

Install

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

使用

  1. 打开 设置 → 插件 → 插件配置 → 搜索路由,选择搜索后端、调整单次结果上限、填写密钥。
  2. 或在会话中让 agent 调用:
    • search_router_switch 切换后端
    • search_router_status 查看状态

配置

  • 权威配置:DSH 设置命名空间 search-router
  • 默认位置:~/.dsh/settings.yamlsearch-router:
  • 设置服务不可用时回退:~/.dsh/search-router.json

详细设置字段、Key 显示规则、回退策略见 docs/SETTINGS.md