@goodandready/dsh-moa
DeepSeek Harness 的 Mixture of Agents (MoA) 插件,提供 /moa 斜杠命令
AI 分析
核心用途是实现多模型混合架构(MoA)。适合需要并发调用多个模型进行提案,并由前沿裁判模型进行综合、批判和优胜选择的复杂推理任务。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:GooDAnDReaDY/dsh-moa說明文件
閱讀完整 README ↗⚙️ Configuration (settings.yaml)
Configure presets and model pipelines in settings.yaml or through the Web UI Settings panel:
### Configuration Parameters
| Parameter | Type | Default | Description |
|:---|:---|:---|:---|
| `defaultPreset` | `string` | `"default"` | Default preset invoked when typing `/moa
` |
| `presets..references` | `array` | `[...]` | List of proposer models queried concurrently during the proposal phase |
| `presets..aggregator` | `object` | `{...}` | Frontier judge model responsible for synthesis, critique, and winner selection |
| `enableQuestionnaire` | `boolean` | `true` | Enable interactive clarifying questionnaire for underspecified requests |
| `autoPromoteWinner` | `boolean` | `true` | Automatically promote the judge's selected winner files into the project workspace |
---