vinoth4v/dsh-tool-council ↗★ 0
dsh-tool-council
DeepSeek Harness plugin: a model-facing `council` tool that puts one question to several models on different providers at once, then reports where they agree and where they split
AI 分析
核心用途是多模型共识对比。适合需要交叉验证模型回答、评估不同服务商模型输出一致性的任务。必要条件是需在 DSH 中配置至少两个服务商路由。
インストール
検証済み bundle がないか、互換性チェックに失敗しています。先にリポジトリの説明を読んでください。 README 全文を読む ↗
ドキュメント
README 全文を読む ↗Configuration
| Field | Default | Meaning |
|---|---|---|
members | 3 built-in routes | The panel. Each entry is { provider, model, role? }. Capped at 8. |
synthesis | google / gemini-3.6-flash | The chair route, or false to never synthesize. |
maxTokens | 2048 | Generation cap per member and for the chair. |
timeoutMs | 120000 | Deadline per call, fused with the caller's own cancellation. |
The built-in defaults exist only so the plugin loads without configuration. Set members to routes you
actually have — the defaults name specific providers that may not exist in your deployment.