feat(node2): Complete NODE2 setup - guardian, agents, swapper models
- Node-guardian running on MacBook and updating metrics - NODE2 agents (Atlas, Greeter, Oracle, Builder Bot) assigned to node-2-macbook-m4max - Swapper models displaying correctly (8 models) - DAGI Router agents showing with correct status (3 active, 1 stale) - Router health check using node_cache for remote nodes
This commit is contained in:
@@ -220,3 +220,4 @@ docker run -p 7011:7011 \
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -129,3 +129,4 @@ async def require_actor(
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -230,3 +230,4 @@ class PasskeyStore:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -127,3 +127,4 @@ async def delete_api_key(
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -329,3 +329,4 @@ async def authenticate_finish(
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -129,3 +129,4 @@ async def logout(
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -209,3 +209,4 @@ def hash_credential_id(credential_id: str) -> str:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user