AIAny
AI Agent2026
Icon for item

Evolver

Generates protocol-bound GEP prompts that guide iterative evolution of AI agent behavior from runtime logs, producing auditable EvolutionEvents and reusable Genes/Capsules. Node.js-based and works offline; optional EvoMap network integration enables skill sharing, worker pools and leaderboards while git provides rollback and validation.

Introduction

Agent behaviour tends to drift and patchy prompt tweaks are hard to track or reuse. Evolver treats evolution as an auditable, protocol-driven workflow: it scans runtime logs, matches signals to existing Genes/Capsules, and emits a strict GEP prompt plus a recorded EvolutionEvent so changes are reproducible and reviewable.

What Sets It Apart
  • Protocol-first evolution: instead of free-form prompt edits, Evolver emits GEP-constrained prompts and selector decisions, turning fixes into reusable assets (Genes/Capsules) that can be validated and shared.
  • Audit trail and safety posture: every evolution cycle records an EvolutionEvent and validation steps run under guarded checks (command whitelists, timeouts, sandboxing), helping teams reason about when and why changes occurred.
  • Offline-first with optional network features: core functionality runs locally (Node.js + git) so you can operate without external connectivity; opt-in EvoMap Hub integration unlocks skill store, worker pools and leaderboards for collaborative evolution.
  • Host integration model: output is text/prompts (e.g., sessions_spawn(...) directives) so a host runtime (like OpenClaw) may interpret and act on them — the engine itself does not execute arbitrary patches.
Who It's For and Tradeoffs

Great fit if you run multi-agent workflows or maintain agent prompts at scale and need reproducible, reviewable evolution cycles — teams that want to encode recurring fixes as shareable Genes will benefit most. Use review mode in production to avoid unintended changes. Look elsewhere if you need an autonomous code-patching agent (Evolver intentionally does not edit source automatically) or if you lack historical logs and git history, since its selector logic depends on signals and repository metadata.

Where It Fits

Evolver sits between prompt engineering and MLOps: it is not a model or a training stack but a governance and orchestration layer that makes agent prompt evolution traceable, repeatable, and shareable across a networked ecosystem.

Information

  • Websitegithub.com
  • AuthorsEvoMap
  • Published date2026/02/01

Categories

More Items

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).