Skip to content

Tool activity trace doesn't persist after a run completes #9

Description

@AKollu72

While running tasks on Windows (dev mode), I noticed the activity view, the list of tool calls, the agent performed only exists while the run is streaming. The moment the run completes (or on agent switch / reload), it's gone. The replay path that reconstructs conversations discards
tool_execution_* events, so a finished task shows only the final message, with no record of what the agent actually did.

The launch post's framing "every task leaves a trace you can read" is exactly right as a goal, and most of the pieces seem present already: the live activity rendering during streaming, and the replay event stream on load.

I'd like to take a crack at this: keep the activity block after completion (collapsed, reusing the existing UI), and reconstruct it on conversation load from the same replay path. Happy to adjust the shape if you have a different direction in mind.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions