From 04d6baed0466898c40537af8a83b14da9766134e Mon Sep 17 00:00:00 2001 From: profbernardoj Date: Sun, 15 Feb 2026 22:10:48 -0600 Subject: [PATCH] Update Everclaw architecture for v0.9.8.3 - Add Dynamic Model Discovery to Morpheus P2P Proxy - Now auto-discovers 35+ models from router endpoint - README reflects latest Everclaw features --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1e86371..8a2c533 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ SmartAgent ├── Everclaw (decentralized inference) │ ├── Morpheus API Gateway (open access, cloud) │ ├── Morpheus P2P Proxy (local, staked MOR) +│ │ └── Dynamic Model Discovery (auto-discovers 35+ models) │ ├── Diagnostic Tool (18-check health scanner) │ ├── Always-On Proxy-Router (launchd KeepAlive, auto-restart) │ ├── Gateway Guardian v4 (billing-aware self-healing watchdog)