GEP prompts
Evolution requests are shaped by a strict protocol instead of ad hoc prompt edits.
Genome Evolution Protocol for agent systems
Evolver turns runtime signals, recurring fixes, and prompt tuning into reusable Genes, validated Capsules, and protocol-bound GEP prompts with an audit trail.
signal -> gene -> prompt -> event
Evolution requests are shaped by a strict protocol instead of ad hoc prompt edits.
Genes capture repeatable strategies; Capsules preserve validated fixes with context.
Each cycle can leave an EvolutionEvent so teams can inspect what changed and why.
Evolver generates guidance; it is not a free-form code patcher or arbitrary shell runner.
Read memory and logs for failures, repeated friction, and high-signal patterns.
Match the signal against existing Genes or Capsules before inventing new behavior.
Produce a protocol-bound GEP prompt for the next evolution step.
Keep an auditable event trail so future agents can inherit the lesson.
Use the upstream package when you want to evaluate the engine locally, then connect optional EvoMap network features when sharing assets matters.
npm install -g @evomap/evolver
evolver --help
This page is a focused keyword guide that references the upstream EvoMap/evolver repository and the EvoMap platform.
Core local evolution can run offline. Hub features are optional and add networked sharing, worker coordination, and asset discovery.
GEP gives agent evolution a repeatable grammar: signals, reusable assets, bounded prompts, and event records that can be inspected later.