Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Given only a compiled binary and its documentation, AI agents must architect and
- [HuggingFace](https://huggingface.co/datasets/programbench/ProgramBench-Tests)
- [Leaderboard](https://programbench.com)
- [Usage Guide](docs/README.md)
- [mini-swe-agent baseline](https://mini-swe-agent.com/latest/usage/programbench/)

## Quickstart

Expand Down Expand Up @@ -40,6 +41,16 @@ uv sync # installs editable + dev dependencies
> [!NOTE]
> For more details, please refer to the [Usage Guide](docs/README.md).

To run our baseline:

```bash
uvx --from mini-swe-agent mini-extra programbench --help
# or
pip install mini-swe-agent && mini-extra programbench --help
```

See the [mini-swe-agent baseline docs](https://mini-swe-agent.com/latest/usage/programbench/) for details.

## Citation

If our work was useful for you, please cite it:
Expand Down
Loading