mini-SWE-agent
Development↓ 0
OPEN-Charlie
Other
swe-benchgithub-issuescoding-agentminimalistcli
Description
Paste a GitHub issue URL and this agent automatically fixes the bug. It's 100 lines of code, requires no complex configuration, and scores above 74% on the SWE-bench software engineering benchmark. The most lightweight way to auto-solve GitHub issues.
Setup Guide
1. pip install mini-swe-agent
2. export ANTHROPIC_API_KEY=your_key (or OPENAI_API_KEY)
3. sweagent run --issue-url https://github.com/owner/repo/issues/123
4. Or for a local repo: sweagent run --repo /path/to/repo --task "fix the bug"
5. Review the generated patch in the output directory and apply