A 424-page field manual for AI agents, served as markdown
Tom Mathews compiled the full text of Gulli and Sauco’s agent engineering book into a browsable GitHub repo for quick reference.

What it does This repository hosts the complete text of Agentic Design Patterns by Antonio Gulli and Mauro Sauco, reformatted into markdown chapters by Tom Mathews. It covers 21 patterns across foundational workflows, production hardening, and multi-agent orchestration. The material is presented as a readable, version-controlled reference rather than a traditional ebook or PDF.
The interesting bit Instead of locking the content behind a publisher paywall, the entire 424-page guide lives where developers already work. The repo treats a technical book like open-source documentation—forkable, searchable, and linkable by chapter.
Key highlights
- 21 patterns from prompt chaining to inter-agent communication (A2A), organized into four sections
- Dedicated chapters on Model Context Protocol (MCP), memory management, and RAG
- Production-focused sections covering exception handling, guardrails, human-in-the-loop, and evaluation
- Appendices on advanced prompting, agentic frameworks, and coding agents
- MIT licensed text
Caveats
- This is a book repository, not a runnable codebase; the table of contents lists only markdown chapter files
- The README promises “working implementations,” but expect embedded snippets inside prose chapters, not an importable framework
Verdict Worth bookmarking if you want a structured, no-cost reference on agent architecture. Look elsewhere if you need a deployable framework or starter kit.
Frequently asked
- What is Mathews-Tom/Agentic-Design-Patterns?
- Tom Mathews compiled the full text of Gulli and Sauco’s agent engineering book into a browsable GitHub repo for quick reference.
- Is Agentic-Design-Patterns open source?
- Yes — Mathews-Tom/Agentic-Design-Patterns is open source, released under the MIT license.
- How popular is Agentic-Design-Patterns?
- Mathews-Tom/Agentic-Design-Patterns has 1.8k stars on GitHub.
- Where can I find Agentic-Design-Patterns?
- Mathews-Tom/Agentic-Design-Patterns is on GitHub at https://github.com/Mathews-Tom/Agentic-Design-Patterns.