Commit History

one more
6079dab

affu143 commited on

one more time
13c6248

affu143 commited on

cmmit kodthuna
f18f9f9

affu143 commited on

Copied source project
3d87f50

Deepika commited on

Add diagnostic logging to task_registry for validator discovery debugging
85033ed

NanduKondreddy commited on

Register all 7 tasks in task_registry with wrapped graders
1b4713c

NanduKondreddy commited on

Revert: restore (0.001, 0.999) clamping per validator spec
efb92b3

NanduKondreddy commited on

Fix: grader reward clamping - use [0.0, 1.0] range per validator spec
1aaa0e8

NanduKondreddy commited on

Revert: environment.step() is now grading-only (LLM solving happens in inference.py)
61cc465

NanduKondreddy commited on

Fix: use HF_TOKEN or API_KEY for autonomous solver credentials
d255d10

NanduKondreddy commited on

Integrate LLM agent into environment.step() - autonomously generate fixes when validator sends empty fixed_config
02c2ba4

NanduKondreddy commited on

Enhanced validator payload diagnostic logging - capture action schema and fixed_config details
101d812

NanduKondreddy commited on

Debug: log what validator is actually submitting to step endpoint
eac318a

NanduKondreddy commited on

Add deployment marker to verify Space is running latest code
bfaedde

NanduKondreddy commited on

Debug: log final config string sent to grader before evaluation
2794216

NanduKondreddy commited on

Debug: log raw model output to inspect formatting issues
4ed1d8a

NanduKondreddy commited on

Optimize LLM prompts and model selection for better config-debug task solving
68dc097

NanduKondreddy commited on

Dual-interface compatibility: graders return float for validator, environment converts to tuple internally
79145d3

NanduKondreddy commited on

Debug: add grader output logging to inspect raw reward values
d661cb5

NanduKondreddy commited on

Critical: fix grader wrapper to return tuple (reward, error_msg, bugs_fixed) with clamped reward
7eba106

NanduKondreddy commited on

Fix: implement grader wrapper API with float returns and strict (0.001, 0.999) bounds
1818234

NanduKondreddy commited on

Fix: limit task registry to 3 validated graded tasks (JSON, YAML, Dockerfile)
6a53124

NanduKondreddy commited on

Fix: add reward clamping to all graders for strict (0,1) score range
d15f73e

NanduKondreddy commited on

Fix: resolve syntax error in k8s_grader string formatting
0eb6f46

NanduKondreddy commited on

Fix: adjust all grader scores to strictly between 0 and 1 (not including 0 or 1)
5c4143f

NanduKondreddy commited on

Fix: add guaranteed proxy validation call immediately after client creation
d88004f

NanduKondreddy commited on

Fix: use strict os.environ[] for API_KEY and API_BASE_URL to match validator requirements
0c3bdac

NanduKondreddy commited on

Fix: use gpt-4o-mini as default model for better proxy compatibility
4b57735

NanduKondreddy commited on

Replace repo with updated config-debug files
cda147c

NanduKondreddy commited on