Skip to content

Commit acea895

Browse files
committed
docs: add architecture diagram via Mermaid
1 parent b5383e2 commit acea895

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,19 @@ Import **`docs/ComplianceCode-Gatekeeper.postman_collection.json`** into Postman
164164

165165
## 🏗️ Architecture
166166

167+
```mermaid
168+
graph TD
169+
User((User/App)) -->|Prompt| Gatekeeper[API Gatekeeper]
170+
Gatekeeper -->|Step 1| PII[PII Stripper - Rust Engine]
171+
PII -->|Masked Prompt| Logic{Decision Logic}
172+
Logic -->|Deterministic| Rust[Fast-path Compliance - Rust]
173+
Logic -->|Nuanced| Gemini[Deep Analysis - Gemini 2 Flash]
174+
Rust -->|ALLOW/DENY| Result
175+
Gemini -->|ALLOW/DENY/WARN| Result
176+
Result --> Audit[Audit Log - GDPR Proof]
177+
Result --> User
178+
```
179+
167180
**Proprietary Hybrid Evaluation Engine:** Optimized for the EU AI Act. Our engine leverages a multi-stage validation process, combining deterministic rule-sets with advanced LLM reasoning to deliver sub-second responses and enterprise-grade cost efficiency.
168181

169182
**Benefits:**

0 commit comments

Comments
 (0)