qidiai/dsh-contrib-topology--packages-router ↗★ 1
@qidiai/dsh-contrib-router
Explainable Bayesian subagent-provider routing for DeepSeek Harness: scores providers from observed run history and ranks them per task (7-dimension core)
AI 분석
核心用途是智能路由和筛选最佳的 Agent 服务商。适合需要基于历史成功率、耗时等多维指标优化调用决策的用户。
설치
검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗
@qidiai/dsh-contrib-router
可解释贝叶斯 Subagent 路由插件(DeepSeek Harness 编排套件之一):从观测到的运行历史为各 provider 打分并排序。
- 7 维核心:success / capability / latency / tokenCost / freshness / stability / confidence(贝叶斯率 + Wilson 下界 + 时间衰减)
- 冷却:最近一次失败后 30 分钟冷却(排名归零但保留可解释分量)
- Remote:
rank(task, candidates?)返回带每维分量与理由的排序;profiles()返回全部 provider 画像 - 路由 tab:Settings → Plugins → Routing
数据来源:监听 subagent/start → subagent/end(纯旁路),按 provider 维护观察环形缓冲。
套件:@qidiai/dsh-contrib-topology / -observe / -router / -orchestrator / -mcp-bridge(仓库 qidiai/dsh-contrib-topology)。