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

ADD: Session state diagnostics
bac0ba4

Deepika commited on

ADD: Debug logging to progression logic
a65927e

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

FIX: Handle null/None values gracefully in json_grader and yaml_grader - all edge cases now safe
bc12c74

Deepika commited on

Revert "FIX: Clamp all grader rewards to max 0.99 - prevent validation errors"
ac295d7

Deepika commited on

FIX: Clamp all grader rewards to max 0.99 - prevent validation errors
798f3f9

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

Add comprehensive instrumentation to all graders for validator diagnostic
4891046

Nanda Kumar Kondreddy commited on

Add detailed instrumentation to grade_task1 and normalize_reward for validator debugging
31647f3

Nanda Kumar Kondreddy commited on

CRITICAL RUNTIME FIX: Remove tuple unpacking from environment handlers - graders now return FLOAT only, not tuples
b8c69e2

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

CRITICAL FIX: Wrappers now return full tuples (reward, error, bugs) instead of just floats - fixes env.py unpacking
cf1808d

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

CRITICAL WIRING FIX: Import wrapped graders from grader_api, not raw graders - ensures normalization is used
1566ba9

Nanda Kumar Kondreddy commited on

FINAL FIX: Centralized universal reward normalization - GUARANTEES all scores in (0.01, 0.99)
6d73738

Nanda Kumar Kondreddy commited on

CRITICAL BUG FIX: Clamp reward on ALL early return paths - prevents returning 0.0
6138889

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 validator invocation logging to all grader wrappers
e924908

Nanda Kumar Kondreddy commited on

Add debug endpoint to verify deployed grader fix
afad682

Nanda Kumar Kondreddy commited on

Fix: Enforce strict open interval (0.01, 0.99) for all grader rewards - validator compliance
8e7ae76

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