Skip to content

Commit 59d12d0

Browse files
Remove sequence diagram from README
Removed mermaid sequence diagram illustrating the interaction between AI Agent and SentinelGate.
1 parent 0d807fa commit 59d12d0

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,6 @@ SentinelGate sits between the AI agent and your system. Every action is intercep
3131
<img src="assets/diagram-how-it-works-2.svg" width="720" alt="How SentinelGate works">
3232
</p>
3333

34-
```mermaid
35-
sequenceDiagram
36-
participant Agent as AI Agent
37-
participant SG as SentinelGate
38-
participant Upstream as System / MCP Server
39-
40-
Agent->>SG: tools/call "delete_file"
41-
Note over SG: Validate · Rate limit · Auth
42-
Note over SG: Policy: "block-deletes" → DENY
43-
SG-->>Agent: Access denied by policy
44-
Note over Upstream: Never reached
45-
```
4634

4735
No code changes. No agent modifications. Single binary, zero dependencies, sub-millisecond overhead.
4836

0 commit comments

Comments
 (0)