verbose live UI + tool-level SSE events + Groq default + regression tests
This commit is contained in:
0
api/evals/__init__.py
Normal file
0
api/evals/__init__.py
Normal file
11
api/evals/run_evals.py
Normal file
11
api/evals/run_evals.py
Normal 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()
|
||||
Reference in New Issue
Block a user