diff --git a/README.md b/README.md index d69b15fa..c62d7f7f 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ Paw: 3 agents working on it. I'll ping you when it's ready. ## Architecture

- PocketPaw System Architecture + PocketPaw System Architecture

**Event-driven message bus** — all channels publish to a unified bus, consumed by the AgentLoop, which routes to one of 6 backends via a registry-based router. All backends implement the `AgentBackend` protocol and yield standardized `AgentEvent` objects. @@ -167,7 +167,7 @@ Paw: 3 agents working on it. I'll ping you when it's ready. ### Security

- PocketPaw 7-Layer Security Stack + PocketPaw 7-Layer Security Stack

Guardian AI safety checks, injection scanner, tool policy engine (profiles + allow/deny), plan mode approval, audit CLI (`--security-audit`), self-audit daemon, and append-only audit log. [Learn more](https://docs.pocketpaw.xyz/security). @@ -176,7 +176,7 @@ Guardian AI safety checks, injection scanner, tool policy engine (profiles + all Detailed security architecture

- PocketPaw Security Architecture (Defense-in-Depth) + PocketPaw Security Architecture (Defense-in-Depth)

diff --git a/docs/public/pocketpaw-system-architecture.webp b/docs/public/pocketpaw-system-architecture.webp index f502710b..b66db880 100644 Binary files a/docs/public/pocketpaw-system-architecture.webp and b/docs/public/pocketpaw-system-architecture.webp differ