hermes-agent-framework

Installation
SKILL.md

Hermes Agent Framework

Skill by ara.so — Hermes Skills collection.

Hermes Agent is an open-source AI Agent framework by Nous Research that features a built-in self-improving learning loop, three-layer memory system (episodic, semantic, procedural), and automatic Skill creation and evolution. Unlike traditional agentic frameworks, Hermes continuously learns from interactions and builds up capabilities over time.

Installation

Prerequisites

  • Python 3.9+
  • API key for LLM provider (OpenAI, Anthropic, etc.)

Basic Installation

# Clone the repository
git clone https://github.com/NousResearch/hermes-agent.git
cd hermes-agent
Installs
162
First Seen
May 16, 2026
hermes-agent-framework — aradotso/hermes-skills