Installation, setup & basic commands
watch on YouTube ↗Here's what you need to know
Get one clean chat working before you add complexity. Pick a provider, learn the few commands that keep you oriented, and give Hermes a concrete first task whose result you can verify.
- 02:12The payoff compounds. Hermes is most useful when repeated sessions build memory and reusable skills. If all you need is an occasional chatbot, the extra machinery may not earn its keep.
- 06:48Stabilize the base provider first. Choose a model you can reliably call, then add fallback credentials or routing. Do not debug gateways, tools, and provider auth at the same time.
- 13:08Memorize the operator basics.
hermesstarts chat;hermes gatewaystarts messaging;hermes doctorchecks the install;hermes modelreopens model configuration. - 16:43You can steer without restarting. Switch models in-session with
/model, compact a long context with/compress, and use background or queued prompts when you do not want to derail the active task. - 19:40Know where state lives. The
.hermesdirectory holds config, environment, memories, sessions, cron, and logs. Tonbi's rule: edit config and memory deliberately; let Hermes manage session and cron internals. - 21:26Test with real work. A bounded research task proves web search, tool calling, and synthesis in one go—and exposes a broken setup faster than a casual “hello.”