Walvez/dsh-search-failover

Plugin ⭐ 0 MIT tools

DSH provider-level web search failover pool: 8 free/paid backends with quota-aware circuit breaking (keeps native web_search)

Install

web_search (原生工具)
  └── ctx.web → searchProvider: "search-pool"
        └── SearchPoolProvider.search(query)
              ├─ failover: 按 priority 依次尝试, 首个成功返回
              ├─ rotate:   健康后端轮询 (分散免费额度)
              ├─ 熔断: QUOTA→长冷却(1h) / TRANSIENT→阈值3次/5min→短冷却(60s)
              └─ 冷却到期半开探活, 成功即恢复

Add Walvez/dsh-search-failover to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.