Commit History

fix: normalize [END] score to (0,1) range — divide by 4.8 max score, clamp to (0.001, 0.999)
9f3a7c5

3v324v23 commited on

fix: wrap LLM call in try/except with fallback responses to prevent inference.py crash
49f7113

3v324v23 commited on

fix: rewrite inference.py to use LiteLLM proxy via API_BASE_URL/API_KEY env vars
000a6e7

3v324v23 commited on

fix: add [START]/[STEP]/[END] structured output blocks to inference.py for Phase 2 validator
0261b11

3v324v23 commited on

fix: add main() function and __main__ guard to server/app.py
d354041

3v324v23 commited on

fix: add server/app.py, update openenv.yaml app path and pyproject.toml scripts
e91bb72

3v324v23 commited on

fix: add uv.lock, server entry point and openenv-core dependency for openenv validate
ca25a0a

3v324v23 commited on

feat: add pyproject.toml for OpenEnv multi-mode deployment
63d5b64

3v324v23 commited on

feat: add openenv.yaml manifest required for openenv validate
f3fd5e1

3v324v23 commited on

fix: accept both 'action' and 'response' field names in /step endpoint
fa3f31a

3v324v23 commited on

fix: rewrite api.py to correctly integrate with environment, models and graders
182889e

3v324v23 commited on

feat: add custom Swagger docs endpoint and import get_swagger_ui_html
4e39ea2

3v324v23 commited on

fix: use actual robot emoji for HuggingFace YAML validation
d26a747

3v324v23 commited on

Fix README metadata
397249e

3v324v23 commited on

Trigger rebuild
ce94f0f

3v324v23 commited on

FastAPI OpenEnv server
a77725d

3v324v23 commited on