You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+80Lines changed: 80 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,86 @@ SecureAgent
80
80
└── RuntimeAgent (orchestration, pre-action hook)
81
81
```
82
82
83
+
## Sidecar Prerequisite (Optional)
84
+
85
+
The [Predicate Authority Sidecar](https://github.com/PredicateSystems/predicate-authority-sidecar) is **only required if you need pre-action authorization**—real-time policy evaluation that blocks unauthorized actions before they execute.
Copy file name to clipboardExpand all lines: docs/user-manual.md
+135Lines changed: 135 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,141 @@ A comprehensive guide to securing your AI agents with predicate-secure.
31
31
-**Cryptographic audit** - All decisions are logged with tamper-proof receipts
32
32
-**Zero refactoring** - Works with your existing agent code
33
33
34
+
### Sidecar Prerequisite (Optional)
35
+
36
+
The [Predicate Authority Sidecar](https://github.com/PredicateSystems/predicate-authority-sidecar) is **only required if you need pre-action authorization**—real-time policy evaluation that blocks unauthorized actions before they execute.
0 commit comments