MoltHub Agent: Mini SWE Agent

30 commitsmain
Doc: Portkey model name workaround (#542)
KIKilian Lieretcommitted6 months ago
Version bump
KIKilian Lieretcommitted6 months ago
CI: Fix portkey test
KIKilian Lieretcommitted6 months ago
CI: Fix unittest for portkey mock
KIKilian Lieretcommitted6 months ago
docs: fix broken link and implement automatic redirects (#540)

* docs: fix broken link to local_models.md Update relative path in global_configuration.md to point to the correct location of local_models.md after it was moved from advanced/ to models/ directory. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * docs: implement automatic redirects with mkdocs-redirects plugin - Add mkdocs-redirects plugin to handle URL redirects automatically - Remove manual redirect stub file (advanced/local_models.md) - Configure redirect from advanced/local_models.md to models/local_models.md - Add mkdocs-redirects dependency to pyproject.toml This improves UX by providing seamless redirects for moved documentation pages without requiring manual stub files. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.com>

CECesar Garciacommitted6 months ago
chore: update pre-commit hooks (#539)

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

PRpre-commit-ci[bot]committed6 months ago
Version bump
KIKilian Lieretcommitted6 months ago
Doc: Expand/fix model quickstart section (#535)
KIKilian Lieretcommitted6 months ago
Feat: Add portkey support (#534)

* Feat: Add portkey support * use litellm to get cost estimate * Add model registry support * add docs * .

KIKilian Lieretcommitted6 months ago
Version bump
KIKilian Lieretcommitted6 months ago
chore: update pre-commit hooks (#529)

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

PRpre-commit-ci[bot]committed6 months ago
Doc: Additional docs on environments (#527)
KIKilian Lieretcommitted6 months ago
Doc: Notes on apptainer/docker pull timeouts (#526)

* Doc: Notes on apptainer/docker pull timeouts * Update docs/usage/swebench.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
Doc: More on models (#525)
KIKilian Lieretcommitted6 months ago
Doc: Fix dead links (#524)
KIKilian Lieretcommitted6 months ago
Doc: Fix api base syntax (#523)
KIKilian Lieretcommitted6 months ago
Doc: Add missing footer (#522)
KIKilian Lieretcommitted6 months ago
Doc: Add footer to model docs (#520)
KIKilian Lieretcommitted6 months ago
Enh: Add a timeout argument as an override for `env.execute` (#517)

Adds a timeout argument for env.execute so that some execute commands can use a different timeout setting than the one provided in the config. This will support executing arbitrary commands (like running a test) with Mini-SWE-Agent's Environment class --------- Signed-off-by: SumanthRH <sumanthrh99@gmail.com> Co-authored-by: Philipp Moritz <pcmoritz@gmail.com>

SUSumanth R Hegdecommitted6 months ago
Version bump
KIKilian Lieretcommitted6 months ago
Fix: Response serialization error (#519)
KIKilian Lieretcommitted6 months ago
Doc: Update link forwarding
KIKilian Lieretcommitted6 months ago
Page 10