AI Agent self-evolution, memory systems, autonomous self-improvement, and the infrastructure that powers them.
Contents
- Taxonomy
- Agent Evolution and Self-Improvement
- Memory Systems
- Agent-to-Agent Protocols
- Agent Development Platforms
- Agent Coding and Software Engineering
- Multi-Agent Frameworks
- Prompt and Behaviour Optimization
- Agent Safety and Guardrails
- Embodied AI
- Key Research Papers
- Benchmarks and Evaluation
- Community and Knowledge
Taxonomy
graph LR
Root["Agent Evolution"] --> SingleAgent["Single-Agent<br/>Optimization"]
Root --> Infrastructure["Infrastructure<br/>& Protocols"]
SingleAgent --> Evolution["Self-Evolution<br/>& Self-Improvement"]
SingleAgent --> Memory["Memory<br/>Systems"]
SingleAgent --> PromptOpt["Prompt & Behaviour<br/>Optimization"]
Infrastructure --> Protocols["A2A & MCP<br/>Protocols"]
Infrastructure --> Platforms["Agent Development<br/>Platforms"]
Infrastructure --> Coding["Agent Coding &<br/>Software Engineering"]
Infrastructure --> Safety["Agent Safety<br/>& Guardrails"]
Infrastructure --> Embodied["Embodied AI<br/>& Device Control"]
Agent Evolution and Self-Improvement
Projects focused on enabling AI agents to evolve, learn, and improve autonomously.
- Eliza - Autonomous agents for everyone. A framework for creating and deploying AI agents that evolve over time. by @elizaOS (19,344 stars)
- Agent Zero - General-purpose AI agent framework that learns and evolves through interaction. by @agent0ai (19,180 stars)
- SuperAGI - A dev-first open source autonomous AI agent framework. Build, manage and run self-improving autonomous agents. by @TransformerOptimus (17,684 stars)
- evolver - The GEP-powered self-evolution engine for AI agents. Genome Evolution Protocol enables agents to evolve autonomously via mutation and selection. by @EvoMap (9,085 stars)
- OpenEvolve - Open-source evolutionary coding agent inspired by AlphaEvolve. Evolves code solutions through LLM-driven mutation and selection. by @algorithmicsuperintelligence (7,376 stars)
- Agents (aiwaves) - An open-source framework for data-centric, self-evolving autonomous language agents. by @aiwaves-cn (5,964 stars)
- EvoAgentX - Automated framework for evolving agentic workflows. Optimizes agent prompts, tools, and pipelines via evolutionary algorithms. by @ANative-Lab (3,331 stars)
- HyperAgents - Self-referential self-improving agents by Meta. DGM-Hyperagents add an optimization layer so agents edit their own improvement process. by @facebookresearch (2,737 stars)
- SIA - Self-improving AI framework that autonomously optimizes the performance of any AI system through iterative evaluation and refinement. by @hexo-ai (2,151 stars)
No comments yet.