awevolve(tool, public)
Point an agent at a file and a command that scores it, and let it improve.
Name
awevolve — Point an agent at a file and a command that scores it, and let it improve.
The problem it solves
Automated improvement loops fail silently and look identical while doing it. A run that explored honestly and found nothing produces the same logs, the same records and the same stop reason as a run that changed nothing at all -- there is no exception to catch and no failing request, so the loop keeps running and a human periodically concludes the search space is just hard. And the loops that DO work are usually one-shot generators: the model is asked for a candidate, handed no history, and never allowed to test its own idea before committing it.
Instead of trusting / you check
- instead of trusting
- that your optimisation loop is finding anything
- you check
- every version it kept, the score that version earned, and the edit that produced it
Adopt it alone
Point it at a file and a command that scores that file, and watch an agent improve it -- keeping every version and the score it earned.
Install
pip install git+https://github.com/Aitherium/awevolve.git
Where it sits in the path
- Not on the path yet — reference only.
Links
Generated 2026-09-14 00:48Z from the ecosystem registry. A field here that is wrong is wrong in the registry — fix it there and this page follows.