qidiai/dsh-contrib-topology--packages-router1

@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)

包名
@qidiai/dsh-contrib-router
版本
0.0.1
许可证
MIT
最近更新
2026年8月16日

安装

此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗

@qidiai/dsh-contrib-router

可解释贝叶斯 Subagent 路由插件(DeepSeek Harness 编排套件之一):从观测到的运行历史为各 provider 打分并排序。

  • 7 维核心:success / capability / latency / tokenCost / freshness / stability / confidence(贝叶斯率 + Wilson 下界 + 时间衰减)
  • 冷却:最近一次失败后 30 分钟冷却(排名归零但保留可解释分量)
  • Remoterank(task, candidates?) 返回带每维分量与理由的排序;profiles() 返回全部 provider 画像
  • 路由 tab:Settings → Plugins → Routing

数据来源:监听 subagent/startsubagent/end(纯旁路),按 provider 维护观察环形缓冲。

套件:@qidiai/dsh-contrib-topology / -observe / -router / -orchestrator / -mcp-bridge(仓库 qidiai/dsh-contrib-topology)。