Diagram Atlas
The product now exposes the prepared architecture diagrams as an interactive atlas in the landing page, clinician dashboard, admin dashboard, and contextual workflow panels. The frontend renders SVG first and falls back to PNG when an image fails to load.
Info: Runtime locations The catalog lives in
frontend/src/diagrams.ts. The viewer components areDiagramAtlas,DiagramViewer, andInlineDiagram. The export command isscripts/export_diagrams.py, which copies draw.io sources and PNG fallbacks intofrontend/public/diagrams/and exports SVG files intofrontend/public/diagrams/svg/.
Product Routes
| Product surface | Component | Default diagram or category |
|---|---|---|
/ landing page |
DiagramAtlas |
System category |
/app/dashboard |
DiagramAtlas compact |
System category |
/app/admin |
DiagramAtlas compact |
System category |
/app/configuration |
InlineDiagram |
06 Agent Hierarchy |
/app/configuration?view=settings |
InlineDiagram |
11 Security Pipeline |
/app/storage |
InlineDiagram |
10 Memory Architecture |
/app/inbox |
InlineDiagram |
15 Human In The Loop BPMN |
/app/extraction |
InlineDiagram |
16 Document Ingestion Flow |
/app/qa |
InlineDiagram |
19 Chat Turn Sequence |
/app/database |
InlineDiagram |
23 Clinical Database ERD |
System
01 System Architecture

02 C4 System Context

02 C4 Containers

02 C4 Components

03 Module Dependency Graph

05 Frontend Route Map

25 REST API Map

Agents And Pipelines
06 Agent Hierarchy

07 A2A Communication

08 MCP Server Topology

09 Execution Mode Switch

12 Context Engineering Pipeline

28 Gemini Model Tier Registry

Security And Memory
10 Memory Architecture

11 Security Pipeline

22 Security Block Sequence

26 Harness Governance Map

Processes
14 Clinical Request Lifecycle BPMN

15 Human In The Loop BPMN

16 Document Ingestion Flow

17 Wiki Auto Sync BPMN

19 Chat Turn Sequence

20 HITL Approval Sequence

21 A2A Delegation Sequence

29 Animated Chat Flow
Data And API
23 Clinical Database ERD

24 Pydantic Contract Class

Deployment And Quality
04 Deployment Topology

13 Observability Pillars

18 Eval Quality Flywheel

27 Capstone Rubric Coverage

Export Contract
| Asset kind | Location | Count |
|---|---|---|
| Draw.io sources | frontend/public/diagrams/*.drawio |
28 |
| PNG fallbacks | frontend/public/diagrams/*.png |
31 |
| SVG viewer assets | frontend/public/diagrams/svg/*.svg |
31 |
Related: System Overview - Clinical App - REST API and Developer Console - MCP and A2A - Testing and Eval