feat: consolidate course into 21 lessons

This commit is contained in:
Haoran
2026-07-31 03:15:58 +08:00
parent 4bc33ec858
commit 2d69019342
200 changed files with 7338 additions and 10829 deletions

View File

@@ -19,8 +19,8 @@ The entire secret of an AI coding agent in one pattern:
(loop continues)
This is the core loop: feed tool results back to the model
until the model decides to stop. Production agents layer
policy, hooks, and lifecycle controls on top.
until the model decides to stop. Later chapters add policy,
hooks, and lifecycle controls around it.
Usage:
pip install anthropic python-dotenv