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", "7006"]

View File

@@ -407,3 +407,4 @@ curl -X POST http://localhost:7006/internal/agent-runtime/test-channel \

View File

@@ -23,3 +23,4 @@ memory:

View File

@@ -74,3 +74,4 @@ async def post_message(agent_id: str, channel_id: str, text: str) -> bool:

View File

@@ -37,3 +37,4 @@ class LLMResponse(BaseModel):

View File

@@ -75,3 +75,4 @@ pep_client = PEPClient()

View File

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