Discover and explore top open-source AI tools and projects—updated daily.
A-EVO-LabEvolve AI agents autonomously across any domain
Top 65.2% on SourcePulse
Summary
A-Evolve offers a universal, open-source infrastructure for automating the evolution of AI agents using any evolutionary algorithm. It targets researchers and developers aiming to achieve state-of-the-art (SOTA) performance with minimal manual harness engineering, significantly accelerating agent improvement across diverse domains.
How It Works
The core mechanism centers on the "Agent Workspace," a standardized file system contract (manifest, prompts, skills, memory) enabling the evolution engine to mutate agent components externally. A five-phase loop (Solve, Observe, Evolve, Gate, Reload) drives the process, with mutations applied to workspace files, validated, and git-tagged for reproducibility.
Quick Start & Requirements
Installation is via pip install -e ".[all,dev]". Key dependencies include Python and PyTorch (implied). The project includes built-in seed workspaces and benchmark adapters, with guides available for specific demos. The official paper is on arXiv: 2602.00359.
Highlighted Details
Maintenance & Community
A-Evolve is an open-source project welcoming community contributions. Users can report issues, submit PRs, and join the Discord server for collaboration. Starring the repository supports the research.
Licensing & Compatibility
Released under the permissive MIT License, allowing broad use, modification, and distribution, including for commercial purposes.
Limitations & Caveats
The README does not detail specific hardware requirements or known bugs. Achieving optimal results may require significant computational resources for extensive evolution cycles. LLM-driven mutations can inherently introduce unpredictability.
1 day ago
Inactive
aisa-group
facebookresearch
microsoft