Commit History

FIX: Parse request body directly in /step override
b618887

Deepika commited on

FIX: Override /reset and /step to use global env when no session_id
7009c01

Deepika commited on

FIX: Add global environment singleton fallback for session-less requests
28487f1

Deepika commited on

TRIGGER: Force HF Space rebuild to deploy session state fixes
f45c79e

Deepika commited on

FIX: Remove custom /reset override to enable session state management
0567ca6

Deepika commited on

FIX: Add middleware to wrap direct /step payload format for validator compatibility
ed3a617

Deepika commited on

SIMPLIFY: Override /reset to create fresh environment directly, avoiding original endpoint call
cf3a550

Nanda Kumar Kondreddy commited on

FIX: Properly type request parameter in /reset endpoint as fastapi.Request
a91aa82

Nanda Kumar Kondreddy commited on

CRITICAL FIX: Replace /reset middleware with direct endpoint override - ensure base fields included
f2a42f5

Nanda Kumar Kondreddy commited on

ENHANCE: Update reset middleware to include base Observation fields (done, reward, metadata) at top level
270a32f

Nanda Kumar Kondreddy commited on

FIX: Add middleware to correct /reset response schema - add 'info' field, remove reward/done
5bc98e9

Nanda Kumar Kondreddy commited on

CRITICAL FIX: Graders now return FLOAT ONLY (not tuples) for validator contract compliance - extracted float from raw grader tuples
c256e38

Nanda Kumar Kondreddy commited on

Add comprehensive runtime grader validation endpoint (/validate-graders) to audit actual grader outputs under validator-style conditions
5e5a089

Nanda Kumar Kondreddy commited on

Enhanced /diagnostics: validate manifest import paths with importlib (mirrors validator behavior)
c87f77e

Nanda Kumar Kondreddy commited on

Add startup and diagnostics logging to debug task loading
9331aaf

Nanda Kumar Kondreddy commited on

Simplify metadata task schema to minimal fields (id, has_grader) for validator compatibility
491de7d

Nanda Kumar Kondreddy commited on

PROPER FIX: Remove default /metadata route before registering custom override with tasks
3a48cf2

Nanda Kumar Kondreddy commited on

CRITICAL FIX: Add /metadata endpoint with task enumeration for validator discovery
a2f8fcd

Nanda Kumar Kondreddy commited on

Add debug endpoint to verify deployed grader fix
afad682

Nanda Kumar Kondreddy commited on

Phase 2: Benchmark Quality Upgrades - Progressive graders, realistic multi-bug tasks, ground_truth exposure
b43aff5

Nanda Kumar Kondreddy commited on