ai-code-battle/cmd
jedarden b191751c2b feat(acb-evolver): add evolve CLI command for LLM-based bot generation
Add the 'evolve' subcommand that ties together the LLM prompt builder
and ensemble components:

- Load programs from target island
- Select parents via tournament selection
- Analyze optional replay files for strategic context
- Build meta description from current ladder state
- Assemble evolution prompt with all context
- Run LLM ensemble (fast tier + strong tier refinement)
- Output generated bot code

Usage: acb-evolver evolve -island alpha -lang go [-replay file.json] [-out file.go]

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-29 19:14:17 -04:00
..
acb-api Remove legacy code: worker-api/, cmd/acb-indexer/, cluster-configuration/, gut cmd/acb-api/ 2026-03-29 10:22:16 -04:00
acb-evolver feat(acb-evolver): add evolve CLI command for LLM-based bot generation 2026-03-29 19:14:17 -04:00
acb-index-builder Implement S3 functions for R2/B2 integration in acb-index-builder 2026-03-29 09:09:29 -04:00
acb-local feat(acb-local): add strategy bots for offline matches 2026-03-29 14:27:36 -04:00
acb-map-evolver Add map evolution pipeline (cmd/acb-map-evolver) 2026-03-29 02:35:33 -04:00
acb-mapgen Fix sin/cos math bug and add cellular automata map generation 2026-03-26 01:10:46 -04:00
acb-matchmaker Extract matchmaker into separate deployment (acb-matchmaker) 2026-03-29 00:55:46 -04:00
acb-wasm Add Phase 7-9 features: evolution dashboard, WASM sandbox, enhanced replay 2026-03-29 01:13:23 -04:00
acb-worker Refactor acb-worker: B2 uploads, PostgreSQL writes, Glicko-2 ratings 2026-03-29 10:46:23 -04:00