How-To Series · Episode 10 / 59 · Module 2: Daily Driver
Hermes · Profiles
Multiple independent agents on one machine. Each its own brain, keys, and memory.
After this videoYou can now run a fleet of agents on one box · cleanly separated.
A profile is a separate HERMES_HOME. hermes profile create coder builds it and drops a coder command alias on your PATH — every Hermes subcommand works as coder <subcommand>. Three create modes (blank, --clone config-only, --clone-all full snapshot). Three targeting modes (alias, -p flag, sticky hermes profile use). Each profile gets its own gateway service and its own bot tokens, with duplicate-token detection. Profiles are not a sandbox — set terminal.cwd explicitly if you need a project pin.
About these resources. Every command in this video comes from the single Profiles user-guide doc. The Profile Distributions doc is referenced as further reading for sharing an agent across machines.
Sources · What this video distills
1 docs page · every command below traces to itCommands shown · Copy and paste
each shows the source doc it came fromhermes profile create coder && coder setup && coder chathermes profile create work --clonehermes profile create backup --clone-allhermes profile use codercoder gateway installcoder config set terminal.cwd /absolute/path/to/projectGoing deeper · Related Hermes docs
further reading · not sources of facts shown aboveNext in the series · Episodes that build on this
E13
SOUL.md · Give It a Personality
E16
AGENTS.md · Project Brain
E24
Hermes on Telegram