mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-31 19:16:29 +00:00
docs(acp): document the Buzz Desktop model picker
Buzz Desktop v0.5.1 now renders Hermes' ACP model menu in agent runtime settings. Add a short note under the Buzz Desktop host section explaining where the list comes from (the shared authenticated-provider inventory), the provider:model / custom:<name>:<model> ID shapes, and that a pick is session-scoped rather than a Hermes-wide default change.
This commit is contained in:
parent
ce9f6712ff
commit
25927884e0
1 changed files with 13 additions and 0 deletions
|
|
@ -241,6 +241,19 @@ Recent installs write both `hermes` and `hermes-acp` launchers into
|
|||
older installs. As a manual fallback, configure Buzz's agent command as
|
||||
`hermes` with args `["acp"]`.
|
||||
|
||||
#### Model picker
|
||||
|
||||
Buzz Desktop (v0.5.1+) renders Hermes' full model menu in the agent's runtime
|
||||
settings. The list comes from Hermes itself over ACP: it shows every model
|
||||
from providers you have authenticated in Hermes (the same inventory behind
|
||||
`hermes model` and the `/model` command), so a model missing from the menu
|
||||
means its provider has no credentials configured on the Hermes side.
|
||||
|
||||
Entry IDs take the form `provider:model` (e.g. `openrouter:z-ai/glm-5.1`), or
|
||||
`custom:<name>:<model>` for custom OpenAI-compatible endpoints defined in
|
||||
`config.yaml`. Picking a model applies to that agent's session; it does not
|
||||
change your Hermes-wide default — use `hermes model` for that.
|
||||
|
||||
#### Keep Buzz agents owner-only
|
||||
|
||||
Buzz creates every agent with **Who can talk to this agent** set to `Owner only`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue