Spaces:
Sleeping
Sleeping
Commit History
fix: run tasks sequentially to prevent interleaved structured output 64406c6
Merge pull request #7 from RohanExploit/copilot/fix-output-parsing-issues cb653fa unverified
Fix HF_TOKEN/OPENAI_API_KEY selection to use explicit None checks c579ceb unverified
copilot-swe-agent[bot] RohanExploit commited on
Fix output parsing: guard imports, move [START] before TASKS lookup, add global fallback 177b45d unverified
copilot-swe-agent[bot] RohanExploit commited on
Merge pull request #6 from RohanExploit/copilot/fix-output-parsing-error 587bb7f unverified
Refine output parsing fix while preserving default parallelism f7aefad unverified
copilot-swe-agent[bot] RohanExploit commited on
Fix structured STEP output format and default sequential execution 14697a4 unverified
copilot-swe-agent[bot] RohanExploit commited on
Merge pull request #5 from RohanExploit/copilot/fix-structured-output-issue-again f407caa unverified
Refactor task normalization and improve fallback diagnostics 610278b unverified
copilot-swe-agent[bot] RohanExploit commited on
Ensure START/END pairing on init failures 8f2d66f unverified
copilot-swe-agent[bot] RohanExploit commited on
Improve fallback diagnostics and unknown-task reporting 70cc4f5 unverified
copilot-swe-agent[bot] RohanExploit commited on
Harden task normalization and sanitize reset fallback log 2202199 unverified
copilot-swe-agent[bot] RohanExploit commited on
Refine inference fallback error handling and task banner output 1d0a2d1 unverified
copilot-swe-agent[bot] RohanExploit commited on
Fix inference structured stdout emission fallbacks c838636 unverified
copilot-swe-agent[bot] RohanExploit commited on
Merge pull request #4 from RohanExploit/copilot/fix-structured-output-issue 093effd unverified
fix: emit required bracketed structured stdout blocks in inference 3cc9429 unverified
copilot-swe-agent[bot] RohanExploit commited on
fix: add openenv-core>=0.2.0 dependency for judge validation 69cb14e
fix: use raw request parsing for /reset and /step to handle null/empty body from judge bb3e54f
fix: accept null body on POST /reset and /step for OpenEnv judge compatibility bc4cdbe
fix: load .env in pre_submission_check, soft-fail missing openenv CLI b56cea8
fix: comply with hackathon checklist rules (env vars, START/STEP/END logs) 8cd7106
feat: harden environment for Meta/OpenEnv judging standards 6537a42
feat: Add local execution and parallel evaluation for inference 3e77b2f
Auto-load .env file if present in inference.py 15ad6c3
Fix api fetch paths for iframe/proxy support on HF Spaces a75a557
Fix environment instantiation scope and mode tasks d68a1bf
docs: add verified baseline scores (mean=0.62) from Groq e2e test aa38f51
perf: tune agent prompt + smart fallback for higher fill rates d61427d
fix: lazy pipeline imports in inference.py for automated validation compatibility; update README structure 6fbd596
feat: add NVIDIA-inspired decoupled RAG pipeline 08cfdcb
Merge pull request #3 from RohanExploit/copilot/upgrade-system-to-realtime bcbb563 unverified
Upgrade to realtime demand tracking, add SSE stream, fix docs and dashboard score 1a7e5c6
copilot-swe-agent[bot] RohanExploit commited on
Initial plan b2de171
copilot-swe-agent[bot] commited on
Merge pull request #2 from RohanExploit/copilot/develop-parallel-web-ui 410ef41 unverified
Add parallel modern dashboard UI at /dashboard with Chart.js charts, XSS fixes 72b5532
copilot-swe-agent[bot] RohanExploit commited on
Initial plan 1f18e01
copilot-swe-agent[bot] commited on
Finalizing RITM environment for Meta Hackathon submission: Fixed reward function, updated README, and cleaned up repository. 5816c72
docs: rewrite README for hackathon judging 8a574ee
fix: per-step reward correctness, demand elasticity, and repo cleanup d49d9f2
chore: add uv.lock, update openenv dependencies, and fix validator 19375f0
fix: hackathon compliance - root Dockerfile, HF Spaces metadata, OPENAI_API_KEY priority e25535d
Merge pull request #1 from RohanExploit/copilot/implement-real-world-task-simulation 92a3dd0 unverified
feat: add HF Spaces config and tighten OpenEnv compliance checks cef46d4
copilot-swe-agent[bot] RohanExploit commited on
chore: outline plan for OpenEnv compliance fixes 3812492
copilot-swe-agent[bot] RohanExploit commited on
Initial plan 8aa9548
copilot-swe-agent[bot] commited on