Source code for minimal-agent.com — a tutorial that teaches you how to build an AI coding agent from scratch.
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)
pip install -r requirements.txt
mkdocs serveThe 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.