Open the live log
The Live Log view streams every event as it happens — brain steps, tool calls, results, and errors — so you can follow a task without refreshing.
Filter what you see
Filter by type: chat messages, tool calls, brain steps, or errors. When a task is noisy, the filter is how you find the one failing step.
Read a line
Each entry shows the time, the agent, the action, and the outcome. A blocked action shows the reason — a policy rule, a budget hit, or an injection score.
From the CLI
$ remoteagent audit
When to watch vs when to wait
Watch live while you are debugging. For routine jobs, let the audit trail be the record and check it after — it keeps everything the live view shows.