Skip to main content

Task Queue

?view=kanban · Context: Agents

URL: http://localhost:8093/?view=kanban

Task Queue board

Task Queue task card

  1. Operate → Task Queue — federated board (/telemetry/kanban/federated).
  2. Filters by host and state; KPIs: tasks, running, blocked, done.
  3. Each host shows cards with assignee, runs, copyable task id.
  4. 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.