Hermes Agent is an open-source autonomous AI agent built by Nous Research โ the lab behind the Hermes series of open-source language models, the Atropos reinforcement learning framework, and DisTrO distributed training. Released in February 2026 under the MIT licence, it reached 60,000 GitHub stars within two months and now sits at over 135,000, making it one of the fastest-growing open-source projects in the AI agent space.
The central architectural distinction is what Nous Research calls the self-improving skills loop. Most AI agent frameworks use static skill files โ instructions written by the developer or user that the agent follows. Hermes Agent generates its own skills from the tasks it completes. Run the same category of task enough times, and Hermes builds, refines, and stores a procedural skill for it automatically. The more you use it, the better it performs on your specific workflows โ without any manual skill engineering.
Memory works the same way. Rather than a flat text file that grows indefinitely (the approach used by OpenClaw and most other agents), Hermes stores everything in a local SQLite database with FTS5 full-text search. The agent curates this memory actively โ summarising, archiving, and retrieving context semantically rather than linearly. Cross-session memory means you never re-explain your project, preferences, or context.
Security is where Hermes Agent makes its clearest case against the competition. The agent ships with real execution sandboxing across five backends: local, Docker, SSH, Singularity, and Modal serverless. Filesystem checkpoints allow rollback if a task goes wrong. No telemetry, no tracking, no cloud services by default. This is meaningfully stronger than OpenClaw's default security posture, which had nine CVEs disclosed in four days in March 2026 โ including one scoring CVSS 9.9 โ and over 135,000 exposed instances found by security researchers on public IPs.
Hermes supports 200+ models via OpenRouter and direct integrations with OpenAI, Nous Portal, Kimi, MiniMax and custom endpoints. It connects to Telegram, Discord, Slack and WhatsApp for messaging โ fewer channels than OpenClaw's 20+ but with deeper integration per platform. Built-in capabilities include web search, content extraction, vision, image generation, text-to-speech, browser automation, file operations and cron scheduling. MCP integration extends the tool ecosystem. Subagent delegation allows spawning child agents with isolated contexts for parallel workstreams.
For researchers and developers, Hermes has a unique additional use case: generating training data. The agent can export tool-calling trajectories in parallel for use in reinforcement learning experiments via Atropos โ making it a deployment tool and a research tool simultaneously.
Hermes Agent installs via a single curl command on Linux, macOS, or WSL2. No manual configuration required. Community skills are shareable via the Skills Hub at agentskills.io. The Nous Portal provides free-tier access to auxiliary models for low-cost tasks like summarisation.
Most AI agents forget everything the moment you close the session. Hermes Agent, the open-source project from Nous Research, is built around the opposite principle: an agent that compounds what it learns, writes its own skills, and gets meaningfully better the longer you use it. This is the complete guide to what it is, how it works, how to deploy it, and how to get the best from it.