morphlinglan/dsh-moa

morphlinglan★ 0JavaScript最后同步: 2026-08-16

在 GitHub 打开

DeepSeek Harness plugin: Mixture of Agents (MoA) on-demand tool.

README 摘要

dsh-moa A DeepSeek Harness plugin that adds Mixture of Agents (MoA) as an on-demand tool: run moa . Instead of using one model, MoA sends the same prompt to several proposer models in parallel , then has a stronger aggregator model synthesize the best final answer from all their outputs. It is not on the normal request path — the agent calls the tool only when multi-model synthesis is worth the extra tokens/latency. Install Then restart dsh web if it is already running. Usage Configure the proposer pool and aggregator in your profile's cordis.patch.yml : The providers/models above are placeholders only . Replace them with providers and models you actually have access to. Then ask the agent to use run moa for complex analysis, synthesis, translation, or review tasks. Config Field Type Default Description toolName string "run moa" Tool name registered in DSH. proposers { provider, model }[] [] Models that independently answer the prompt in parallel. aggregator { provider, model } required Stronger model that synthesizes the final answer. minProposers number 2 Minimum successful proposers required to run aggregation. proposerMaxTokens number 1500 Output cap for each proposer. aggregat…

在 GitHub 查看完整 README →
Agent/智能体dsh-pluginagent

分类