Commit History

fix: route ALL diagnostics to stderr, only [START]/[STEP]/[END] on stdout - validator-proof rewrite
7d6a278

RohanExploit commited on

fix: run tasks sequentially to prevent interleaved structured output
64406c6

RohanExploit commited on

Merge pull request #7 from RohanExploit/copilot/fix-output-parsing-issues
cb653fa
unverified

RohanExploit commited on

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

RohanExploit commited on

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

RohanExploit commited on

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

RohanExploit commited on

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

RohanExploit commited on

fix: use raw request parsing for /reset and /step to handle null/empty body from judge
bb3e54f

RohanExploit commited on

fix: accept null body on POST /reset and /step for OpenEnv judge compatibility
bc4cdbe

RohanExploit commited on

fix: load .env in pre_submission_check, soft-fail missing openenv CLI
b56cea8

RohanExploit commited on

fix: comply with hackathon checklist rules (env vars, START/STEP/END logs)
8cd7106

RohanExploit commited on

feat: harden environment for Meta/OpenEnv judging standards
6537a42

RohanExploit commited on

feat: Add local execution and parallel evaluation for inference
3e77b2f

RohanExploit commited on

Auto-load .env file if present in inference.py
15ad6c3

RohanExploit commited on

Fix api fetch paths for iframe/proxy support on HF Spaces
a75a557

RohanExploit commited on

Fix environment instantiation scope and mode tasks
d68a1bf

RohanExploit commited on

docs: add verified baseline scores (mean=0.62) from Groq e2e test
aa38f51

RohanExploit commited on

perf: tune agent prompt + smart fallback for higher fill rates
d61427d

RohanExploit commited on

fix: lazy pipeline imports in inference.py for automated validation compatibility; update README structure
6fbd596

RohanExploit commited on

feat: add NVIDIA-inspired decoupled RAG pipeline
08cfdcb

RohanExploit commited on

Merge pull request #3 from RohanExploit/copilot/upgrade-system-to-realtime
bcbb563
unverified

RohanExploit commited on

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

RohanExploit commited on

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

RohanExploit commited on

docs: rewrite README for hackathon judging
8a574ee

RohanExploit commited on

fix: per-step reward correctness, demand elasticity, and repo cleanup
d49d9f2

RohanExploit commited on

chore: add uv.lock, update openenv dependencies, and fix validator
19375f0

RohanExploit commited on

fix: hackathon compliance - root Dockerfile, HF Spaces metadata, OPENAI_API_KEY priority
e25535d

RohanExploit commited on

Merge pull request #1 from RohanExploit/copilot/implement-real-world-task-simulation
92a3dd0
unverified

RohanExploit commited on

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

Add realtime server loop and production validation suite
c556f17

RohanExploit commited on

Harden grading, determinism, tests, and realtime UI integration
03255d0

RohanExploit commited on

Align terminal UI actions with multi-channel API
89f471d

RohanExploit commited on

Add Bloomberg-style realtime terminal UI
88fa7a1

RohanExploit commited on