The PathMan pages › awevolve

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

install
pip install git+https://github.com/Aitherium/awevolve.git

Where it sits in the path

  • Not on the path yet — reference only.

See also

awdk · awrun · awgit · awm · awpredict

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.

One estate, 8 doors

These projects are organs of the same system — the same identity plane, the same agent runtime, the same operational discipline. Follow any of them.

The ecosystem this belongs to

Every Aitherium repository publishes an aither-manifest.json beside its page, and each surface reads all of them — so the network is browsable from any node in it.