Add diagnostic logging to task_registry for validator discovery debugging 85033ed NanduKondreddy commited on Apr 11
Fix: grader reward clamping - use [0.0, 1.0] range per validator spec 1aaa0e8 NanduKondreddy commited on Apr 11
Revert: environment.step() is now grading-only (LLM solving happens in inference.py) 61cc465 NanduKondreddy commited on Apr 11
Fix: use HF_TOKEN or API_KEY for autonomous solver credentials d255d10 NanduKondreddy commited on Apr 11
Integrate LLM agent into environment.step() - autonomously generate fixes when validator sends empty fixed_config 02c2ba4 NanduKondreddy commited on Apr 11
Enhanced validator payload diagnostic logging - capture action schema and fixed_config details 101d812 NanduKondreddy commited on Apr 11
Debug: log what validator is actually submitting to step endpoint eac318a NanduKondreddy commited on Apr 11
Add deployment marker to verify Space is running latest code bfaedde NanduKondreddy commited on Apr 11
Debug: log final config string sent to grader before evaluation 2794216 NanduKondreddy commited on Apr 11
Optimize LLM prompts and model selection for better config-debug task solving 68dc097 NanduKondreddy commited on Apr 11
Dual-interface compatibility: graders return float for validator, environment converts to tuple internally 79145d3 NanduKondreddy commited on Apr 11
Debug: add grader output logging to inspect raw reward values d661cb5 NanduKondreddy commited on Apr 11
Critical: fix grader wrapper to return tuple (reward, error_msg, bugs_fixed) with clamped reward 7eba106 NanduKondreddy commited on Apr 11
Fix: implement grader wrapper API with float returns and strict (0.001, 0.999) bounds 1818234 NanduKondreddy commited on Apr 11
Fix: limit task registry to 3 validated graded tasks (JSON, YAML, Dockerfile) 6a53124 NanduKondreddy commited on Apr 11
Fix: add reward clamping to all graders for strict (0,1) score range d15f73e NanduKondreddy commited on Apr 11
Fix: adjust all grader scores to strictly between 0 and 1 (not including 0 or 1) 5c4143f NanduKondreddy commited on Apr 11
Fix: add guaranteed proxy validation call immediately after client creation d88004f NanduKondreddy commited on Apr 11
Fix: use strict os.environ[] for API_KEY and API_BASE_URL to match validator requirements 0c3bdac NanduKondreddy commited on Apr 11
Fix: use gpt-4o-mini as default model for better proxy compatibility 4b57735 NanduKondreddy commited on Apr 11