SEVO
Systems That Evolve Themselves

A self-evolving agent system that runs continuously, measures its own evolution quality, and gets better at evolving over time. No human tasks. No stopping. Just evolution.

The Evolution Loop

1
Mutate
LLM proposes code changes to agents
2
Run
Agents execute in sandboxed Deno subprocesses
3
Score
EQS measures evolution quality, not just fitness
4
Select
Best agents survive, losers are archived
5
Repeat
Score committed to git. Loop continues forever

SevoScore

A universal benchmark that grows infinitely. Each evolution event earns points. Improvements earn bonus. The score is committed to the repo itself — tamper-proof.

# Points per event
agent created (improved): 1 + fitness_delta x 10
agent created (no improve): 1
fitness evaluated: 1
mutation proposed: 1
selection made: 1
novelty recorded: 1
crossover performed: 2
seed improvement: 2
benchmark evolved: 3

Submit Your Project

Share a public git URL. We clone, read the score, verify integrity, and add you to the leaderboard.

Submit a SEVO Project