Commit History

Optimize for Phase 2: 5 tasks, severity scoring, iterative refinement, 32 tests
0bbb422

theaniketgiri commited on

Implement native urllib REST client to bypass sandbox missing dependencies and successfully hit LiteLLM proxy
640bba9

theaniketgiri commited on

Fix environment variable import caching and remove rogue proxy preflight
2a3cac2

theaniketgiri commited on

Fix API_KEY priority to ensure LiteLLM proxy tracking works
5674cfc

theaniketgiri commited on

Safely wrap missing openai import inside main routine per validator instructions
b583357

theaniketgiri commited on

Fix inference module imports for hackathon validation
f491c89

theaniketgiri commited on

Replace httpx with urllib to pass sandbox
7fe3fd2

theaniketgiri commited on

Merge branch 'Dolphin-Syndrom:main' into main
6142222
unverified

Aniket giri commited on

fix: replace requests with httpx in inference to fix isolated validator failures
f490409

Dolphin-Syndrom commited on

chore: sync server requirements with new plotly and pandas dependencies
3fa5f98

Dolphin-Syndrom commited on

Update pyproject.toml
c6c2111
unverified

Aniket giri commited on

request module
56c0455
unverified

Manvith Bhandari commited on

fix: shorten README short_description for huggingface yaml validation
bb30ed3

Dolphin-Syndrom commited on

Merge pull request #1 from theaniketgiri/main
d4d8c40
unverified

Manvith Bhandari commited on

Fix openenv.yaml graders and add root requirements.txt for phase 2 validator
14dc79c

theaniketgiri commited on

feat: integrate advanced Plotly data visualizations and HTML consoles
f907c0e

Dolphin-Syndrom commited on

fix: remove base_path to natively route space proxy to root
c3a9860

Dolphin-Syndrom commited on

fix: copy source before uv sync to allow setuptools to resolve local module
84d66c0

Dolphin-Syndrom commited on

chore: add Dockerfile for Hugging Face Docker Space deployment
237bc99

Dolphin-Syndrom commited on

feat: Upgrade UI to Production Analytics Dashboard
795ec69

Dolphin-Syndrom commited on

feat: Custom Gradio code review dashboard at root
dc07fcf

Dolphin-Syndrom commited on

fix: import create_app to enable built-in Gradio UI
58eaf0f

Dolphin-Syndrom commited on

fix: update log_end score formatting to .3f to strictly match sample script implementation
7ce5739

Dolphin-Syndrom commited on

fix: rewrite inference.py to emit mandatory [START]/[STEP]/[END] structured output
ab42912

Dolphin-Syndrom commited on

Initial code-review-environment submission
9a51a29

Dolphin-Syndrom commited on