Skip to content

abundant-ai/SWE-gen-fn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SWE-gen-fn (work in progress)

SWE-gen C++ banner

1000 functional programming tasks generated from Y open-source GitHub repos using SWE-gen.

Each task

  • is a merged GitHub PR with 1-10 source files edited
  • has Fail-to-Pass unit tests
  • passes NOP (baseline fails) and Oracle (fix succeeds) validation

Getting Started

Install Harbor:

uv tool install harbor

Run with Codex:

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

This command automatically downloads the tasks.

SWE-gen-fn pie chart

About

Dataset of 1000 functional language SWE tasks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors