| 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 }} |
No events found
Agent activity will appear here as tasks are executed