Skip to content

abundant-ai/SWE-gen-JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SWE-gen JS

SWE-gen JS banner

1000 JS/TS tasks generated from 30 open-source GitHub repos using SWE-gen.

Each task

  • is a merged GitHub PR with linked Issues
  • has 3-10 source files edited
  • has Fail-to-Pass unit tests
  • passes NOP (baseline fails) and Oracle (fix succeeds) validation
  • follows the Harbor format

Getting Started

Install Harbor:

uv tool install harbor

Run the dataset oracle solutions to verify setup:

harbor run --dataset swe-gen-js \
   --agent oracle \
   --n-concurrent 4 

This command automatically downloads the tasks for the benchmark.

Run with Codex:

export OPENAI_API_KEY=<YOUR-KEY> 
harbor run --dataset swe-gen-js \
   --agent codex \
   --model openai/gpt-5.2-codex \
   --n-concurrent 4

Task Distribution

SWE-gen JS pie chart

SWE-gen JS time chart

About

Dataset of 1000 JS/TS SWE tasks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors