Task Queue
?view=kanban · Context: Agents
URL: http://localhost:8093/?view=kanban


- Operate → Task Queue — federated board (
/telemetry/kanban/federated). - Filters by host and state; KPIs: tasks, running, blocked, done.
- Each host shows cards with assignee, runs, copyable task id.
- Blocked tasks may open a corrective task panel.
Create task (CLI)
containers exec society-executor society kanban create "My task" \
--assignee ld-researcher --body "Description"
containers exec society-executor society kanban dispatch
If it fails: task stuck in
ready→ start the assignee host gateway or dispatch manually.