anative-lab/evoagentx

🚀 EvoAgentX: Building a Self-Evolving Ecosystem of AI Agents

View on GitHub ↗Jump to charts ↓Open shareable report →

Summary Information

Updated 1 hour ago
Added to GitGenius on September 20th, 2026
Created on April 15th, 2025
Open Issues & Pull Requests: 25 (+0)
GitHub issues: Enabled
Number of forks: 309
Total Stargazers: 3,349 (+0)
Total Subscribers: 22 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 15
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 272 days
Stale 30+ days: 13
Stale 90+ days: 10

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (21)
  • question (16)
  • enhancement (13)
  • Call for Contribution (1)
  • New Tools (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

EvoAgentX is a framework for building, evaluating, and evolving LLM-based agents and agentic workflows in an automated, modular, and goal-driven manner.

The framework addresses the problem of static prompt chaining and manual workflow orchestration by introducing a self-evolving agent ecosystem. Rather than requiring developers to manually design and maintain agent workflows, EvoAgentX automatically constructs multi-agent workflows from a single prompt, integrates built-in evaluation to score agent behavior against task-specific criteria, and applies self-evolving algorithms to iteratively improve workflows based on feedback loops. The tool treats agent development similarly to software development, where systems are continuously tested and refined rather than deployed as fixed implementations.

Developers should adopt EvoAgentX if they need to move beyond static agentic systems and want automated optimization of multi-agent workflows. The framework suits projects where iterative improvement is valuable and where developers want to reduce manual engineering overhead. It supports human-in-the-loop interactions, allowing teams to insert checkpoints where humans review and guide agent behavior before the system continues autonomously. The tool provides both short-term and long-term memory modules, enabling agents to retain context across interactions. It offers plug-and-play compatibility with multiple LLM providers including OpenAI, Qwen, Claude, Deepseek, and Kimi through integrations with LiteLLM, SiliconFlow, and OpenRouter, as well as support for locally deployed models.

The project shows active development with ongoing work across multiple components including agent workflow construction, evaluation systems, and the self-evolution engine. The codebase includes implementations for various model integrations and demonstrates attention to practical deployment concerns such as memory management and human oversight mechanisms. Documentation is maintained in multiple languages, indicating effort to serve a broader developer audience.