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:
Apple
2025-12-02 07:07:58 -08:00
parent 240ceba2e8
commit fca48b3eb0
241 changed files with 2316 additions and 63 deletions

View File

@@ -24,3 +24,4 @@ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7005"]

View File

@@ -294,3 +294,4 @@ curl http://localhost:7004/internal/messaging/channels/{channel_id}/context

View File

@@ -18,3 +18,4 @@ rules:

View File

@@ -162,3 +162,4 @@ async def shutdown_event():

View File

@@ -38,3 +38,4 @@ class FilterContext(BaseModel):

View File

@@ -10,3 +10,4 @@ PyYAML==6.0.1

View File

@@ -117,3 +117,4 @@ class FilterRules: