Nous Research Ships Bot Mode for Hermes Agent, Turning Agent Profiles Into a Roster of Named Bots
Nous Research shipped Bot Mode for Hermes Agent v0.20.3, transforming individual agent profiles into named bots with isolated chat, memory, skills, and pinned models Each bot is fundamentally a Hermes profile stored at ~/.hermes/profiles/<name>/, with no new storage layer introduced Bot-to-bot communication works through real CLI handoffs into a persistent Agent Inbox, using @mention syntax for work handoffs Group chats support 2-6 bots with up to three serial rounds of member turns, with a mult
Analysis
TL;DR
- Nous Research shipped Bot Mode for Hermes Agent v0.20.3, transforming individual agent profiles into named bots with isolated chat, memory, skills, and pinned models
- Each bot is fundamentally a Hermes profile stored at ~/.hermes/profiles/
/, with no new storage layer introduced - Bot-to-bot communication works through real CLI handoffs into a persistent Agent Inbox, using @mention syntax for work handoffs
- Group chats support 2-6 bots with up to three serial rounds of member turns, with a multi-source roster pulling from all connected profiles
- The feature shipped from a one-day public beta plugin to a bundled, default-on Desktop plugin, with the standalone repository now archived
Why It Matters
Bot Mode represents a practical step toward multi-agent orchestration without requiring complex infrastructure, making it immediately accessible to solo builders and small teams. The MIT licensing and desktop-first approach lower the barrier to experimenting with agent collaboration patterns that were previously only available in enterprise-grade platforms.
Technical Details
- Architecture: Bots are Hermes profiles at ~/.hermes/profiles/
/ with isolated config, memory, skills, credentials, and chat history—no new storage layer - Communication: Bot-to-bot messaging uses real CLI handoffs (
hermes -p <bot> chat -c "Agent Inbox" -q "...") with attribution and SOUL.md-based reply protocols - Group coordination: Group chats support 2-6 bots with up to three serial rounds; mentioned bots respond immediately, others respond when unmentioned, with brief replies or pass options
- Configuration: Per-bot settings include model pinning, custom SOUL.md, per-skill/toolset enablement, and profile cloning via
profiles.*gateway RPCs(list, create, describe, configure) - Avatars: Geometric faces in 7 shapes/10 colors, image upload, portrait generation, or pixel pets with animated eyes during bot activity
Industry Insight
- Solo developers and small engineering teams can deploy multi-agent workflows immediately without enterprise infrastructure, but regulated organizations should treat this as a workstation tool rather than managed infrastructure due to lack of SSO, audit logs, and policy controls
- The rapid beta-to-default rollout (one-day public beta to bundled feature) signals Nous Research's commitment to community-driven development and suggests similar open-source agent frameworks will see accelerated iteration cycles
- The @mention handoff pattern and persistent Agent Inbox provide a lightweight alternative to complex agent orchestration frameworks, potentially influencing how smaller teams approach multi-agent system design
Disclaimer: The above content is generated by AI and is for reference only.