Multi-agent research competition orchestrator for autoresearch
Project description
autoevolve
Multi-agent research competition orchestrator for autoresearch. Run parallel AI agents with different strategies and cross-pollinate winning ideas.
Install
pip install autoevolve
Usage
# Initialize a 3-agent competition
autoevolve init --agents 3 --tag mar15
# Check who's winning
autoevolve status
autoevolve leaderboard --detailed
# Spread winning ideas to all agents
autoevolve pollinate
# Export results
autoevolve export --format json -o evolve-results.json
How It Works
- init creates a git worktree per agent in a sibling directory, each with a different research strategy
- Each agent works independently in its worktree directory using autojudge + autosteer
- leaderboard ranks agents by best val_bpb with keep rate tracking
- pollinate writes the leader's best experiments to
evolve-hints.mdin each agent's worktree - Agents incorporate hints and continue competing
- cleanup removes worktrees, branches, and config when done
Built-in Strategies
| Strategy | Approach |
|---|---|
| Architecture First | Explore model structure before tuning |
| Hyperparams First | Sweep learning rates and schedules first |
| Optimizer First | Tune Muon/Adam parameters first |
| Regularization First | Explore weight decay, dropout, z-loss |
| Efficiency First | Maximize compute efficiency to run more experiments |
| Radical | Bold, unconventional changes |
Strategies are assigned round-robin. With 3 agents, you get 3 different strategies competing.
Commands
| Command | Description |
|---|---|
autoevolve init --agents N --tag TAG |
Create N agent worktrees |
autoevolve init ... --worktree-dir DIR |
Place worktrees in custom directory |
autoevolve status |
Quick overview with current leader |
autoevolve leaderboard |
Ranked table with keep rates |
autoevolve leaderboard --detailed |
Full trajectories + strategy effectiveness |
autoevolve pollinate |
Cross-pollinate winning ideas |
autoevolve export --format json|tsv |
Export results for analysis |
autoevolve cleanup |
Remove worktrees, branches, and config |
Requirements
- Python >= 3.10
- A git repository with autoresearch set up
- Multiple compute environments (one per agent)
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file autoevolve-1.1.1.tar.gz.
File metadata
- Download URL: autoevolve-1.1.1.tar.gz
- Upload date:
- Size: 12.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2185f899ab2324e40d79bf9c79639bb20c02ff6d1e677a262ec2b0823f3529d6
|
|
| MD5 |
c18c7c25dfacf3526648070d40824128
|
|
| BLAKE2b-256 |
9bc174e38f4745452725827e423dda597ce39ce06bb338426848edca807fa5ff
|
File details
Details for the file autoevolve-1.1.1-py3-none-any.whl.
File metadata
- Download URL: autoevolve-1.1.1-py3-none-any.whl
- Upload date:
- Size: 12.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5378a9d3af66c87e87b350954b1a9614b22b33c50841ed62b5a0ea06264e78a8
|
|
| MD5 |
c5625259a1412ab8b7bcefcadebbdc89
|
|
| BLAKE2b-256 |
d21a09d7c54fee9058f5638f0e2d4262fc740912465360e3a81a4baa1524d15b
|