You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NousResearch's self-hosted personal AI agent with persistent memory, autonomous skill creation, 20+ platform gateway, and a closed reinforcement-learning loop that turns every conversation into fine-tuning data.
What Is Hermes Agent?
Hermes Agent is the successor to OpenClaw — NousResearch's production-grade, self-hosted personal AI agent designed to run 24/7 on your own hardware or cloud infrastructure. With 65,972 GitHub stars and an MIT license, it represents the current state of the art in open-source agent frameworks that combine a richly layered memory system, a multi-platform messaging gateway, and a reinforcement-learning pipeline that continuously improves the underlying models through real usage.
Unlike ephemeral chatbot wrappers, Hermes is built around three design principles:
Continuity — sessions persist, memories accumulate, skills compound. The agent you run today is smarter than the one you ran last week.
Reach — one agent, 20+ platforms. Whether you message through Telegram, Discord, Slack, WhatsApp, Signal, Email, Matrix, Feishu, DingTalk, or a raw webhook, the same memory and skill set is available.
Closed learning — every real interaction is a potential training example. trajectory.py records tool calls and outcomes in Atropos RL format; those trajectories can be fed directly into NousResearch's fine-tuning pipeline to improve future model behavior.
# Install
curl -fsSL https://raw.githubusercontent.com/nousresearch/hermes-agent/main/install.sh | bash
# Run setup wizard
hermes setup
# Start the TUI
hermes
Key Differentiators vs Other Agent Frameworks
Feature
Hermes Agent
LangChain
AutoGPT
CrewAI
Persistent episodic memory (FTS5)
Yes
Plugin-dependent
Partial
No
Autonomous skill creation
Yes
No
No
No
20+ platform gateway
Yes
No
No
No
RL trajectory generation
Yes
No
No
No
Closed fine-tuning loop
Yes
No
No
No
Self-hosted, MIT license
Yes
Yes
AGPL
MIT
Six terminal backends
Yes
No
No
No
ACP multi-agent protocol
Yes
No
No
No
License and Attribution
Hermes Agent is released under the MIT License by NousResearch. This tutorial is an independent educational resource; it is not officially affiliated with NousResearch.