FIX: Override /reset and /step to use global env when no session_id 7009c01 Deepika commited on Apr 12
FIX: Add global environment singleton fallback for session-less requests 28487f1 Deepika commited on Apr 12
FIX: Remove custom /reset override to enable session state management 0567ca6 Deepika commited on Apr 12
FIX: Add middleware to wrap direct /step payload format for validator compatibility ed3a617 Deepika commited on Apr 12
SIMPLIFY: Override /reset to create fresh environment directly, avoiding original endpoint call cf3a550 Nanda Kumar Kondreddy commited on Apr 11
FIX: Properly type request parameter in /reset endpoint as fastapi.Request a91aa82 Nanda Kumar Kondreddy commited on Apr 11
CRITICAL FIX: Replace /reset middleware with direct endpoint override - ensure base fields included f2a42f5 Nanda Kumar Kondreddy commited on Apr 11
ENHANCE: Update reset middleware to include base Observation fields (done, reward, metadata) at top level 270a32f Nanda Kumar Kondreddy commited on Apr 11
FIX: Add middleware to correct /reset response schema - add 'info' field, remove reward/done 5bc98e9 Nanda Kumar Kondreddy commited on Apr 11
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 Apr 11
Add comprehensive runtime grader validation endpoint (/validate-graders) to audit actual grader outputs under validator-style conditions 5e5a089 Nanda Kumar Kondreddy commited on Apr 11
Enhanced /diagnostics: validate manifest import paths with importlib (mirrors validator behavior) c87f77e Nanda Kumar Kondreddy commited on Apr 11
Add startup and diagnostics logging to debug task loading 9331aaf Nanda Kumar Kondreddy commited on Apr 11
Simplify metadata task schema to minimal fields (id, has_grader) for validator compatibility 491de7d Nanda Kumar Kondreddy commited on Apr 11
PROPER FIX: Remove default /metadata route before registering custom override with tasks 3a48cf2 Nanda Kumar Kondreddy commited on Apr 11
CRITICAL FIX: Add /metadata endpoint with task enumeration for validator discovery a2f8fcd Nanda Kumar Kondreddy commited on Apr 11
Phase 2: Benchmark Quality Upgrades - Progressive graders, realistic multi-bug tasks, ground_truth exposure b43aff5 Nanda Kumar Kondreddy commited on Apr 11