Skip to content

Coding agents transcripts parser support #4

Description

@ujjalsharma100

The transcripts are saved as is and viewed as is. Not parsed into prompt, tool calls, responses etc.
The schema for each agent transcript also changes and has changed in the past.
How to reliable parse?

One method is have a bank of schemas (to periodically added when necessary) for a coding agent and versioned with a manually mantained current version. A transcript tries to parse from current verion to all untill it finds one that parses correctly and then that transcript schema get locked and hence forth will always use that version of schema to be used.

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

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions