{% extends "base.html" %} {% block page_title %}Delegated Jobs{% endblock %} {% block content %}

Async delegated jobs

{# Status filter chips. #} {# Empty / loading states. #}
Loading…

No delegated jobs yet.

Call delegate_task(..., mode="async") from an MCP-connected agent to enqueue work — it lands here while the worker processes it.

{# Table. #}
Project Task Inbox Status Duration Age
{% endblock %}