SI
Sentinel Integrations
← Back to Research Index

Research Brief: Nous Research Ships Bot Mode for Hermes Agent (v0.20.3)


1. Executive Summary

Nous Research has introduced Bot Mode into Hermes Agent (bundled default-on as of desktop v0.20.3 via PR #87886). Bot Mode replaces single-agent session views with an interactive roster of named, specialized bots.

Rather than inventing a new orchestration runtime or database abstraction, Bot Mode leverages Hermes' native profile filesystem (~/.hermes/profiles//). Each bot operates with its own isolated memory, skills, toolset configuration, model pinning, and credentials. Communication occurs via standard CLI invocations into persistent Agent Inboxes, enabling seamless @mention delegations and multi-bot group chats.


2. Under-the-Hood Architecture

Profile-Centric Storage Model

Inter-Bot Messaging & Handoff Protocol

`bash

hermes -p chat -c "Agent Inbox" -q ""

`

Multi-Bot Group Chats

Scheduled Routines

[bot:]


3. Practical Implications & Use Cases

1. Tiered Compute & Cost Optimization:

- Assign specialized bots to disparate models based on task complexity (e.g., pinning a lead researcher to a heavy reasoning model while pairing with a lighter local quant model for formatting or summary extraction).

2. Strict Separation of Concerns:

- Prevents prompt pollution and cross-domain memory leakage across distinct business, engineering, and personal domains.

3. Automated Pipeline Handoffs:

- Multi-stage workflows where an intake bot routes tasks to an execution specialist via @bot_name without requiring external workflow wrappers.


4. Operational Considerations