Back cover body
There is no shortage of writing about AI agents. There is, however, a shortage of writing that shows you one — whole, running, and small enough to hold in your head.
Learn Agentic AI with Lavigne teaches agentic AI through a single, complete, working artifact: braagle_weasel.py, a single-file, standard-library-only skills orchestrator — the Weasel Orchestrator Agent — that runs a full agent loop, loads procedural knowledge on demand, records every decision it makes, and tests itself offline.
This is not a book about imaginary architecture. It is a guided walk through a working system: skills, tools, state, stop logic, loop mechanics, tracing, regression, and the boundary between model judgment and guarantees.
By the end, the agent is no longer magic. It is mechanics you can read, run, trace, and understand.