https://github.com/gerred/building-an-agentic-system
An in-depth book and reference on building agentic systems like Claude Code
https://github.com/gerred/building-an-agentic-system
agent agentic-ai ai claude mcp
Last synced: 2 months ago
JSON representation
An in-depth book and reference on building agentic systems like Claude Code
- Host: GitHub
- URL: https://github.com/gerred/building-an-agentic-system
- Owner: gerred
- Created: 2025-03-08T21:56:26.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-06-05T22:05:10.000Z (6 months ago)
- Last Synced: 2025-06-09T15:07:51.039Z (6 months ago)
- Topics: agent, agentic-ai, ai, claude, mcp
- Language: CSS
- Homepage: https://gerred.github.io/building-an-agentic-system/
- Size: 1.16 MB
- Stars: 166
- Watchers: 2
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
- awesome-claude-code - building-an-agentic-system - an-agentic-system) | 构建像 Claude Code 这样的代理系统的深入指南 | 代理系统指南| (指南与文档)
README
# The Agentic Systems Series
A comprehensive guide to building production-ready AI coding assistants, from local tools to enterprise platforms.
## Overview
This two-book series provides practical engineering patterns for building AI coding assistants based on analysis of real production systems including Claude Code, Amp, and open-source implementations.
**Book 1: Building an Agentic System**
- Core architecture patterns for AI coding assistants
- Reactive terminal UIs with streaming responses
- Tool systems and permission models
- Parallel execution strategies
**Book 2: Amping Up an Agentic System**
- Scaling from single-user to collaborative platforms
- Enterprise authentication and team workflows
- Real-time synchronization patterns
- Production deployment strategies
## For Engineers
Written for software engineers building AI-powered development tools, with focus on:
- Practical patterns over theory
- Real architectural decisions
- Production-ready implementations
- Scalable system design
## Read Online
Visit [gerred.github.io/building-an-agentic-system](https://gerred.github.io/building-an-agentic-system) for the rendered book.
## Author
[Gerred Dillon](https://github.com/gerred) - [hello@gerred.org](mailto:hello@gerred.org) - [@devgerred](https://x.com/devgerred)
## License
This work is licensed under a [CC BY 4.0 License](https://creativecommons.org/licenses/by/4.0/).