{% extends "layout.html" %} {% block title %}{{ console_display_name() }} - Autonomy{% endblock %} {% block header_title %}{{ console_display_name() }} - Autonomy{% endblock %} {% block content %}

Autonomy

Durable goal board and scheduled cron jobs for the local owner. {% if read_only %}Read-only console: controls are disabled. {% else %}Per-row actions write through the same GoalBoard/CronService verbs the CLI and Telegram use.{% endif %}

Pause
Loading…
Goals
Loading…
Cron
{% if cron_error %}
cron check unavailable: {{ cron_error }}
{% endif %}
Loading…
{% endblock %} {% block scripts %} {% endblock %}