Research summary · Josh D / Researcher

Hermes Agent (Nous Research) + comparison to Grok Bot

2026-08-12 Primary sources: hermes-agent.nousresearch.com, GitHub release v2026.8.3, hermes-agent.org Local wiki: grok-bot*
MIT · self-hosted v0.20.0 Herald (2026-08-03) Signal + cron vs Grok Bot

Bottom line

Hermes Agent is Nous Research’s open-source, self-hosted, self-improving agent runtime (CLI/TUI/Desktop + messaging gateway). It is not the Hermes LLM weights, and it is not Grok Bot.

For Josh (already on Grok Bot Researcher + Signal Monitor): keep Grok Bot for managed computer-use/connectors; consider Hermes in parallel for self-hosted Signal/cron research automation and explicit model control.

Hermes Agent — what it is

Product

  • Self-improving personal/coding agent
  • Released ~Feb 2026; latest v0.20.0 Herald (Aug 3, 2026)
  • MIT license · Nous Research
  • Install: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash

Core loop

  • Bounded memory (MEMORY.md / USER.md) + FTS5 session search
  • Agent-created skills (agentskills.io) + Skills Hub
  • Cron with platform delivery & no-agent scripts
  • Subagents / Kanban / optional A2A

Surfaces & backends

  • UI: CLI, Ink TUI, Desktop, web dashboard, ACP editors, OpenAI-compatible API
  • Messaging: 20+ platforms including Telegram, Discord, Slack, WhatsApp, Signal (signal-cli), Matrix, Teams, Buzz/Nostr, …
  • Terminal backends: local, Docker, SSH, Singularity, Modal, Daytona, Vercel Sandbox
  • Models: Nous Portal, OpenRouter, Anthropic, OpenAI/Codex, xAI, Gemini, Bedrock, local vLLM/Ollama, many more — no hard lock-in

Privacy & security (accurate reading)

  • Marketing: no product telemetry; data under ~/.hermes/.
  • Nuance: Nous Portal adds client=hermes-client-v* tags; LLM providers see prompts; optional local telemetry/OTLP exists.
  • Defense-in-depth: dangerous-command approvals, hardline blocklist, container hardening, SSRF guards, MCP env filtering, DM pairing.
  • Risk:
  • Exposed dashboards/gateways have been abused (docs cite June 2026 hardening). Always allowlist Signal/Telegram users.

RL / Atropos

Hermes can export ShareGPT trajectories and batch-run prompts for training data. Atropos is a separate Nous RL rollout framework. Hermes is “research-ready” for RL pipelines — it does not silently self-train in production by default.

Grok Bot vs Hermes (Josh fit)

DimensionGrok BotHermes Agent
ShapeManaged teammates on Cursor cloud computerSelf-hosted agent OS
Data controlCursor-hosted; Legacy Privacy Mode blockedYour disk/Docker volume
ModelsNo picker; routerBYO / Portal / local
SignalNot a signal-cli bot hostFirst-class Signal gateway
SchedulingRoutinesRich cron (+ no-agent)
Multi-agentBots + group chats (shared computer)Subagents, profiles, Kanban, A2A
Ops burdenLowMedium–high
Best for JoshResearcher + connector/computer-useSignal Monitor / cron digests / model control

Recommendation

  1. Keep Grok Bot Researcher for managed multi-app work.
  2. Evaluate Hermes for Signal Monitor + nightly research cron if ops OK.
  3. Hybrid: Hermes writes wiki/Signal briefs → Grok Bot synthesizes with approvals.

Disambiguation

  • Hermes Agent ≠ Hermes 2/3/4 model weights
  • OpenClaw is a separate OSS agent; Hermes has migration helpers
  • Grok Bot ≠ “Grok model inside Cursor IDE”

Key primary links