Operations dashboard for the workflow OS — workflows, telemetry, memory, releases.
| Workflow | Status | Duration | Started | Lines |
|---|---|---|---|---|
{{ r.workflow }} |
{{ r.status }} | {% if r.duration_seconds is not none %}{{ '%.1fs'|format(r.duration_seconds) }}{% else %}—{% endif %} | {{ r.started_at[:19] if r.started_at else '—' }} |
{{ r.line_count }} |
No runs yet this session. Trigger one from Workflows with attune ops --allow-run.
| Day | Events | Cost |
|---|---|---|
{{ d.day }} | {{ d.events }} | ${{ '%.4f'|format(d.cost) }} |
No telemetry recorded yet. Run a workflow to start seeing data here.
{% endif %}