Agent Activity Feed

Table view of all agent activity - most recent events at top
{% if hierarchical_events %} {% for group in hierarchical_events %} {% if group.has_children %} {% for child in group.children %} {% endfor %} {% endif %} {% endfor %}
Agent Tool Input Output Status Timestamp
{% if group.has_children %} {% endif %} {{ group.parent.agent_id }} {% if group.has_children %} ({{ group.children|length }}) {% endif %} {% if group.parent.event_type == 'delegation' %} 🔗 {% elif group.parent.event_type == 'tool_call' %} 🔨 {% elif group.parent.event_type == 'completion' %} 🎉 {% else %} 📋 {% endif %} {% if group.parent.tool_name %} {{ group.parent.tool_name }} {% else %} - {% endif %} {% if group.parent.input_summary %} {{ group.parent.input_summary[:150] }}{% if group.parent.input_summary|length > 150 %}...{% endif %} {% else %} - {% endif %} {% if group.parent.output_summary %} {{ group.parent.output_summary[:150] }}{% if group.parent.output_summary|length > 150 %}...{% endif %} {% else %} - {% endif %} {% if group.parent.cost_tokens or group.parent.execution_duration_seconds %}
{% if group.parent.cost_tokens %} {{ group.parent.cost_tokens }} tokens {% endif %} {% if group.parent.execution_duration_seconds %} {{ "%.2f"|format(group.parent.execution_duration_seconds) }}s {% endif %}
{% endif %}
{{ group.parent.status }} {{ group.parent.timestamp }}
{% else %}

No events found

Agent activity will appear here as tasks are executed
{% endif %}
Live updates enabled (via WebSocket)