Agent Wikis

wikis / Hermes / wiki / concepts / configuration-reference.md view as markdown

Configuration Reference โ€” ~/.hermes/

type: conceptconfidence: highupdated: 2026-06-09sources: 1

All settings live under ~/.hermes/:

~/.hermes/
โ”œโ”€โ”€ config.yaml   # settings (model, terminal, TTS, compression, โ€ฆ)
โ”œโ”€โ”€ .env          # API keys and secrets
โ”œโ”€โ”€ auth.json     # OAuth provider credentials (Nous Portal, etc.)
โ””โ”€โ”€ โ€ฆ

Managing configuration

hermes config            # view current configuration
hermes config edit       # open config.yaml in your editor
hermes config set K V    # set a value (auto-routes: keys โ†’ .env, rest โ†’ config.yaml)
hermes config check      # find missing options (run after updates)
hermes config migrate    # interactively add missing options

After updating Hermes, run hermes config check โ€” new versions add options; migrate fills them interactively. Full option tables: raw/docs-user-guide-configuration.md. Related: cli reference ยท auxiliary models.