GitHub - SWE-agent/minimal-agent-tutorial: Tutorial on how to build a minimal software engineering agent that still scores high on SWE-bench verified (original) (raw)
Source code for minimal-agent.com — a tutorial that teaches you how to build an AI coding agent from scratch.
What is this?
This repo contains the documentation website for the Minimal Agent tutorial. It's a static site built with MkDocs that teaches developers how to build a terminal-based AI agent in ~60 lines of Python.
Looking for the actual agent code?
- 📦 mini-swe-agent — The full implementation.
- 📄 minimal-agent.com — The tutorial (copy-paste code from here)
Local development
pip install -r requirements.txt mkdocs serve
Then open http://localhost:8000
Contributing
The tutorial content is in docs/index.md. Edit that file and submit a PR.
This site uses Material for MkDocs which supports admonitions, tabs, code highlighting, and more.