Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ But IdP scopes are coarse-grained. If a prompt injection tricks your agent into
Predicate Authority adds a **deterministic policy layer** between your agent and your tools. Every action is evaluated in <1ms against explicit ALLOW/DENY rules before execution.

```
┌─────────────┐ ┌─────────────────────┐ ┌─────────────┐
│ AI Agent │────▶│ predicate-authorityd │────▶│ Your Tools │
│ │ │ (Sidecar) │ │ │
│ "Click X" │ │ ALLOW/DENY in <1ms │ │ Execute │
└─────────────┘ └─────────────────────┘ └─────────────┘
┌─────────────┐ ┌─────────────────────┐ ┌─────────────┐
│ AI Agent │────▶│ predicate-authorityd│────▶│ Your Tools │
│ │ │ (Sidecar) │ │ │
│ "Click X" │ │ ALLOW/DENY in <1ms │ │ Execute │
└─────────────┘ └─────────────────────┘ └─────────────┘
```

- **Fail-closed**: No matching rule = DENY
Expand Down
Binary file modified docs/assets/tui.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.