CoolFace
Apppublic

harborframework/terminal-bench-importer

sourceHugging Faceupdated 6mo agoView on Hugging Face
1likes
40 commits on main
e419e836mo ago

Replace snapshot_download with level-by-level listing for agent files.

alexgshaw, Claude Opus 4.6 (1M context)
32096df6mo ago

Add reward hacking validation check.

alexgshaw, Claude Opus 4.6 (1M context)
19076ca6mo ago

Fix missing await on get_public_url causing all trial inserts to fail

alexgshaw, Claude Opus 4.6 (1M context)
7028cf16mo ago

Update the importer to be asyncio compatible.

alexgshaw
a659e576mo ago

Log git stderr on clone/fetch failures for easier debugging

alexgshaw, Claude Opus 4.6 (1M context)
83a50bb7mo ago

Update DATASET_REPO to harborframework org

alexgshaw, Claude Opus 4.6
1aba2008mo ago

Return webhook response immediately, process in background thread

alexgshaw, Claude Opus 4.6
81ba47f8mo ago

Add concurrent uploads and also validation.

alexgshaw
b35fe2e8mo ago

Upload trial archives and trajectories to Supabase storage on import

alexgshaw, Claude Opus 4.6
c0596168mo ago

Fix the dockerfile.

alexgshaw
41ac48b8mo ago

Update the importer

alexgshaw
ca6d4f09mo ago

Include accuracy in PR validation comments

alexgshaw, Claude Opus 4.5
e3a318e9mo ago

Only validate submissions that changed in PR

alexgshaw, Claude Opus 4.5
55c3ce89mo ago

Fix trial job_id foreign key constraint and add validation

alexgshaw, Claude Opus 4.5
de835c39mo ago

Use raw dict for trial results to support custom environment types

alexgshaw, Claude Opus 4.5
6984e7a9mo ago

Use raw dict for job config to support custom environment types

alexgshaw, Claude Opus 4.5
e7e8bf79mo ago

Add comprehensive logging throughout import process

alexgshaw, Claude Opus 4.5
b00c92d9mo ago

Use insert with ignore_duplicates for models

alexgshaw, Claude Opus 4.5
8d8264a9mo ago

Fix config.json parsing and add model token cost lookup

alexgshaw, Claude Opus 4.5
a83decb9mo ago

Detect PR from updatedRefs when discussion payload is missing

alexgshaw, Claude Opus 4.5
9f623799mo ago

Remove comment deduplication code

alexgshaw, Claude Opus 4.5
0caa8739mo ago

Add comment deduplication to prevent duplicate validation comments

alexgshaw, Claude Opus 4.5
753ba509mo ago

Improve trial validation and remove redundant agent_name from metadata

alexgshaw, Claude Opus 4.5
05ff3489mo ago

Validate trial result.json has required fields instead of strict schema validation

alexgshaw
aec5bc29mo ago

Fix validation: use lenient JSON check for trials, limit error count in comments

alexgshaw
3293a2e9mo ago

Use lenient validation to allow custom environment types

alexgshaw
2c1a94c9mo ago

Use git clone instead of snapshot_download for much faster downloads

alexgshaw
d42c3a89mo ago

Fix PR detection: check isPullRequest field and add logging

alexgshaw
5594e869mo ago

Fix PR download: use refs/pr/N instead of head.sha

alexgshaw
f9ea2349mo ago

Fix repo name comparison - name already includes namespace

alexgshaw
5bbb0609mo ago

Fix webhook: use WebhooksServer with custom UI instead of conflicting decorator

alexgshaw
11b7a059mo ago

Fix Docker deployment: bind to 0.0.0.0:7860

alexgshaw
678df569mo ago

Fix Pydantic deprecation warning: use ConfigDict instead of class Config

alexgshaw
cb1ca0a9mo ago

Switch to Docker SDK to fix multipart package conflict

alexgshaw
4d473749mo ago

Add python-multipart to fix gradio import error

alexgshaw
8aa67819mo ago

Specify Python 3.12 for harbor package compatibility

alexgshaw
ca793489mo ago

Use job result.json for started_at, ended_at, stats; add package_version

alexgshaw
7b36a699mo ago

Use harbor package for JobConfig and TrialResult models

alexgshaw
b56d9699mo ago

Initial importer Space with webhook handler

alexgshaw
cccd3fc9mo ago

initial commit

alexgshaw