Update README.md
Browse files
README.md
CHANGED
|
@@ -21,6 +21,12 @@ A **2.7B parameter Mamba-2 SSM** fine-tuned to detect prompt injection, exfiltra
|
|
| 21 |
|
| 22 |
**Why Mamba-2?** Unlike transformers, SSMs process sequences in **O(1) memory** via state recurrence -- no KV cache explosion. AgentGuard can monitor arbitrarily long agent sessions (thousands of tool calls) without truncation or OOM, making it ideal for always-on security monitoring.
|
| 23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
## Threat Model
|
| 25 |
|
| 26 |
- **User is always trusted** (AgentGuard is designed for local-first AI tools)
|
|
|
|
| 21 |
|
| 22 |
**Why Mamba-2?** Unlike transformers, SSMs process sequences in **O(1) memory** via state recurrence -- no KV cache explosion. AgentGuard can monitor arbitrarily long agent sessions (thousands of tool calls) without truncation or OOM, making it ideal for always-on security monitoring.
|
| 23 |
|
| 24 |
+
## OpenClaw Integration
|
| 25 |
+
|
| 26 |
+
Use **AgentGuard** for OpenClaw integration.
|
| 27 |
+
|
| 28 |
+
👉 [AgentGuard GitHub Repository](https://github.com/Guney-olu/agentguard)
|
| 29 |
+
|
| 30 |
## Threat Model
|
| 31 |
|
| 32 |
- **User is always trusted** (AgentGuard is designed for local-first AI tools)
|