Skip to content

Commit 340d224

Browse files
profbernardojDavidAJohnston
authored andcommitted
feat: v0.9.7 — diagnostic tool (diagnose.sh)
18-check health scanner covering config validation and infrastructure: - Config: provider prefix, Morpheus registration, fallback chain, auth profiles, reasoning flag, primary model validation - Infra: proxy-router, proxy, sessions, MOR balance, API Gateway, live inference, launchd services, OpenClaw gateway Usage: bash scripts/diagnose.sh [--config|--infra|--quick]
1 parent 716b497 commit 340d224

3 files changed

Lines changed: 530 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

docs/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)