feat: add node-registry dashboard, matrix-presence-aggregator, ocr-service updates

This commit is contained in:
Apple
2025-11-28 05:23:14 -08:00
parent 04b1174641
commit 776ab3a7ba
15 changed files with 1162 additions and 56 deletions

View File

@@ -86,7 +86,12 @@ class PresenceAggregator:
kind=agent.get("kind", "assistant"),
status=agent.get("status", "online"),
room_id=agent.get("room_id"),
color=agent.get("color", "cyan")
color=agent.get("color", "cyan"),
node_id=agent.get("node_id"),
district=agent.get("district"),
model=agent.get("model"),
role=agent.get("role"),
avatar_url=agent.get("avatar_url"),
)
all_agents.append(ap)