GooDAnDReaDY/dsh-moa0

@goodandready/dsh-moa

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

AI 分析

核心用途是实现多模型混合架构(MoA)。适合需要并发调用多个模型进行提案,并由前沿裁判模型进行综合、批判和优胜选择的复杂推理任务。

パッケージ
@goodandready/dsh-moa
バージョン
0.2.1
ライセンス
MIT
最終更新
2026/09/04

インストール

$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 |

---