harborframework/terminal-bench-importer
1
This Space automatically processes submissions to the Terminal-Bench 2.0 Leaderboard.
How it works
- On Pull Request: Validates the submission and posts a comment with results (pass/fail)
- On Merge: Imports validated submissions to the leaderboard database
Required Secrets
Configure these in Space Settings > Repository secrets:
SUPABASE_URL- Supabase project URLSUPABASE_SECRET_KEY- Supabase service role keyHF_TOKEN- HuggingFace token with write access (for posting comments)WEBHOOK_SECRET- Secret for webhook verification
Webhook Configuration
Configure at HuggingFace Webhooks Settings:
- Target:
alexgshaw/terminal-bench-2-leaderboard - URL:
https://alexgshaw-terminal-bench-importer.hf.space/webhooks/handle_submission - Events:
repo.content,discussion
