{% extends "_base.html" %} {% set _log_type = log_type or "run" %} {% block title %}Live log · {{ experiment_id }}{% if _log_type != "run" %} · {{ _log_type }}{% endif %} · {{ project.name | humanize }} · Urika{% endblock %} {% block breadcrumb %} {% endblock %} {% block heading %}Live log: {{ experiment_id }}{% if _log_type != "run" %} · {{ _log_type }}{% endif %}{% endblock %} {% block content %}
Connecting…

  {# Sticky activity indicator below the scroll box: stays visible the
     whole run so the user has a constant signal during quiet stretches
     between tool calls. Only stopped on the completion event. #}
  {% include "_thinking.html" %}

  {% include "_log_footer.html" %}

  
{% if _log_type == "run" %}
{% endif %}
{% endblock %}