CoolFace
Apppublic

RohanExploit/Meta-hackathon

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
50 commits on main
7d6a2785mo ago

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

RohanExploit
64406c65mo ago

fix: run tasks sequentially to prevent interleaved structured output

RohanExploit
cb653fa5mo ago

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

RohanExploit
c579ceb5mo ago

Fix HF_TOKEN/OPENAI_API_KEY selection to use explicit None checks

copilot-swe-agent[bot], RohanExploit
177b45d5mo ago

Fix output parsing: guard imports, move [START] before TASKS lookup, add global fallback

copilot-swe-agent[bot], RohanExploit
587bb7f6mo ago

Merge pull request #6 from RohanExploit/copilot/fix-output-parsing-error

RohanExploit
f7aefad6mo ago

Refine output parsing fix while preserving default parallelism

copilot-swe-agent[bot], RohanExploit
14697a46mo ago

Fix structured STEP output format and default sequential execution

copilot-swe-agent[bot], RohanExploit
f407caa6mo ago

Merge pull request #5 from RohanExploit/copilot/fix-structured-output-issue-again

RohanExploit
610278b6mo ago

Refactor task normalization and improve fallback diagnostics

copilot-swe-agent[bot], RohanExploit
8f2d66f6mo ago

Ensure START/END pairing on init failures

copilot-swe-agent[bot], RohanExploit
70cc4f56mo ago

Improve fallback diagnostics and unknown-task reporting

copilot-swe-agent[bot], RohanExploit
22021996mo ago

Harden task normalization and sanitize reset fallback log

copilot-swe-agent[bot], RohanExploit
1d0a2d16mo ago

Refine inference fallback error handling and task banner output

copilot-swe-agent[bot], RohanExploit
c8386366mo ago

Fix inference structured stdout emission fallbacks

copilot-swe-agent[bot], RohanExploit
093effd6mo ago

Merge pull request #4 from RohanExploit/copilot/fix-structured-output-issue

RohanExploit
3cc94296mo ago

fix: emit required bracketed structured stdout blocks in inference

copilot-swe-agent[bot], RohanExploit
69cb14e6mo ago

fix: add openenv-core>=0.2.0 dependency for judge validation

RohanExploit
bb3e54f6mo ago

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

RohanExploit
bc4cdbe6mo ago

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

RohanExploit
b56cea86mo ago

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

RohanExploit
8cd71066mo ago

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

RohanExploit
6537a426mo ago

feat: harden environment for Meta/OpenEnv judging standards

RohanExploit
3e77b2f6mo ago

feat: Add local execution and parallel evaluation for inference

RohanExploit
15ad6c36mo ago

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

RohanExploit
a75a5576mo ago

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

RohanExploit
d68a1bf6mo ago

Fix environment instantiation scope and mode tasks

RohanExploit
aa38f516mo ago

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

RohanExploit
d61427d6mo ago

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

RohanExploit
6fbd5966mo ago

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

RohanExploit
08cfdcb6mo ago

feat: add NVIDIA-inspired decoupled RAG pipeline

RohanExploit
bcbb5636mo ago

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

RohanExploit
1a7e5c66mo ago

Upgrade to realtime demand tracking, add SSE stream, fix docs and dashboard score

copilot-swe-agent[bot], RohanExploit
b2de1716mo ago

Initial plan

copilot-swe-agent[bot]
410ef416mo ago

Merge pull request #2 from RohanExploit/copilot/develop-parallel-web-ui

RohanExploit
72b55326mo ago

Add parallel modern dashboard UI at /dashboard with Chart.js charts, XSS fixes

copilot-swe-agent[bot], RohanExploit
1f18e016mo ago

Initial plan

copilot-swe-agent[bot]
5816c726mo ago

Finalizing RITM environment for Meta Hackathon submission: Fixed reward function, updated README, and cleaned up repository.

RohanExploit
8a574ee6mo ago

docs: rewrite README for hackathon judging

RohanExploit
d49d9f26mo ago

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

RohanExploit
19375f06mo ago

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

RohanExploit
e25535d6mo ago

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

RohanExploit
92a3dd06mo ago

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

RohanExploit
cef46d46mo ago

feat: add HF Spaces config and tighten OpenEnv compliance checks

copilot-swe-agent[bot], RohanExploit
38124926mo ago

chore: outline plan for OpenEnv compliance fixes

copilot-swe-agent[bot], RohanExploit
8aa95486mo ago

Initial plan

copilot-swe-agent[bot]
c556f176mo ago

Add realtime server loop and production validation suite

RohanExploit
03255d06mo ago

Harden grading, determinism, tests, and realtime UI integration

RohanExploit
89f471d6mo ago

Align terminal UI actions with multi-channel API

RohanExploit
88fa7a16mo ago

Add Bloomberg-style realtime terminal UI

RohanExploit