Nous Research shipped Hermes Agent v0.21.0 on August 31, 2026, turning its open-source, self-improving agent into a small team of coordinated agents rather than a single assistant. The MIT-licensed release adds a Bot Mode that gives each agent a name and a shared roster, plus memory-aware scheduling and a dashboard for managing external tool connections.
Try It: Run a Roster of Agents That Talk to Each Other
The headline feature, Bot Mode, is now on by default in the desktop app. Each agent gets its own identity and place in a shared workspace, and they can hold group chats, send direct messages, and pull you in when a task needs a decision. Practically, that means you can stand up a research agent, a writer agent, and a reviewer agent that hand work between themselves instead of you copying output from one chat into the next. Update with hermes update, open the desktop app, and the roster is ready to configure.
Why It Matters for Creators
Most agent tools still center on one chat window doing one thing at a time. A named roster that coordinates in a shared space maps much more closely to how a real production works, where a brief moves through several hands. Because Hermes Agent is fully open source and runs across providers including OpenAI, Anthropic, and OpenRouter, builders can wire it into their own pipelines without being locked to one model vendor.
Key Details
Bot Mode. A society of named agents with group chats and direct messages, built into the desktop app by default.
Memory-aware cron. Scheduled jobs now load persistent memory and carry outputs between runs, so recurring agents stop repeating themselves and improve over time.
Live subagent steering. You can list running child tasks and redirect or halt one mid-flight while preserving partial results, instead of killing and restarting.
MCP dashboard. A single command center for Model Context Protocol servers with drag-in import, background health checks, and 30-day cost and usage overlays, replacing config-file editing. Default context usage was also cut by roughly 50 percent.
What to Do Next
Install or update Hermes Agent from the repo, enable Bot Mode, and give two or three agents distinct jobs to see how they pass work between each other. If you maintain reusable prompts, browse the companion Skills Hub to pull in shared skills rather than writing your own from scratch.