Principal-grade technical reference for agentic AI systems: context engineering, MCP/gRPC/JSON-RPC, hybrid retrieval, memory architecture, tool orchestration, verification loops, and production reliability.
SaferSkills independently audited Agentic-Systems-Engineering (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<div align="center">
<img src="https://capsule-render.vercel.app/api?type=waving&color=0:0f7c72,50:10213a,100:c96b2c&height=220§ion=header&text=Agentic%20Systems%20Engineering&fontSize=50&fontColor=ffffff&animation=fadeIn&fontAlignY=38&desc=Production-grade%20architecture%20for%20real%20agentic%20AI%20systems&descAlignY=58" alt="Agentic Systems Engineering banner" />
<p> <a href="https://generalaimodels.github.io/Agentic-Systems-Engineering/"><strong>Read Online</strong></a> · <a href="https://generalaimodels.github.io/Agentic-Systems-Engineering/chapter1-theagentic-paradigm/"><strong>Start With Chapter 1</strong></a> · <a href="https://generalaimodels.github.io/Agentic-Systems-Engineering/future/"><strong>See Future Roadmap</strong></a> </p>
</div>
A systems-first technical reference for agentic AI: architecture, protocols, context, retrieval, memory, orchestration, observability, hallucination control, and production reliability.
Agentic systems are not “prompt + tool” toys. They are control architectures with typed interfaces, bounded reasoning loops, retrieval engines, memory layers, verification paths, observability surfaces, and failure domains.
This repository is a long-form engineering book for that reality.
It is written for engineers who want to design agents as real systems:
Most public agent material focuses on demos, libraries, or short-form patterns. This project instead asks harder questions:
This repository is designed to answer those questions end to end.
| What this repo is | Why it is useful |
|---|---|
| A long-form engineering book on agentic systems | It connects agent behavior to real systems design decisions |
| A GitHub Pages knowledge base with chapterized navigation | You can read it online like a technical handbook |
| A production-oriented reference | It focuses on verification, reliability, observability, and failure handling |
| A systems architecture lens on agents | It treats context, retrieval, memory, and orchestration as infrastructure |
flowchart LR
A[Foundations] --> B[Typed Protocol Stack]
B --> C[Context Engineering]
C --> D[Retrieval Infrastructure]
D --> E[Memory Architecture]
E --> F[Tools and Agent Loops]
F --> G[Multi-Agent Orchestration]
G --> H[Observability and Reliability]
H --> I[Fault Tolerance and Production Operations]| Part | Focus | Representative Topics |
|---|---|---|
| Part I | Foundations | agent definitions, autonomy levels, bounded rationality, control loops |
| Part II | Typed Protocol Stack | JSON-RPC, gRPC, Protobuf, MCP, gateways, auth propagation, contract testing |
| Part III | Context Engineering | prefill compilation, token economics, instruction hierarchy, query understanding |
| Part IV | Retrieval Infrastructure | hybrid retrieval, chunking, provenance, ranking, embeddings, indexing |
| Part V | Memory Architecture | layered memory, write policies, validation, governance, retrieval alignment |
| Part VI | Tools and Orchestration | tool architecture, agent loops, multi-agent coordination, session design |
| Part VII | Reliability | environment legibility, hallucination monitoring, resilience, fault tolerance |
This repository is the published static site:
index.html for the main landing pagechapter*/index.html for chapter pagesfuture/index.html for the roadmapassets/ for shared CSS, JavaScript, KaTeX, and fonts.github/workflows/ for GitHub Pages deployment automationThe content is exported from a source notes repository into this GitHub Pages repository for publication.
This is an actively expanding reference. The existing chapters already cover the major system layers needed to build production agentic AI, while the future roadmap extends into deeper multi-agent, operational, and long-horizon autonomy work.
If you want to study agentic systems as engineering, not branding, this repository is built for you.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.