Workflow monitor's agent-detail view now polls each agent's transcript in the background and shows a loading state
The workflow monitor's terminal display (the TUI that shows agents running as part of a Workflow) now has a background hook that repeatedly polls for each agent's transcript, keyed by its run and agent ID. While a transcript is still being fetched, the detail card shows a "loading" state; once fetched, the result is cached and reused, and the poll reschedules itself automatically. The agent-detail card that renders this reads the transcript's tasks and tool calls once available.
This keeps the workflow monitor's per-agent detail view responsive and up to date without blocking on a slow transcript fetch, showing a clear loading indicator instead of a stalled or empty pane.