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

0
api/evals/__init__.py Normal file
View File

11
api/evals/run_evals.py Normal file
View File

@@ -0,0 +1,11 @@
"""BIRD `financial` golden-set runner.
Stub — the eval harness lands once the Plan + Analyses + Tools are in place.
"""
def main() -> None:
raise SystemExit("api/evals/run_evals.py is a stub; agent stack not yet built")
if __name__ == "__main__":
main()