xingzhen199186/dsh-advisor-group ↗★ 0
dsh-advisor-group
DSH plugin: consult multiple expert advisor models in a retro chat-group card — auto-deepen consultation pipeline with real streaming, SSE replay, and 26 provider presets.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:xingzhen199186/dsh-advisor-group说明文档
阅读完整 README ↗⚙️ Configuration
| Key | Type | Default | Description |
|---|---|---|---|
enabled | boolean | true | Enable advisor group |
discussion.maxRounds | number | 2 | Total rounds of the auto-deepen pipeline (each round = driver question + all advisors in relay) |
discussion.maxAdvisorsPerCall | number | 3 | Max advisors per call (1–10) |
discussion.autoDeepen | boolean | true | Run the auto-deepen pipeline (driver follow-ups + final synthesis) |
discussion.driverModel | object | – | Fallback driver model {provider, model} when the session header cannot be read |
discussion.advisorTimeoutMs | number | 600000 | Per-advisor call timeout (ms, 1000–600000), applied to both channels |
quota.enabled | boolean | true | Enable the daily new-consultation cap (cost safety valve) |
quota.maxPerDay | number | 50 | Max new consultations per UTC day (1–100000); ignored when quota.enabled is false |
trigger.requireClassifier | boolean | true | Run the pre-classifier before starting |
trigger.allowWebFallback | boolean | true | Allow classifier to recommend web search |
trigger.confidenceThreshold | number | 0.6 | Escalate when main-model confidence is below this |
ui.theme | string | retro-green | Chat card theme (retro-green / retro-amber / retro-blue) |
ui.showTimestamps | boolean | true | Show timestamps |
ui.autoExpand | boolean | true | Auto-expand card |
advisors | array | [] | Advisor list (provider/model/baseURL/apiKey/apiKeyEnv/protocol…, keys are role('secret')) |
discussion.parallelanddiscussion.stopOnConsensusare deprecated leftovers kept only for stored-config compatibility.