Files
evomap__evolver/examples/hello-world.md
evolver-publish d31a968cbe Release v1.67.4
2026-04-18 04:08:54 +00:00

961 B

Hello World -- Quick Start

Try Evolver locally in 3 steps:

  1. Clone and enter:
git clone https://github.com/EvoMap/evolver.git && cd evolver
  1. Install and run a single evolution:
npm install
node index.js
  1. Review mode (human-in-the-loop):
node index.js --review

Expected: the tool prints a GEP prompt to stdout. Use --loop to run continuously:

node index.js --loop

Without the EvoMap Hub

Evolver works fully offline. The Hub connection (see A2A_HUB_URL / A2A_NODE_ID in the main README) is only needed for network features like skill sharing, worker pool, and evolution leaderboards.

Next steps

  • Read the main README.md for the full feature list and strategy presets.
  • Visit evomap.ai to register a node and connect to the EvoMap network.
  • Explore the GEP Protocol to understand Genes, Capsules, and EvolutionEvents.