Agent Activity Feed

Events grouped by conversation turn. Click to expand/collapse child events.
{% if conversation_turns %}
{% for turn in conversation_turns %}
{{ turn.userQuery.prompt[:100] }}{% if turn.userQuery.prompt|length > 100 %}...{% endif %}
{% if turn.stats.tool_count > 0 %} {{ turn.stats.tool_count }} {% endif %} {{ "%.2f"|format(turn.stats.total_duration) }}s {% if turn.stats.success_count > 0 %} ✓ {{ turn.stats.success_count }} {% endif %} {% if turn.stats.error_count > 0 %} ✗ {{ turn.stats.error_count }} {% endif %}
{{ turn.userQuery.timestamp }}
{% endfor %}
{% else %}

No conversation turns found

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