diff --git a/README.md b/README.md index 2d34a10..f4fa3c6 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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: