Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 985 Bytes

File metadata and controls

27 lines (16 loc) · 985 Bytes

Minimal Agent Tutorial

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?

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.