Skip to content

Commit 6b65df7

Browse files
authored
Update README.md
1 parent ceeac3d commit 6b65df7

1 file changed

Lines changed: 17 additions & 8 deletions

File tree

README.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,22 @@ flowchart TB
6262
TOOLS --> MODELS
6363
MODELS --> G1
6464
```
65-
## ✨ Features
66-
- **Gateway** → Entry point, routes requests and enforces decisions
67-
- **PEP** → Policy Enforcement Point, delegates to PDP
68-
- **AIMS (PDP)** → Policy Decision Point, evaluates rules & logs evidence
69-
- **RAG Service** → Adds retrieval-augmented context before inference
70-
- **Tools Service** → Stub for external APIs/tools
71-
- **Models Service** → Simple hosted model stub (echo + context)
72-
- **Audit/Evidence** → Evidence store via AIMS (`/v1/evidence`)
65+
# SentinelFlow — Quick Ops Cheat Sheet
66+
67+
## 📦 Local Development (Docker Desktop)
68+
69+
```powershell
70+
# from repo root
71+
docker compose up --build -d
72+
73+
# health checks
74+
curl.exe http://localhost:8080/healthz # gateway
75+
curl.exe http://localhost:8084/healthz # pep
76+
curl.exe http://localhost:8090/healthz # aims
77+
curl.exe http://localhost:8081/healthz # rag
78+
curl.exe http://localhost:8082/healthz # tools
79+
curl.exe http://localhost:8083/healthz # models
80+
81+
7382
7483

0 commit comments

Comments
 (0)