Bug: agentd top looks in /var/log/agentd/events/ for .events files, but local agent runs write to /var/log/agentd/logs/agentd/<run-id>/output.log.
Should use the same logic as Events.listRuns to find runs.
Workaround: use 'agentd list-runs' and 'agentd status <id>' instead.