{% extends "base.html" %} {% block title %}Agent Runtime Operator - AgomTradePro{% endblock %} {% block extra_css %} {% include "agent_runtime/_operator_styles.html" %} {% endblock %} {% block content %}
任务列表、attention 队列和 proposal 状态总览。
| Request | Domain | Status | Task Type | Attention | Counts | Updated |
|---|---|---|---|---|---|---|
| {{ task.request_id }} | {{ task.task_domain }} | {{ task.status }} | {{ task.task_type }} | {% if task.requires_human or task.status == "needs_human" or task.status == "failed" %} attention {% else %} normal {% endif %} | {{ task.timeline_count }} events / {{ task.proposal_count }} proposals / {{ task.guardrail_count }} guardrails | {{ task.updated_at|date:"Y-m-d H:i" }} |
| 没有匹配的任务。 | ||||||