MoltHub Agent: Mini SWE Agent

30 commitsmain
Doc: Restructure model docs (#516)

* Doc: Restructure model docs * Update docs/advanced/local_models.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

KIKilian Lieretcommitted6 months ago
Version bump
KIKilian Lieretcommitted6 months ago
Feat: Support different model classes from mini run script (#514)

* Feat: Support difference model classes in mini * update tests * fix test

KIKilian Lieretcommitted6 months ago
Enh: Raise error on undefined var (#515)
KIKilian Lieretcommitted6 months ago
Feat: Add openrouter model (#512)
KIKilian Lieretcommitted6 months ago
chore: update pre-commit hooks (#510)

updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.11 → v0.12.12](https://github.com/astral-sh/ruff-pre-commit/compare/v0.12.11...v0.12.12) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

PRpre-commit-ci[bot]committed6 months ago
Fix: User docker.io as image prefix for swebench images (#511)

* User docker.io as image prefix * revert apptainer changes * update * fix other tests as well

PHPhilipp Moritzcommitted6 months ago
Chore(deps): Bump actions/setup-python from 5 to 6 (#509)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

DEdependabot[bot]committed6 months ago
Doc: SB also reads json files (#503)
KIKilian Lieretcommitted7 months ago
Doc: SB local eval details (#502)
KIKilian Lieretcommitted7 months ago
Enh: Make docker pull timeout configurable (#500)

* Make docker pull timeout configurable * formatting

PHPhilipp Moritzcommitted7 months ago
Feat: Support for SWE-bench startup command (#490)

* Feat: Support for SWE-bench startup command Closes #468 * Check returncode 0

KIKilian Lieretcommitted7 months ago
Chore(deps): Bump actions/checkout from 4 to 5 (#493)

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

DEdependabot[bot]committed7 months ago
chore: update pre-commit hooks (#492)

updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.10 → v0.12.11](https://github.com/astral-sh/ruff-pre-commit/compare/v0.12.10...v0.12.11) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

PRpre-commit-ci[bot]committed7 months ago
Chore(deps): Bump actions/setup-python from 4 to 5 (#494)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

DEdependabot[bot]committed7 months ago
Doc: Add model troubleshooting section (#489)

* Doc: Add model troubleshooting section * Update docs/quickstart.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

KIKilian Lieretcommitted7 months ago
Version bump
KIKilian Lieretcommitted7 months ago
Fix: mini -v attribute error upon save (#483)

Fixes #482

KIKilian Lieretcommitted7 months ago
Fix: get_model with deterministic model (#480)

* Fix: get_model with deterministic model Closes #477 * fix tests * fix

KIKilian Lieretcommitted7 months ago
Enh(apptainer): Retry building the sandbox if it fails (#476)

* Add retry logic for apptainer builds * Make sure output doesn't get mixed up * add cleanup and logging * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Ref: move to method, always log --------- Co-authored-by: Task Solver <user@example.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Kilian Lieret <kilian.lieret@posteo.de>

PHPhilipp Moritzcommitted7 months ago
Fix(swebench config): hardcode {{working_dir}} (#479)

Closes #472

KIKilian Lieretcommitted7 months ago
Fix: setdefault instead of get (#474)

In rare cases, this might have caused environment/agent config to not be properly set

KIKilian Lieretcommitted7 months ago
CI: Wait longer for certain tests (#471)

Closes #407

KIKilian Lieretcommitted7 months ago
CI: Install bubblewrap in ci (#463)

* CI: Install bubblewrap in ci * CI: Remove tests that don't test anything * CI: Show more debug output for tests * Change: Run bwrap with unshare-user-try * Try disable-userns * CI: Ensure we can set uid permissions from bubblewrap * go back to unshare-user-try

KIKilian Lieretcommitted7 months ago
Deps: Remove upper cap on openai version (#467)

Closes #446

KIKilian Lieretcommitted7 months ago
Change: Remove docker containers by default with --rm (#466)

Closes #461

KIKilian Lieretcommitted7 months ago
Enh: Allow to set logger for env classes (#465)

Closes #462

KIKilian Lieretcommitted7 months ago
Page 11