← Back to Hermes
Hermes sessions

Workflow and session operations

Use Hermes like an operator platform: continue and resume intentionally, inspect the real session inventory, and keep context clean before work gets messy.

Continuity ruleInspect the real session state before deciding Hermes lost context or that resume behavior is broken.

Once Hermes is installed and the provider/model path works, the next question is not just “how do I prompt it?” The better question is: how do I use Hermes in a way that preserves context, makes sessions findable, and keeps longer-running work from turning messy?

1. Treat workflow as staged, not magical

  1. install and verify the runtime
  2. start the local CLI
  3. configure the provider/model path intentionally
  4. run the first useful task
  5. inspect output
  6. repair narrowly when needed
  7. verify again before broadening the workflow

2. Start, continue, or resume on purpose

3. Make sessions findable early

4. Inspect the inventory instead of guessing

Practical working rules

Related pages