Appearance
How to use this handbook
This is a personal handbook, not official documentation. It summarizes what I learned running Hermes Agent locally and packages it so I (and you) can revisit it quickly.
The learning path
- Getting Started: what Hermes is and how to install it.
- Complete offline setup: Ollama + Hermes with zero API cost.
- Local Models: model choice, context, hardware tuning.
- Working with Hermes: config, SOUL.md, context files.
- Memory & Skills: the self-improving loop.
- Use Cases: real workflows I actually run.
Already set up? Jump to Use Cases or Offline setup.
Conventions
Try it
Copy-paste commands and prompts you can run immediately.
Watch out
Common mistakes and things that broke my setup.
My setup (reference)
This handbook assumes:
- Hermes Agent installed via the official installer
- Ollama running locally as the model backend
- Open-weight model with tool-calling support (Qwen 3.5 via Ollama)
- 64k+ context configured (required for agentic work)
- Everything stored under
~/.hermes/on my machine
Your hardware will differ. Adjust model size and context accordingly.