#131 · Primary category: AI Coding Assistants
mini-swe-agent
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!
Project last updated:08/24/26
GitHub Stars
6.9K
Forks
954
Contributors
39
License
MIT
Why we included this project
Developers curious about how modern coding agents actually work will find this unusually easy to trace: the core agent class is about a hundred lines of Python, and you can follow along as it plans, runs shell commands, inspects output, and retries until the issue is fixed. That transparency does not come at the cost of capability, since the same minimal design clears more than 74% of SWE-bench verified tasks, making it a credible lightweight option for teams that want a local command-line agent without adopting a heavy framework. It runs anywhere a bash shell or container runtime is available, and the code later grew into the agent behind Ramp's SWE-bench work, a sign that the minimal approach generalizes beyond a demo. The docs and FAQ are practical for comparing it with the full swe-agent on the same benchmarks, which helps when deciding which one.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.