verbose live UI + tool-level SSE events + Groq default + regression tests

This commit is contained in:
2026-06-03 05:04:29 -03:00
parent 131f4d9b86
commit e124a8a7d9
69 changed files with 3030 additions and 137 deletions

View File

@@ -32,6 +32,11 @@ services:
environment: *common-env
ports:
- "8000:8000"
volumes:
# Bind-mount data dirs so `make seed-fetch` downloads on the host land
# in the container without rebuilding the image.
- ./seed/data:/app/seed/data
- ../api/evals/data:/app/api/evals/data
depends_on:
postgres:
condition: service_healthy