What problem does it solve?
Capability Evolver inspects agent runtime history and session logs to identify failures, inefficiencies, and improvement opportunities, then produces protocol-constrained evolution artifacts to guide safe changes. It transforms ad hoc prompt tweaks and informal fixes into auditable, reusable Genes, Capsules, and EvolutionEvents so teams can track and reproduce improvements. The engine enforces validation, blast-radius estimation, and rollback strategies to minimize risk when applying evolutions.
Core Features & Use Cases
- Automated Log Analysis & Signal Extraction: Scans session transcripts, memory, and events to surface actionable signals (errors, feature requests, saturation).
- GEP Protocol Asset Generation: Selects or synthesizes Genes/Capsules, emits a strict GEP prompt for guided evolution, and records append-only EvolutionEvents.
- Safe Solidification & Validation: Runs scoped validation commands (node/npm/npx whitelist), computes blast radius, and provides review mode for human-in-the-loop approval.
- Operations & Integration: Daemon loop, heartbeat to EvoMap hub, A2A ingest/promote flows, Git-backed rollback and publish tools.
- Use Case: Harden a flaky agent loop by detecting recurring errors, selecting a repair Gene, validating the patch, and producing an auditable event for review.
Quick Start
Run a single evolution cycle to analyze recent logs, generate a GEP-guided evolution decision, and write the candidate artifacts for review.