Hermes Agent

⭐ 178.0k Apache-2.0 Python 2.5.0

An AI agent that evolves on its own, automatically generating skills upon task completion and maintaining persistent memory.

📋 Info

GitHub Stars⭐ 178.0k Stars
LicenseApache-2.0
LanguagePython
Version2.5.0
Updated2026-06-06

📖 Overview

Hermes Agent is an AI agent that “evolves on its own” introduced by Nous Research. After being made open source in February 2026, it grew at an astonishing rate, surpassing 47,000 stars in less than two months. Its key innovation lies in automatically abstracting experience into reusable Skill files after completing tasks, eliminating the need for re-inference during subsequent executions—making it smarter with each use. It features a three-tier persistent memory system that supports a self-training loop. With an average daily token consumption of 458B, it has already surpassed OpenClaw. The community generally views Hermes Agent as a “thinking brain,” suitable for automation scenarios that require long-term experience accumulation and continuous improvement.

✨ Features

  • Automatic Skill generation —— becomes smarter with more use.
  • Three-tier persistent memory system
  • Tasks are automatically abstracted into reusable skills.
  • Self-training loop: Export trajectory data for fine-tuning the model
  • It can be used in combination with OpenClaw (hermes claw migrate).

Advertisement

🚀 Quick Start

curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash
git clone https://github.com/NousResearch/hermes-agent.git

🔗 Related Tools