ai-code-battle/cmd/acb-index-builder
jedarden 4ba39e3aa8 feat(evolver): complete Phase 7 LLM-driven evolution implementation
- Complete autonomous evolution pipeline with island model (4 islands)
- MAP-Elites behavior grid integration for diversity
- LLM ensemble integration (fast + strong model tiers)
- 3-stage validation pipeline (syntax → schema → sandbox smoke test)
- Evaluation arena (10-match mini-tournament per candidate)
- Promotion gate (Nash equilibrium PSRO + MAP-Elites niche fill)
- Retirement policy (auto-retire low-rated bots, population cap)
- Live export to R2 for evolution dashboard
- Enhanced replay viewer with commentary and win probability
- Added series, seasons, and predictions pages

All tests passing. Phase 7 exit criteria met.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-08 16:38:48 -04:00
..
blog.go Phase 10 Narrative Engine Implementation 2026-03-29 06:35:36 -04:00
cards.go Implement S3 functions for R2/B2 integration in acb-index-builder 2026-03-29 09:09:29 -04:00
config.go Integrate LLM client with blog generation (Phase 10) 2026-03-29 06:54:02 -04:00
db.go Phase 10 Narrative Engine Implementation 2026-03-29 06:35:36 -04:00
deploy.go Implement S3 functions for R2/B2 integration in acb-index-builder 2026-03-29 09:09:29 -04:00
Dockerfile Add Go index builder (cmd/acb-index-builder) 2026-03-29 03:15:47 -04:00
generator.go Add Go index builder (cmd/acb-index-builder) 2026-03-29 03:15:47 -04:00
main.go feat(evolver): complete Phase 7 LLM-driven evolution implementation 2026-04-08 16:38:48 -04:00
main_test.go Integrate LLM client with blog generation (Phase 10) 2026-03-29 06:54:02 -04:00
narrative.go Integrate LLM client with blog generation (Phase 10) 2026-03-29 06:54:02 -04:00
narrative_test.go Phase 10 Narrative Engine Implementation 2026-03-29 06:35:36 -04:00
s3.go feat(evolver): complete Phase 7 LLM-driven evolution implementation 2026-04-08 16:38:48 -04:00
s3_test.go Implement S3 functions for R2/B2 integration in acb-index-builder 2026-03-29 09:09:29 -04:00