swe-agent/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...

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 16 minutes ago
Added to GitGenius on September 9th, 2026
Created on June 28th, 2025
Open Issues & Pull Requests: 62 (+0)
GitHub issues: Enabled
Number of forks: 999
Total Stargazers: 7,254 (+1)
Total Subscribers: 21 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 11.6 hours
Mean response time: 12.9 days
90th percentile: 23.0 days
Tracked items: 260

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 10% of issues opened in the past year have been closed. Three people close 95% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 24
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 87 days
Stale 30+ days: 12
Stale 90+ days: 5

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (54)
  • question (45)
  • enhancement (30)
  • documentation (14)
  • BREAKING CHANGE (8)
  • comp: mini -v (5)
  • comp: swebench (3)
  • discussion (2)

Detailed Description

mini-swe-agent is an AI agent that solves GitHub issues and assists in command-line environments by automating software engineering tasks.

The tool addresses the problem of building effective AI coding agents without requiring complex configurations or large dependency trees. It works by implementing a minimal agent loop that interacts with code repositories through a local environment interface, using language models via litellm to understand issues and generate fixes. The approach prioritizes simplicity and directness: the core agent logic spans approximately one hundred lines of Python, with additional modular components for environment management, model interaction, and execution.

Teams should adopt this tool if they need a lightweight, understandable AI agent that can be deployed quickly without extensive setup or infrastructure. It suits projects where code simplicity and transparency matter as much as capability, and where developers want to understand or modify the agent's behavior without navigating complex abstractions. The tool works across multiple deployment environments including local systems, Docker, Podman, Singularity, Apptainer, Bubblewrap, and Contree. It supports any language model accessible through litellm, OpenRouter, or Portkey, including those with completion and response endpoints and interleaved thinking capabilities.

Development activity shows consistent engagement with the codebase through regular updates and maintenance. The project maintains test coverage tracked through automated systems. The team actively documents the tool, including providing migration guidance for version transitions and tutorials on building minimal agents. The tool has been adopted by organizations spanning technology companies, research universities, and AI infrastructure providers, indicating sustained real-world usage and feedback loops.