xingzhen199186/dsh-advisor-group0

dsh-advisor-group

多顾问模型群聊咨询插件,支持多模型接力讨论、自动加深管道、实时流式传输及预设服务商。

AI 分析

核心用途是引入多个专家模型对复杂问题进行协同会诊与综合输出。适合需要多视角专业解答、或希望对不确定性问题进行自动深化讨论的用户。

套件
dsh-advisor-group
版本
0.0.1
授權
NOASSERTION
最近更新
2026年9月6日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:xingzhen199186/dsh-advisor-group

⚙️ Configuration

KeyTypeDefaultDescription
enabledbooleantrueEnable advisor group
discussion.maxRoundsnumber2Total rounds of the auto-deepen pipeline (each round = driver question + all advisors in relay)
discussion.maxAdvisorsPerCallnumber3Max advisors per call (1–10)
discussion.autoDeepenbooleantrueRun the auto-deepen pipeline (driver follow-ups + final synthesis)
discussion.driverModelobjectFallback driver model {provider, model} when the session header cannot be read
discussion.advisorTimeoutMsnumber600000Per-advisor call timeout (ms, 1000–600000), applied to both channels
quota.enabledbooleantrueEnable the daily new-consultation cap (cost safety valve)
quota.maxPerDaynumber50Max new consultations per UTC day (1–100000); ignored when quota.enabled is false
trigger.requireClassifierbooleantrueRun the pre-classifier before starting
trigger.allowWebFallbackbooleantrueAllow classifier to recommend web search
trigger.confidenceThresholdnumber0.6Escalate when main-model confidence is below this
ui.themestringretro-greenChat card theme (retro-green / retro-amber / retro-blue)
ui.showTimestampsbooleantrueShow timestamps
ui.autoExpandbooleantrueAuto-expand card
advisorsarray[]Advisor list (provider/model/baseURL/apiKey/apiKeyEnv/protocol…, keys are role('secret'))

discussion.parallel and discussion.stopOnConsensus are deprecated leftovers kept only for stored-config compatibility.