{% extends "base.html" %} {% from "macros.html" import empty_state %} {% block title %}Tasks - Agent Wasp{% endblock %} {% block content %} {# ── Header ──────────────────────────────────────────────────────────────── #}
Periodic agent instructions that run automatically
{{ task.instruction }}
{{ task.last_result[:600] }}{% if task.last_result|length > 600 %}…{% endif %}