Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 961 Bytes

File metadata and controls

38 lines (25 loc) · 961 Bytes

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.