Hermes Agent Bot Mode Guide (Setup and Workflows)
What bot mode actually changes
Hermes Agent has a new feature called bot mode. It's a response to Grokbot, which launched two days earlier with a big advantage in browser and computer use because every Grokbot gets its own cloud computer. Hermes bot mode doesn't close that gap, but it fixes something else: how you talk to your agents. Before, you had to open each profile and chat in a separate session. Now you get one desktop app where every bot lives in a single panel, and they can message each other without you doing anything.
Setup takes about five minutes. You install the bot mode plugin from the Hermes Agent GitHub repo and tell your agent to install it. The UI changes right away. You get a bots panel on the top left, a cron jobs list on the right, and a default bot chat already open. From there you can clone existing profiles into new bots instead of building from scratch. That's the part that matters most for daily use.
The workflow we tested
We set up two bots. The research bot had a simple description: research anything on the web based on my query and send the report to the report writer bot. The report writer bot had the job of taking that research and writing a formal report. Even with plain language, Hermes filled in the rest. It gave each bot roles, responsibilities, and tools like web browsing, code execution, and delegation.
Then we asked the research bot to look at commodities and equities markets and hand its findings to the report writer. You can watch the commands run in the interface. The research bot used the cat command to find the report writer's profile, then found the handoff mechanism where agents message each other via Hermes bot chat. That's the real upgrade: agent-to-agent messaging that works out of the box, similar to what Grokbot offers. You can also set up a cron job so the research bot gathers findings every hour and the report writer turns them into reports automatically. No CLI commands, no separate sessions, no tmux.
One test run hit a snag. After about ten minutes, the report writer said there was no report in progress. We had switched models midway, and then we hit our usage limit. That's why it stalled. So bot mode is still in beta. If you find bugs, submit them to the Nous Research team.
Where Hermes and Grokbot actually differ
Bot mode is a real improvement for communication, but it doesn't change the fundamental gap in computer and browser use. Hermes Agent exposes browser automation as one of its tools, but it runs on whatever backend you configured: local, Docker, VPS, or a Modal sandbox. There's no persistent desktop that you get for free. Grokbot gives every agent a signed browser on xAI's persistent VM, which is why its browser tasks are strong and seamless. That's also why Grokbot costs $300 a month.
Hermes is bring your own key and bring your own compute. You either run it on a machine you already have or pay for a sandbox backend through their tool gateway. It takes more setup and maintenance. Our current philosophy hasn't changed: use Hermes for easy tasks like web search, report writing, and sentiment analysis, and use terminal for coding tasks because it filters token streams better than the desktop app. But bot mode adds enough convenience that the desktop app is now worth using daily for non-coding work.
If you want to automate agent handoffs without paying $300 a month, this is the feature that gets you there. It's the most meaningful update we've seen from Hermes Agent since we were doing multi-agent setups with Mina and OpenClaw six or seven months ago.
