Uh oh!
There was an error while loading. Please reload this page.
feat(engine): add evaluation runtime tuning - #239
Conversation
a3606fa to
9b234e4CompareCodecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
namrataghadi-galileo
commented
Jun 17, 2026
[client.py:87 / core.py:31 / server] Three divergent env-int parsers across packages _load_int_env (client.py), _env_positive_int (core.py), and presumably a third in the server package all parse integers from env vars but differ on: empty-string handling, exception type (ValueError vs RuntimeError), and positivity validation. Any fix to one is invisible to the others. |
abhinav-galileo
commented
Jun 17, 2026
For the env parser consistency note: I fixed the immediate Luna parser inconsistency for empty values in 35a12c1. I did not extract a shared env parser across packages in this PR to avoid broadening the runtime-tuning change. |
44185bb to
1a18fccCompare35a12c1 to
664a78fCompareUh oh!
There was an error while loading. Please reload this page.
## [3.1.0](ts-sdk-v3.0.0...ts-sdk-v3.1.0) (2026-06-17) ### Features * **engine:** add evaluation runtime tuning ([#239](#239)) ([2f1e5fe](2f1e5fe)) * **server:** bound database connection pool ([#236](#236)) ([80aea8f](80aea8f)) ### Bug Fixes * **evaluators:** configure Luna scorer API URL ([#237](#237)) ([fc516f0](fc516f0)) * **server:** use plain psycopg with OS libpq ([#241](#241)) ([45a33a5](45a33a5))
galileo-automation
commented
Jun 17, 2026
🎉 This PR is included in version 3.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Summary:
Validation: