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
安装
此插件尚未提供可验证的 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.