This repository accepts leaderboard submissions for Terminal-Bench 2.0.
submissions/terminal-bench/2.0/<agent>__<model(s)>/submissions/
terminal-bench/
2.0/
<agent>__<model>/
metadata.yaml # Required: agent and model info
<job-folder>/ # One or more job directories
config.json
<trial-1>/result.json
<trial-2>/result.json
...
Each submission must include a metadata.yaml file with the following fields:
agent_url: https://... # Required: link to agent repo/docs
agent_display_name: "My Agent" # Required: display name for leaderboard
agent_org_display_name: "Org" # Required: organization name
models: # Required: list of models used
- model_name: gpt-5 # Required: model identifier
model_provider: openai # Required: provider (openai, anthropic, etc.)
model_display_name: "GPT-5" # Required
model_org_display_name: "OpenAI" # Required
# - Other models if your agent used multiple
Each job directory must contain all of the contents of your run.
Your submission will be automatically validated. To pass:
timeout_multiplier must equal 1.0override_timeout_sec, max_timeout_sec)override_cpus, override_memory_mb, override_storage_mb)result.json files-k 5 flag for convenience.Open an issue in this repository or contact alexgshaw64@gmail.com.
This repository accepts leaderboard submissions for Terminal-Bench 2.0.
submissions/terminal-bench/2.0/<agent>__<model(s)>/submissions/
terminal-bench/
2.0/
<agent>__<model>/
metadata.yaml # Required: agent and model info
<job-folder>/ # One or more job directories
config.json
<trial-1>/result.json
<trial-2>/result.json
...
Each submission must include a metadata.yaml file with the following fields:
agent_url: https://... # Required: link to agent repo/docs
agent_display_name: "My Agent" # Required: display name for leaderboard
agent_org_display_name: "Org" # Required: organization name
models: # Required: list of models used
- model_name: gpt-5 # Required: model identifier
model_provider: openai # Required: provider (openai, anthropic, etc.)
model_display_name: "GPT-5" # Required
model_org_display_name: "OpenAI" # Required
# - Other models if your agent used multiple
Each job directory must contain all of the contents of your run.
Your submission will be automatically validated. To pass:
timeout_multiplier must equal 1.0override_timeout_sec, max_timeout_sec)override_cpus, override_memory_mb, override_storage_mb)result.json files-k 5 flag for convenience.Open an issue in this repository or contact alexgshaw64@gmail.com.