Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ After installation:
| Check status | `openclaw status` |
| Update OpenClaw | `openclaw update` |
| Update Everclaw | `cd ~/.openclaw/workspace/skills/everclaw && git pull` |
| **Diagnose** | `bash ~/.openclaw/workspace/skills/everclaw/scripts/diagnose.sh` |

## Architecture

Expand All @@ -90,6 +91,7 @@ SmartAgent
├── Everclaw (decentralized inference)
│ ├── Morpheus API Gateway (open access, cloud)
│ ├── Morpheus P2P Proxy (local, staked MOR)
│ ├── Diagnostic Tool (18-check health scanner)
│ ├── Always-On Proxy-Router (launchd KeepAlive, auto-restart)
│ ├── Gateway Guardian v4 (billing-aware self-healing watchdog)
│ └── Smart Session Archiver (prevents dashboard overload)
Expand Down
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,7 @@ <h2>Under the Hood</h2>
├── <span class="hl3">Everclaw</span> <span style="color: var(--text-muted);">(decentralized inference)</span>
│ ├── Morpheus API Gateway <span style="color: var(--text-muted);">— open access, cloud</span>
│ ├── Morpheus P2P Proxy <span style="color: var(--text-muted);">— local, staked MOR</span>
│ ├── Diagnostic Tool <span style="color: var(--text-muted);">— 18-check health scanner (config + infra)</span>
│ ├── Always-On Router <span style="color: var(--text-muted);">— launchd KeepAlive, auto-restart</span>
│ ├── Gateway Guardian v4 <span style="color: var(--text-muted);">— billing-aware self-healing watchdog</span>
│ └── Session Archiver <span style="color: var(--text-muted);">— prevents dashboard overload</span>
Expand Down
Loading
Loading