Skip to content

Commit 2affc44

Browse files
profbernardojDavidAJohnston
authored andcommitted
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
1 parent b16506b commit 2affc44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ SmartAgent
8888
├── Everclaw (decentralized inference)
8989
│ ├── Morpheus API Gateway (open access, cloud)
9090
│ ├── Morpheus P2P Proxy (local, staked MOR)
91-
│ └── Gateway Guardian (self-healing watchdog)
91+
│ └── Gateway Guardian v3 (self-healing watchdog with circuit breaker)
9292
└── SmartAgent Config
9393
├── SOUL.md (agent personality)
9494
├── AGENTS.md (workspace conventions)

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ <h2>Under the Hood</h2>
515515
├── <span class="hl3">Everclaw</span> <span style="color: var(--text-muted);">(decentralized inference)</span>
516516
│ ├── Morpheus API Gateway <span style="color: var(--text-muted);">— open access, cloud</span>
517517
│ ├── Morpheus P2P Proxy <span style="color: var(--text-muted);">— local, staked MOR</span>
518-
│ └── Gateway Guardian <span style="color: var(--text-muted);">— self-healing watchdog</span>
518+
│ └── Gateway Guardian v3 <span style="color: var(--text-muted);">— self-healing watchdog with circuit breaker</span>
519519
└── <span class="hl">SmartAgent Config</span>
520520
├── SOUL.md <span style="color: var(--text-muted);">— agent personality</span>
521521
├── AGENTS.md <span style="color: var(--text-muted);">— workspace conventions</span>

0 commit comments

Comments
 (0)