1
0

Memory Unification + Canonical Identity: -11,074 lines of homebrew (#119)

This commit is contained in:
Alexander Whitestone
2026-03-02 09:58:07 -05:00
committed by GitHub
parent 785440ac31
commit 62ef1120a4
77 changed files with 1833 additions and 14183 deletions

View File

@@ -97,9 +97,8 @@ async def task_queue_page(request: Request, assign: Optional[str] = None):
# Get agents for the create modal
agents = []
try:
from swarm.coordinator import coordinator
agents = [{"id": a.id, "name": a.name} for a in coordinator.list_swarm_agents()]
from swarm import registry
agents = [{"id": a.id, "name": a.name} for a in registry.list_agents()]
except Exception:
pass
# Always include core agents