evolver

evolver

AI agent self-evolution engine based on the GEP protocol, supporting genes, capsules, and events.

MCPDevOpen sourceGEP自进化基因胶囊
Type
MCP
Transport
stdio
Open source
Yes
GitHub Stars
★ 8.7k
Source
mcp-github

Overview

Evolver is a self-evolving AI agent engine based on the GEP protocol. It encodes agent experiences into genes and capsules, rather than temporary prompts or skill documents. This approach allows Evolver to transform transient prompt adjustments into auditable, reusable evolutionary assets. Ideal for developers aiming to enhance AI agent performance and achieve continuous evolution. Can be installed via npm and run within any git-initialized repository.

Capabilities

  • Self-evolution based on the GEP protocol
  • Experience encoding using genes and capsules
  • Auditable evolution process
  • Support for multiple AI agents

Use cases

Optimizing AI agent performanceAchieving continuous self-evolutionImproving code-solving capabilitiesEnhancing memory and skill systems

Setup

Requires: Node.js >= 18Git
npm install -g @evomap/evolver

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

How do I get started with Evolver?

After installation, run the `evolver` command in any git-initialized project directory.

Is Evolver open source?

Yes, Evolver is currently source-available.

Related skills