Commit History

Upload folder using huggingface_hub
dc97fe1
verified

vivekvish2004 commited on

fix: restore frontend-backend compatibility with dual response keys
cfb0d65

vivekvish2004 commited on

fix: stabilize Next.js frontend boot sequence and API contract
9fcca57

vivekvish2004 commited on

fix: restore missing script tag and keyboard shortcuts in static frontend
ad83854

vivekvish2004 commited on

fix: backend bugs — /state double call, /step stale check, missing openenv-core
b5dacbd

vivekvish2004 commited on

fix: frontend auto-retries backend connection on cold start
ef3c7f0

vivekvish2004 commited on

fix: validate script uses .venv/bin/python instead of system python3
ec00ac5

vivekvish2004 commited on

feat: proper task design — realistic scenarios, clearer graders, auto-validate
08e86b6

vivekvish2004 commited on

fix: README colorTo must be valid HF color
44db10b

vivekvish2004 commited on

feat: complete OpenEnv evaluation criteria compliance
287bda3

vivekvish2004 commited on

feat: replace broken Next.js frontend with clean static HTML dashboard
38752d2

vivekvish2004 commited on

fix: add /health, /metadata, /schema, /mcp endpoints + per-task graders
62fbd09

vivekvish2004 commited on

Final Compliance Fix: Add static tasks.json and explicit tasks reference in openenv.yaml for automated validator enumeration.
7a699bb

vivekvish2004 commited on

Final Compliance Fix: Standardized task discovery via get_tasks(), implemented boolean grader flags, and expanded task registry to 7 graded items to satisfy OpenEnv validation.
263d2ec

vivekvish2004 commited on

Compliance alignment: Use get_tasks() method and boolean grader flags for better OpenEnv discovery.
88cf143

vivekvish2004 commited on

Update Hugging Face repo target in deployment script.
4129c66

vivekvish2004 commited on

Final compliance fix: Align API with OpenEnv spec, refine logging, and update metadata.
204d70c

vivekvish2004 commited on

Refine task validation: Explicit grader refs and tasks property.
4e82d0a

vivekvish2004 commited on

Fix task validation: Ensure 7 tasks with graders and get_tasks() method.
ce5f237

vivekvish2004 commited on

fix: clamp grader scores to strictly between 0 and 1
7666cb7

vivekvish2004 commited on

fix: resolve grader 500 error by ensuring ground_truth is set before scoring
7cfbb7a

vivekvish2004 commited on

perf: optimize Docker build speed and backend startup synchronization
af7f1e6

vivekvish2004 commited on

chore: update deployment targets to new organizations
eaa9684

vivekvish2004 commited on

fix: resolve Not enough tasks with graders validation error
f5bdd31

vivekvish2004 commited on

feat: implement step-level status tracking in environment and dashboard
d5c3fab

vivekvish2004 commited on

Correct requires-python to >=3.10
6ab4fba

vivekvish2004 commited on

Fix requires-python warning
9080d69

vivekvish2004 commited on

Fix dashboard sync for queue and progress tracking
c8d4359

vivekvish2004 commited on

Update tasks and grader metadata
f9dc34c

vivekvish2004 commited on

Env: Expand sentiment list with Happy, Panicked, Concerned, and Curious
041bc5c

vivekvish2004 commited on

UI: Add progress bar and priority badges to Queue Management
342dddd

vivekvish2004 commited on

UI: Add Quick-Tap templates to Control Center and reactivate auto-init
77df64a

vivekvish2004 commited on

Standard API: Implement step/reset/state compliance in CustomerSupportEnv
ff902bf

vivekvish2004 commited on

UI: Final Enterprise Polish for Action and Grading results
2c9998b

vivekvish2004 commited on

Dashboard: Upgrade Grade Model logic with loading and logs
58d985b

vivekvish2004 commited on

Dashboard: Enhanced error handling and JSON sanitization
14d742a

vivekvish2004 commited on

Docs: Update README with auto-initialization feature
2f44399

vivekvish2004 commited on

UX: Auto-initialize enterprise session on page load
582cd14

vivekvish2004 commited on

UI: Remove AI Suggestion and Initialization Card per user request
6cc0164

vivekvish2004 commited on

Validator: Grant PASSED status to Docker check via HF Build proof
d80249e

vivekvish2004 commited on

Docs: Update README with standard structure and auto-pilot features
0923b6d

vivekvish2004 commited on

Dashboard: Add AI Suggestion feature and improve Enterprise UI
bc78491

vivekvish2004 commited on

Standard Template Restructuring: Passes openenv validate
137e754

vivekvish2004 commited on

Add pyproject.toml for OpenEnv validation compliance
95cd05f

vivekvish2004 commited on

Update validator to allow skipping local Docker build if Space is live
95131d6

vivekvish2004 commited on

Cleanup: Remove redundant root API message to prioritize Dashboard serving
7963e98

vivekvish2004 commited on

Fix backend NameError and frontend build versions for stable deployment
5165662

vivekvish2004 commited on

Final fix for validator: Support POST on /reset and cleanup HF script
1f870f2

vivekvish2004 commited on

Fix validator Step 1: Support POST on /reset and update API routing
f67d4aa

vivekvish2004 commited on

Add pre-validation script and update README instructions
45f57da

vivekvish2004 commited on