Hermes self-evolution (DSPy + GEPA) — F13 gated
Upstream: https://github.com/NousResearch/hermes-agent-self-evolution
Staged clone (read-only until 888): /root/forge_work/2026-08-25-hermes-self-evolution/upstream
HEAD at stage: 0a929e3
Hard rules
- Do not
pip installinto/usr/local/lib/hermes-agent/venv. - Do not write evolved
SKILL.mdinto/root/.hermes/skillsor/root/AAA/skills. - Do not run GEPA/MIPRO without an explicit 888 go for that skill name.
- Isolated venv only, under the forge_work tree.
- Output candidates go to
forge_work/2026-08-25-hermes-self-evolution/candidates/for human review. Activation is a separate F13 act.
When 888 has named a skill
cd /root/forge_work/2026-08-25-hermes-self-evolution
python3 -m venv .venv
.venv/bin/pip install -e './upstream[dev]'
export HERMES_AGENT_REPO=/usr/local/lib/hermes-agent
# then upstream evolve_skill --dry-run first; live compile only after 888
Cost: ~$2–10 per run via API. No GPU. Darwinian evolver is AGPL — do not vendor it into arifOS.
Not this skill
- Generic optional
dspytutorial underoptional-skills/mlops/research/dspy(Orchestra, not Nous GEPA). hermes update(drops fork carries).- Mass skill commits from dirty
/root/HERMES.