sql-db-engineer-agent / inference.py

Commit History

Use real LLM call for proxy check + baseline scores for task validation
5e3e79e

junaid0600 commited on

Use real LLM calls through API_BASE_URL proxy
d8cba4f

junaid0600 commited on

Clean inference.py using baseline scores strictly between 0 and 1
b02ec3c

junaid0600 commited on

Fix rewards never exactly 0.0 or 1.0 using proper normalization
7dff36b

junaid0600 commited on

Clamp all step rewards strictly between 0.001 and 0.999
11dd1d6

junaid0600 commited on

Fix score - shift rewards to positive range, never 0.0 or 1.0
888871f

junaid0600 commited on

Ensure score never below 0.1 to fix out of range error
e15627e

junaid0600 commited on

Fix score strictly between 0.001 and 0.999 - never 0.0 or 1.0
6e703c0

junaid0600 commited on

corrected everytihng
2146d9e

junaid0600 commited on

fixed new error
0ac8fe8

junaid0600 commited on

fixed inference
13f248e

junaid0600 commited on

fixed inference.py
be7b1e3

junaid0600 commited on

Fix [END] format - remove score field, add HF_TOKEN validation
82d2df4

junaid0600 commited on

Update inference.py with [START]/[STEP]/[END] format and dotenv loading
5447299

junaid0600 commited on

Fix openenv validate: add uv.lock, openenv-core, server entry point
df7bda2

junaid0600 commited on

Add inference.py required by OpenEnv validator
9d80735

junaid0600 commited on