Agentic Systems Baseline¶
A concise, architecture-first reference for building agentic systems — with C4 models, UML views, BPMN workflows, D2 system layers, and DBML data models.
-
Concepts
Core ideas and patterns that shape agentic systems: loops, pipelines, memory, tools, observability, and resilience.
-
Architecture
C4 Context and Container diagrams, UML sequence and activity views, BPMN workflows, D2 layers, and an entity-relationship model. Each page explains the diagram conventions and how the view maps to baseline concepts.
-
Quick start
Start the Kroki renderer, install dependencies, and serve the site locally in a few minutes.
-
Diagrams
Plain-text diagram sources rendered by a Kroki server into clean, scalable SVG.
Quick start¶
- Install dependencies:
pip install -r requirements.txt - Serve the site:
mkdocs serve(open http://127.0.0.1:8000) - Build a static export:
mkdocs build