
I tested new Hermes Bot Mode plugin here’s what happened
I tested Hermes Agent’s new Bot Mode with 3 AI agents here’s what actually worked (and what didn’t)
Hermes Agent recently released Bot Mode, and I wanted to test whether it actually makes multi-agent collaboration easier or if it’s mostly a nicer UI for existing Hermes profiles.
So I built a small 3-agent Stocks research team:
🔎 Researcher — gathers evidence from public filings and market data
⚠️ Risk Analyst — challenges the numbers, assumptions, unsupported claims, and missing risks
📝 Thesis Editor — turns the reviewed evidence into a balanced final report
I only gave the task to the Researcher.
The Researcher gathered the evidence and handed it to the Risk Analyst. The Risk Analyst reviewed it and was supposed to hand the result to the Thesis Editor.
So instead of:
Human → Agent A → Human → Agent B → Human → Agent C
I was testing:
Human → Agent A → Agent B → Agent C → Human
And for the most part, it worked.
What I like about Bot Mode is that the agents aren’t just invisible calls in a workflow. Each bot has its own identity, role, tools, skills, memory, and persistent conversation, so you can actually inspect what each specialist is doing.
But there are some important limitations.
It’s also not a full workflow/DAG engine, and the handoffs don’t mean you’re getting guaranteed parallel execution.
My current mental model is:
🧠 Hermes Profiles = specialized isolated brains
👥 Bot Mode = gives those brains identities, persistent rooms, and communication
🗂️ Hermes Kanban = better when you need structured tasks, dependencies, and project orchestration
For complex multi-agent projects, I’d still lean toward Kanban. But for maintaining a group of persistent AI specialists that can talk and delegate to each other, Bot Mode makes the experience much easier to operate.
I recorded the entire experiment, including creating the bots, configuring them, the handoffs, the failed delegation, scheduled jobs, and the differences between Bot Mode, Profiles, and Kanban:
🎥 https://youtu.be/w3VI6zC4_0I
I’m curious how others building multi-agent systems think about this approach.