vinoth4v/dsh-tool-council0

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 中配置至少两个服务商路由。

패키지
dsh-tool-council
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 15.

설치

검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗

Configuration

FieldDefaultMeaning
members3 built-in routesThe panel. Each entry is { provider, model, role? }. Capped at 8.
synthesisgoogle / gemini-3.6-flashThe chair route, or false to never synthesize.
maxTokens2048Generation cap per member and for the chair.
timeoutMs120000Deadline 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.