Index / Hermes Agent · updated Aug 17, 2026
Hermes Agent
NousResearch/hermes-agent · healthy · rank 2 of 43 by stars
Self-improving agent that spins up skills from its own experience and meets you on every chat app from one gateway. Explosive growth and weekly releases make it the most talked-about personal AI companion of 2026.
Facts
Repository
Runtime
Posture
Community
Security breakdown
Composite 75 / 100 · how these are scored
higher is safer
higher is safer
higher is safer
higher is safer
higher is riskier
Model access
Read from the repository, not written by a model · 111 files examined
10 providers · runs locally · gateway support
Pinned models
claude-opus-4.6 released 2026-02-04 — 6 months old (from the public model catalogue)
Pin last edited 33 days ago
Several defaults are pinned; the project picks one per provider rather than shipping a single default.
Evidence
Decision
Why choose Hermes Agent over OpenClaw?
Why choose this
- Built-in self-improving learning loop with autonomous skill creation
- Honcho dialectic user modeling for cross-session personalization
- Broad multi-channel gateway (WhatsApp, Signal, Telegram, Discord, Slack)
Tradeoffs
- OpenClaw may offer more polished native OS integration
- OpenClaw could be simpler for non-Python users
- OpenClaw's ecosystem may have longer track record for stability
Best fit
- self-hosters wanting a learning agent
- multi-platform personal assistant
- teams needing scheduled automations
Avoid if
- users wanting zero-config cloud-only SaaS
- those averse to Python CLI setup
- strictly isolated sandbox requirements
Strong signals from active commits, README, and 19 Reddit threads; limited direct OpenClaw comparison data introduces minor uncertainty in relative disadvantages.
AI layer reviewed Aug 2, 2026 · how this is written
Star activity
231,500 stars today
Overview
Hermes Agent is a self-improving AI agent framework built by Nous Research that emphasizes continuous learning through a closed feedback loop. Its core architecture separates a terminal UI, a messaging gateway (supporting Telegram, Discord, Slack, WhatsApp, Signal, and CLI), and an agent conversation loop recently refactored from a 16k-line monolith into modular components under agent/. Unique features include autonomous skill creation after complex tasks, FTS5 session search with LLM summarization, and Honcho-based user modeling that deepens across sessions.
Unlike OpenClaw, Hermes ships a built-in learning loop that curates memory and nudges itself to persist knowledge, plus compatibility with the agentskills.io open standard for portable skills. The project is highly active with frequent releases (v2026.7.7.2) and a large community, offering deployment flexibility from a $5 VPS to GPU clusters or serverless. While it requires Python and some setup, its hermes setup wizard and migration tool (hermes claw migrate) ease adoption for those coming from OpenClaw.