{% extends "base.html" %} {% block title %}Scheduler — Agent Wasp{% endblock %} {% block page_css %} {% endblock %} {% block content %} {# ── Header ──────────────────────────────────────────────────────────── #}
Background jobs that keep the agent alive and learning
No scheduled jobs
Jobs appear after the agent scheduler starts.
{{ job.name }}
{% if job.desc %}{{ job.desc }}
{% endif %}{{ job.last_result }}
{{ task.name }}
{{ task.instruction }}
{{ task.last_result[:600] }}