ai-code-battle/cmd/acb-evolver
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
..
internal feat(acb-evolver): add LLM prompt builder and ensemble integration 2026-03-29 16:47:25 -04:00
main.go feat(acb-evolver): add evolve CLI command for LLM-based bot generation 2026-03-29 19:14:17 -04:00