aicoolies logo
Evolver logo
Evolver logo

Evolver

Self-evolution engine for AI agents with auditable updates

open sourceupdated Jun 23, 2026

Evolver is an open-source self-evolution engine for AI agents that turns run logs into auditable, reviewable updates via its Genome Evolution Protocol. Instead of ad hoc prompt tweaking, teams collect traces and Evolver proposes versioned diffs to prompts, tools and workflows that engineers can approve, reject or roll back like code.

Read our Evolver review

A detailed review by the aicoolies team — click to read

Evolver is an open-source self-evolution engine for AI agents built around what its authors call the Genome Evolution Protocol — a structured way to turn agent run logs into auditable, versioned prompt and tool updates instead of ad hoc tinkering. Teams deploy an agent, collect traces from production or evaluation runs, and then feed those traces back to Evolver, which proposes focused changes to system prompts, tool definitions, and workflow logic as reviewable evolution assets.

The model is deliberately protocol-bound: every change the engine suggests is captured as a discrete genome diff with its motivating logs attached, so engineers can read, approve, reject, or roll back updates the same way they review code. This is a sharp contrast to the usual 'edit the system prompt and pray' loop most agent teams fall into, and it gives agent behavior a proper change history instead of leaving tuning locked inside individual developers' heads.

Evolver currently ships as a GPL-3.0 JavaScript toolkit that wraps around existing agent stacks rather than replacing them, while its README flags a future move from fully open source toward source-available releases. It is best suited to teams that already run an agent in production and want repeatable, inspectable improvement cycles — regulated environments, internal copilots, and any setting where agent changes need an audit trail.

Pricing

Current published repo is GPL-3.0; README says future releases will transition toward source-available licensing. Self-hosted — bring your own LLM provider and pay those model costs directly.

Platforms

JavaScript / Node.js — wraps around existing agent stacks, works alongside OpenAI Agents SDK, mcp-agent, LangChain and custom agent loops

Categories

Tags

Use Cases

Related Tools

hyperagent

HyperAgent

Open-source natural-language browser automation framework for AI agents

An AGPL-3.0 TypeScript framework that drives a real browser from natural-language tasks — the self-hostable OSS framework from Hyperbrowser, distinct from the vendor's paid cloud browser product.

freeOpen Source
KaibanJS logo

KaibanJS

JavaScript framework for building and visualizing multi-agent workflows on a Kanban board

KaibanJS is an MIT-licensed JavaScript framework for defining AI agents, tasks, tools, and teams, then orchestrating their work through a Kanban-inspired runtime and visual board. It can run inside Node.js, React, or Next.js projects, supports custom UIs and headless workflows, and provides real-time task-state visibility for multi-agent applications.

Open SourceTelemetry
Better Stack logo

Better Stack

Better Stack is a hosted observability and incident-management platform that combines uptime monitoring, on-call workflows, status pages, logs, traces, metrics, error tracking, session replay, and an AI SRE interface. It is aimed at teams that want one SaaS control plane for telemetry and incident response.

freemiumTelemetry
HyperDX logo

HyperDX

HyperDX is the ClickStack UI for ClickHouse-backed observability. It provides a frontend for exploring logs, traces, metrics, session replay, dashboards, and alerts, with an OpenTelemetry-centered deployment path for teams that want a self-hosted or ClickHouse-aligned observability stack.

Open SourceTelemetry
SigNoz logo

SigNoz

SigNoz is an OpenTelemetry-native observability platform for collecting and correlating logs, metrics, and traces. Teams can self-host it or use SigNoz Cloud, with dashboards, alerting, query workflows, and enterprise controls for cloud-native and AI application telemetry.

Open SourceTelemetry
Sakana Fugu logo

Sakana Fugu

Multi-agent model API that orchestrates frontier models behind one OpenAI-compatible endpoint

Sakana Fugu is a hosted model-provider API that exposes a learned multi-agent system as one OpenAI-compatible model. It dynamically routes coding, code review, research, and reasoning tasks across a frontier-model pool, with Fugu for lower-latency work and Fugu Ultra for harder workloads where answer quality matters more than cost or speed.

paidTelemetry

Comparisons

Evolver vs mcp-agent — Two Answers to the Agent Improvement Problem in 2026

These projects do not replace each other — they answer different questions. mcp-agent is a composable runtime that turns MCP servers into agent capabilities at build time. Evolver is a change-control layer that improves agent behavior at review time. The pick depends on whether your gap is 'how do I assemble an agent?' or 'how do I improve one already running?'

Evolvermcp-agent