hermes-agent-self-evolution
Installation
SKILL.md
Hermes Agent Self-Evolution
Skill by ara.so — AI Agent Skills collection.
Hermes Agent Self-Evolution is an evolutionary optimization framework for Hermes Agent that uses DSPy + GEPA (Genetic-Pareto Prompt Evolution) to automatically improve agent skills, tool descriptions, system prompts, and code through reflective evolutionary search. No GPU training required — everything operates via API calls with execution trace analysis.
Installation
# Clone the repository
git clone https://github.com/NousResearch/hermes-agent-self-evolution.git
cd hermes-agent-self-evolution
# Install with development dependencies
pip install -e ".[dev]"