GitHub 项目简介: The 100 line AI agent that solves GitHub issues or helps you in your command line. Radically simple, no huge configs, no giant monorepo—but scores >74% on SWE-bench verified!
README: **Minimal**: Just some 100 lines of python for the [agent class](https://github.com/SWE-agent/mini-swe-agent/blob/main/src/minisweagent/agents/default.py) (and a bit more for the…
README: **Option 1:** If you just want to try out the CLI (package installed in anonymous virtual environment) ```bash pip install uv && uvx mini-swe-agent
README: **Does not have any tools other than bash** — it doesn't even need to use the tool-calling interface of the LMs. Instead of implementing custom tools for every specific thing the…
README: **Compatible:** Supports all models via **litellm**, **openrouter**, **portkey**, and more.