Loading diagram...
graph TB
%% Nodes
U[๐ค User]
UI[๐ฌ Chat Interface
Conversational UI]
AUTH[๐ Authentication & Authorization
Identity Management]
API[โ๏ธ Application Services
Business Logic & Orchestration]
subgraph "AI Layer"
LLM[๐ค Large Language Model
Natural Language Processing]
ML[๐ฏ Prediction Model
Machine Learning & Analytics]
end
AUTO[๐ Workflow Automation
Process Orchestration]
MCP[๐ Tool Integration Protocol
Data ยท Systems ยท Documents]
DOCS[๐ Document Repository
Content Management]
DB[(๐๏ธ Data Store
Structured & Unstructured)]
SYSTEMS[๐ผ Enterprise Systems
Business Applications]
OBS[๐ Monitoring & Analytics
Performance & Usage Insights]
%% User interactions
U -->|Interacts| UI
UI -->|Authenticates| AUTH
UI -->|Requests| API
%% Application flow
API -->|Validates| AUTH
API -->|Queries| DOCS
API -->|Processes with| LLM
API -->|Predicts with| ML
API -->|Triggers| AUTO
%% Automation flow
AUTO -->|Uses| LLM
AUTO -->|Invokes| MCP
AUTO -->|Notifies| API
%% AI integration
LLM -->|Extends via| MCP
ML -->|Accesses data via| MCP
%% Data access
MCP -->|Accesses| DB
MCP -->|Integrates| SYSTEMS
MCP -->|Retrieves| DOCS
%% Observability
API -.->|Metrics| OBS
LLM -.->|Usage Data| OBS
ML -.->|Predictions & Performance| OBS
AUTO -.->|Execution Logs| OBS
MCP -.->|Tool Events| OBS
%% Response flow
UI -.->|Delivers Results| U
%% Styling
style U fill:#e1f5ff
style UI fill:#fff4e1
style AUTH fill:#ffe1f0
style API fill:#ffd6e8
style LLM fill:#f0e1ff
style ML fill:#f0e1ff
style AUTO fill:#e8d4ff
style MCP fill:#e1ffe1
style DOCS fill:#ffe8b3
style DB fill:#ffe1e1
style SYSTEMS fill:#ffe1e1
style OBS fill:#d4f1f4
๐ก Use mouse wheel to zoom, drag to pan