forked from Rockachopa/Timmy-time-dashboard
Memory Unification + Canonical Identity: -11,074 lines of homebrew (#119)
This commit is contained in:
committed by
GitHub
parent
785440ac31
commit
62ef1120a4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user