Practical Notes
- Quant: the installer wires Python 3.11, Node.js, ripgrep, ffmpeg, and a portable Git Bash on native Windows.
- Quant: the docs call out 40+ tools and 7 terminal backends, useful when you need a remote-first agent footprint.
Rollout pattern
- Start with the CLI only and pin one provider + one toolset before you expose any gateway channel.
- Add cron or gateway delivery only after you can replay the same task three times from the terminal with consistent evidence.
- Use separate environments for experiments versus production because the agent can execute tools and accumulate long-lived memory.
Watchouts
The project is powerful enough to touch local systems and remote chats, so approval gates and environment separation matter more here than in a prompt-only assistant.
FAQ
Q: Does it lock me to one model vendor? A: No. The README lists OpenAI, OpenRouter, NVIDIA NIM, GLM, Kimi, MiniMax, Hugging Face, and custom endpoints.
Q: Can I start from chat instead of the terminal? A: Yes, but the terminal path is the cleanest first verification route before enabling gateways.
Q: What is the fastest smoke test?
A: Install, run hermes setup, pick a model, and complete one tool-free CLI conversation before enabling extra tools.