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: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ SmartAgent
├── Everclaw (decentralized inference)
│ ├── Morpheus API Gateway (open access, cloud)
│ ├── Morpheus P2P Proxy (local, staked MOR)
│ └── Gateway Guardian v3 (self-healing watchdog with circuit breaker)
│ └── Gateway Guardian v4 (billing-aware self-healing watchdog)
└── SmartAgent Config
├── SOUL.md (agent personality)
├── AGENTS.md (workspace conventions)
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +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>
│ └── Gateway Guardian v3 <span style="color: var(--text-muted);">— self-healing watchdog with circuit breaker</span>
│ └── Gateway Guardian v4 <span style="color: var(--text-muted);">— billing-aware self-healing watchdog</span>
└── <span class="hl">SmartAgent Config</span>
├── SOUL.md <span style="color: var(--text-muted);">— agent personality</span>
├── AGENTS.md <span style="color: var(--text-muted);">— workspace conventions</span>
Expand Down