vinoth4v/dsh-tool-council

vinoth4v★ 0JavaScript最后同步: 2026-08-15

在 GitHub 打开

DeepSeek Harness plugin: a council tool that asks several models on different providers the same question, then reports where they agree and where they split

README 摘要

dsh-tool-council A DeepSeek Harness plugin that gives the model a council tool: put one question to several models at once, each on a different provider , get every answer back side by side, then have a separate chair model report where they agreed and — more usefully — exactly where they split. One model's confident answer is one sample. A council turns a contested judgement call into visible disagreement you can act on. Design Three decisions make the output worth reading: - Members sit on different providers and different model families. Two checkpoints of the same base model fail the same way, so their agreement tells you nothing. Diversity is the entire signal. - The chair is not one of the members. It never grades its own answer. - A failing member is reported, not thrown. One dead provider must not collapse the panel — that is the reason for polling several in the first place. Members run concurrently, so wall-clock is the slowest member, not the sum. Install Requires a working DeepSeek Harness installation ( npm install -g @deepseek-ai/dsh ) with at least two provider routes configured in $DSH HOME/settings.yaml . Clone it inside the profile you are installing into , then r…

在 GitHub 查看完整 README →
Agent/智能体agent-toolsdeepseek-harnessdshdsh-pluginensemblellmmulti-model

分类