Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix pycryptodome vulnerability #2336

Merged
merged 8 commits into from
Dec 9, 2024
Prev Previous commit
Next Next commit
chore (debug): add print debug statement in evaluate task runner
  • Loading branch information
aybruhm committed Dec 5, 2024
commit 0aa8ca78bf3defe06aa86f8f6407c65398e23189
2 changes: 2 additions & 0 deletions agenta-backend/agenta_backend/tasks/evaluations.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,8 @@ def evaluate(
]

# 4. We save the result of the eval scenario in the db
print("============ App Output ============: ", app_output.result.value)

loop.run_until_complete(
create_new_evaluation_scenario(
project_id=project_id,
Expand Down
Loading