@goodandready/dsh-moa
Mixture of Agents (MoA) plugin for DeepSeek Harness with /moa slash command
安装
$
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 |
---