We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d807fa commit 59d12d0Copy full SHA for 59d12d0
1 file changed
README.md
@@ -31,18 +31,6 @@ SentinelGate sits between the AI agent and your system. Every action is intercep
31
<img src="assets/diagram-how-it-works-2.svg" width="720" alt="How SentinelGate works">
32
</p>
33
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
-```
46
47
No code changes. No agent modifications. Single binary, zero dependencies, sub-millisecond overhead.
48
0 commit comments