From 2d3071f9d49a9e34a025eed4dae5954e951f9de9 Mon Sep 17 00:00:00 2001 From: Teknium <127238744+teknium1@users.noreply.github.com> Date: Fri, 26 Jun 2026 11:16:14 -0700 Subject: [PATCH] docs(moa): clarify MoA presets are selectable on every surface (CLI, hermes model, Dashboard, Desktop, TUI) (#53211) --- website/docs/user-guide/features/mixture-of-agents.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/website/docs/user-guide/features/mixture-of-agents.md b/website/docs/user-guide/features/mixture-of-agents.md index c901a2fe9e7..eda7c6d4c27 100644 --- a/website/docs/user-guide/features/mixture-of-agents.md +++ b/website/docs/user-guide/features/mixture-of-agents.md @@ -21,7 +21,13 @@ You can select a preset through the normal model picker surfaces: /model review --provider moa ``` -The Dashboard, TUI, and Desktop model pickers also show a `Mixture of Agents` provider row. Its models are your configured preset names. +MoA presets are selectable on **every Hermes surface**, because MoA is a normal provider in the model system: + +- **CLI / gateway / TUI `/model`** — `/model --provider moa`, or `/model --provider moa` for the default preset. A bare `/model ` also works when the name exactly matches a configured preset. +- **`hermes model`** and the **Dashboard model picker** — a `Mixture of Agents` provider row appears with your preset names as its models. +- **Desktop GUI app** — the model dropdown shows an `MoA presets` section; selecting one (`MoA: `) switches the active model to that preset. The Desktop settings panel also creates and edits presets. + +Configured presets therefore show up wherever you would pick any other model. ## Slash command shortcut