File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ After installation:
7777| Check status | ` openclaw status ` |
7878| Update OpenClaw | ` openclaw update ` |
7979| Update Everclaw | ` cd ~/.openclaw/workspace/skills/everclaw && git pull ` |
80+ | ** Diagnose** | ` bash ~/.openclaw/workspace/skills/everclaw/scripts/diagnose.sh ` |
8081
8182## Architecture
8283
@@ -90,6 +91,7 @@ SmartAgent
9091├── Everclaw (decentralized inference)
9192│ ├── Morpheus API Gateway (open access, cloud)
9293│ ├── Morpheus P2P Proxy (local, staked MOR)
94+ │ ├── Diagnostic Tool (18-check health scanner)
9395│ ├── Always-On Proxy-Router (launchd KeepAlive, auto-restart)
9496│ ├── Gateway Guardian v4 (billing-aware self-healing watchdog)
9597│ └── Smart Session Archiver (prevents dashboard overload)
Original file line number Diff line number Diff line change @@ -515,6 +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+ │ ├── Diagnostic Tool < span style ="color: var(--text-muted); "> — 18-check health scanner (config + infra)</ span >
518519│ ├── Always-On Router < span style ="color: var(--text-muted); "> — launchd KeepAlive, auto-restart</ span >
519520│ ├── Gateway Guardian v4 < span style ="color: var(--text-muted); "> — billing-aware self-healing watchdog</ span >
520521│ └── Session Archiver < span style ="color: var(--text-muted); "> — prevents dashboard overload</ span >
You can’t perform that action at this time.
0 commit comments