{% extends "base.html" %} {% block title %}Background Agents{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
| Goal | Status | Created | Result | |
|---|---|---|---|---|
| {{ agent.goal[:100] }}{% if agent.goal|length > 100 %}...{% endif %} | {{ agent.status }} | {{ agent.created_at | agent_format_datetime }} | {{ agent.final_message or agent.error or "" }} | {% if agent.status in ("pending", "running") %} {% endif %} |