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 읽기 ↗
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.