ai-code-battle/cmd/acb-index-builder
jedarden 5356c8ee0a Integrate LLM client with blog generation (Phase 10)
- Add LLMBaseURL and LLMAPIKey config options for narrative generation
- Wire up LLM client to generateBlog() when LLM is configured
- Fix ParticipantData type usage in test files
- Simplify rivalry arc detection (remove alternation check)
- Fix type conversion in upset detection gap calculation
- Mark narrative engine as complete in PROGRESS.md

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-29 06:54:02 -04:00
..
blog.go Phase 10 Narrative Engine Implementation 2026-03-29 06:35:36 -04:00
cards.go Add bot profile cards with Open Graph support (Phase 9 complete) 2026-03-29 03:30:46 -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 Add Go index builder (cmd/acb-index-builder) 2026-03-29 03:15:47 -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 Integrate LLM client with blog generation (Phase 10) 2026-03-29 06:54:02 -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