How do you reconstruct what an agent actually did? All I have is scattered commands.
6 de Setembro de 2026, 23:24
Running agents on our infra and the logging is fine at the command level. Every command is there. But when I go back to work out what it was actually doing, I'm stitching commands together across a few hosts and guessing at the intent.
How are you handling this? Grouping by session ID, tagging the run with a task up front, feeding the logs to something that summarizes them? Looking for what actually works, not what's supposed to.
[link] [comments]