From 11fe8d575cd18d48263c9d5504cf9df7e2dc9b2c Mon Sep 17 00:00:00 2001 From: Bernardo Johnston Date: Fri, 13 Feb 2026 15:11:54 -0600 Subject: [PATCH] docs: update Gateway Guardian reference to v3 Update architecture diagram to reflect Everclaw Gateway Guardian v3: - v3 adds circuit breaker for stuck sub-agents - Tests full inference stack through OpenClaw agent probes - Catches auth profile failures, not just process crashes --- README.md | 2 +- docs/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 70e98b4..903cd51 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ SmartAgent ├── Everclaw (decentralized inference) │ ├── Morpheus API Gateway (open access, cloud) │ ├── Morpheus P2P Proxy (local, staked MOR) -│ └── Gateway Guardian (self-healing watchdog) +│ └── Gateway Guardian v3 (self-healing watchdog with circuit breaker) └── SmartAgent Config ├── SOUL.md (agent personality) ├── AGENTS.md (workspace conventions) diff --git a/docs/index.html b/docs/index.html index 5b9ffac..25a6f79 100644 --- a/docs/index.html +++ b/docs/index.html @@ -515,7 +515,7 @@

Under the Hood

├── Everclaw (decentralized inference) │ ├── Morpheus API Gateway — open access, cloud │ ├── Morpheus P2P Proxy — local, staked MOR -│ └── Gateway Guardian — self-healing watchdog +│ └── Gateway Guardian v3 — self-healing watchdog with circuit breaker └── SmartAgent Config ├── SOUL.md — agent personality ├── AGENTS.md — workspace conventions