Commit History

feat: add real code execution β€” run_code, run_tests, submit_fix tools
3ea78ad

ragavrida Claude Opus 4.6 (1M context) commited on

feat: convert to MCP tool-calling pattern matching reference repos
b2b578f

ragavrida Claude Opus 4.6 (1M context) commited on

fix: shorten HF short_description to under 60 chars
9102bbc

ragavrida Claude Opus 4.6 (1M context) commited on

feat: major upgrade β€” multi-step MDP, AST injection, 5-signal reward
74c9d03

ragavrida Claude Opus 4.6 (1M context) commited on

fix: send reward=None on reset, clamp all scores to strict (0,1)
011679d

ragavrida commited on

fix: clamp all scores strictly to (0, 1) β€” no 0.0 or 1.0
fdc7ded

ragavrida commited on

fix: use only platform-injected API_BASE_URL and API_KEY for LiteLLM proxy
320d51b

ragavrida commited on

fix: use API_BASE_URL and API_KEY directly for LiteLLM proxy
06850bc

ragavrida commited on

fix: prioritize HF_TOKEN over API_KEY for LiteLLM proxy compliance
ab386d3

ragavrida commited on

fix: clamp all task scores to strict (0,1) range β€” never exactly 0.0 or 1.0
226ad10

ragavrida commited on

fix: prioritize API_KEY over HF_TOKEN for LiteLLM proxy compliance
d9eba60

ragavrida commited on

docs: update baseline scores to latest measured results (composite 0.50 β†’ 0.69)
0a98a40

ragavrida commited on

fix: pass task param to env.reset(), improve medium/hard prompts
4a85884

ragavrida commited on

fix: guarantee [START]/[END] stdout output even on env connection failure
39c53e9

ragavrida commited on

fix: add pyrightconfig, update pyproject packages, polish inference & models
caf52d5

ragavrida commited on

Add uv.lock for multi-mode deployment (required by openenv validate)
d39bc9a

ragavrida commited on

Fix: use LOCAL_IMAGE_NAME (matches submission form)
d83dda3

ragavrida commited on

KW-WM proof: reward prediction beats baselines by 38.8-71.7%
cf9e328

ragavrida commited on

Match official sample inference.py: update API_BASE_URL default to HF router
db5bc32

ragavrida commited on

Fix critical crash bug + audit fixes
1a6681a

ragavrida commited on

Fix all 4 remaining issues for hackathon
7e55f05

ragavrida commited on

Update baselines with real post-fix LLM scores
9a88885

ragavrida commited on

Fix 4 critical grader bugs
e130396

ragavrida commited on

Update baseline with real GPT-4o-mini scores
c919711

ragavrida commited on

Rename to Knowledge-Work World Model (KW-WM) + add citations
bff1b70

ragavrida commited on

Real-world utility boost: MBRL research pipeline
0255d22

ragavrida commited on

Improve grader quality + research framing
470008d

ragavrida commited on

CRITICAL: Redirect [DEBUG]/[SUMMARY] to stderr
cac4246

ragavrida commited on

Fix env var format to match submission checklist exactly
8fbd8fe

ragavrida commited on

Fix inference.py log format to match official spec
aa30973

ragavrida commited on

Add .env to gitignore
11119a7

ragavrida commited on

CodeReviewEnv v1.0 β€” OpenEnv-compliant submission
dbf5e96

ragavrida commited on