remoteagent.online  the open-source control plane for secure, cost-controlled AI agents

Read the live log and follow an agent in real time

Watch an agent work in real time: reasoning, tool calls, results, and errors stream into the live log as they happen.

Updated 2026-08-22Reading time 3 min

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.