Live view of tool calls through the broker · {{ events|length }} event{{ '' if events|length == 1 else 's' }}
| Time | Role | Server | Tool | Success | Duration | Bytes | Error |
|---|---|---|---|---|---|---|---|
| {{ e.ts.astimezone().strftime("%Y-%m-%d %H:%M:%S") }} | {{ e.agent_role }} | {{ e.server }} | {{ e.tool }} | {% if e.success %} ✓ {% else %} ✗ {% endif %} | {{ e.duration_ms }}ms | {{ e.result_size if e.result_size is not none else "—" }} | {{ e.error }} |
| No tool calls yet. | |||||||
SSE stream at /modules/broker-audit/sse ·
polling fallback every 5s if the stream drops.