Commit History

fix: fix missing return GradeResponse and indentation in main.py
32085f9

Abhilater commited on

fix: change strict exclusive logic to use inclusive bounds ge=0.0 le=1.0 according to reference successful project
cad5793

Abhilater commited on

fix: restore full 0.01-0.99 score range to satisfy strict variance bounds
173234e

Abhilater commited on

feat: make /grade endpoint accept optional state in request body
f03dc35

Abhilater commited on

fix: eliminate floating-point boundary precision issues with safer margins
b8b6191

Abhilater commited on

fix: eliminate score-boundary and bool parsing edge cases
ef396fd

Abhilater commited on

fix: keep runtime values strictly inside the validated open interval
ab008ab

Abhilater commited on

fix: prevent inference crashes from step response validation
b3678d2

Abhilater commited on

fix: remove remaining boundary literals from shipped files
d468666

Abhilater commited on

fix: eliminate inclusive 0/1 boundary values from schema and metadata
536e062

Abhilater commited on

Merge pull request #1 from PranjaySrivastava/patch-1
72da024
unverified

Abhilater commited on

fix: update Pydantic models to enforce strict open interval (0, 1) boundaries
d13baf2

Abhilater commited on

fix: clamp scores to strictly (0,1) exclusive per validator requiremen
950ccf2
unverified

PranjaySrivastava commited on

fix: remove all numeric-like strings from breakdown responses
f1adf8f

Abhilater commited on

fix: enforce strict (0, 1) bounds on all state fields in environment
b1cecb7

Abhilater commited on

fix: remove all numeric score-like values from breakdown dict - only string status fields
10f61e0

Abhilater commited on

fix: ensure all scores strictly in (0,1) — never 0.0 or 1.0
e39e3df

Abhilater commited on

fix: make grader breakdown parser-safe for phase2 score validation
77064ed

Abhilater commited on

fix: remove reward values from structured output for validator compatibility
64d5c2f

Abhilater commited on

fix: widen score safety margin to avoid parser-side boundary rounding
64e3bb3

Abhilater commited on

fix: prevent rounding from producing boundary task scores
d581473

Abhilater commited on

fix: remove stale inference results artifact and ignore generated output
113c506

Abhilater commited on

fix: enforce strict open interval scores in graders
56eaace

Abhilater commited on

fix: enforce strict (0,1) task scores for validator compatibility
5a2bd66

Abhilater commited on

fix: use injected API_BASE_URL/API_KEY for llm proxy and separate env endpoint
b9f1bad

Abhilater commited on

fix: harden docker build source and reduce build context
f93ac9e

Abhilater commited on

fix: emit strict [START]/[STEP]/[END] stdout logs for phase 2 parser
6a8f9d7

Abhilater commited on

fix: add __main__ guard for server entrypoint validation
7a68f23

Abhilater commited on

fix: satisfy openenv multi-mode validator requirements
79a76d9

Abhilater commited on

build: add pyproject.toml for openenv validator compatibility
bbd52f2

Abhilater commited on

fix: align inference env vars and structured START/STEP/END logs
b5cf53f

Abhilater commited on

docs: add testing section and include tests in project structure
318054c

Abhilater commited on

test: add automated test suite and clean Python cache artifacts
e85012e

Abhilater commited on

feat: add final inference results - perfect 1.0 scores on all tasks
84a9300

Abhilater commited on

docs: comprehensive README with professional formatting and hackathon guidelines
ea53858

Abhilater commited on

fix: add /logs-container endpoint
9d6575a

Abhilater commited on

fix: add missing dependencies to requirements.txt
112f217

Abhilater commited on

fix: add HF Spaces configuration to README
c25cfec

Abhilater commited on

Upload project files - perfect 1.0 scores
d5904b1

Abhilater commited on

initial commit
b7ad23a
verified

laterabhi commited on