mini-swe-agent icon
mini-swe-agent icon

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!.

mini-swe-agent screenshot 1

Cost / License

  • Free
  • Open Source (MIT)

Platforms

  • Docker
  • GitHub
1like
0comments
0articles

Features

mini-swe-agent News & Activities

Highlights All activities

Recent activities

mini-swe-agent information

  • Developed by

    SWE-agent
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    10 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

AI Tools & Services

GitHub repository

  •  6,797 Stars
  •  947 Forks
  •  55 Open Issues
  •   Updated  
View on GitHub
mini-swe-agent was added to AlternativeTo by Croco Loki on and this page was last updated .
No comments or reviews, maybe you want to be first?

What is mini-swe-agent?

mini-swe-agent is a radically minimal, MIT-licensed AI coding agent built by the Princeton and Stanford team behind SWE-bench and SWE-agent, implemented in roughly 100 lines of Python.

The agent deliberately strips away the tool-calling interfaces and stateful shell sessions used by most coding agents, relying solely on bash commands executed independently via subprocess calls, which makes it trivial to sandbox in Docker, Podman, Singularity, or Apptainer. Its message history is completely linear, meaning every agent step simply appends to the conversation, giving a clean 1:1 mapping between trajectory and LLM input, which is ideal for debugging or fine-tuning.

Model-agnostic via LiteLLM, OpenRouter, and Portkey, supporting any LLM including local models for privacy-sensitive use.

Ships with both a simple CLI (mini) and a visual TUI (mini -v) with a built-in trajectory browser.

Supports batch inference and Python bindings for programmatic use.

Official Links