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/08/15

インストール

検証済み bundle がないか、互換性チェックに失敗しています。先にリポジトリの説明を読んでください。 README 全文を読む ↗

ドキュメント

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.