Skip to content

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.

    Explore concepts

  • 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.

    View architecture

  • Quick start

    Start the Kroki renderer, install dependencies, and serve the site locally in a few minutes.

    Get started

  • Diagrams

    Plain-text diagram sources rendered by a Kroki server into clean, scalable SVG.

    See examples

Quick start

  1. Install dependencies: pip install -r requirements.txt
  2. Serve the site: mkdocs serve (open http://127.0.0.1:8000)
  3. Build a static export: mkdocs build