GooDAnDReaDY/dsh-moa0

@goodandready/dsh-moa

Mixture of Agents (MoA) plugin for DeepSeek Harness with /moa slash command

包名
@goodandready/dsh-moa
版本
0.2.1
许可证
MIT
最近更新
2026年9月4日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:GooDAnDReaDY/dsh-moa

⚙️ 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 |

---