feat(artifacts): normalize transcript sidecar contract#1445
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bead: av-vwa.16.8
agentv.transcript.v1JSONL row contract and derives eval artifact transcripts from the canonicalagentv.trace.v1envelope/projection path.outputs/trace.jsonandoutputs/transcript.jsonl, with index rows pointing at the per-resulttranscript_path; removes the run-root aggregate transcript writer.Verification
bun --filter @agentv/core build- passedbun test packages/core/test/evaluation/trace-envelope.test.ts packages/core/test/import/transcript-provider.test.ts apps/cli/test/commands/eval/artifact-writer.test.ts apps/dashboard/src/components/transcript-timeline.test.tsx- passed, 65 pass / 0 failbun run lint- passedbun run typecheck- passedrm -rf /tmp/agentv-transcript-sidecar-green && bun apps/cli/src/cli.ts eval examples/showcase/trace-evaluation/evals/coding-agent-replay.eval.yaml --target replay_coding_agent --output /tmp/agentv-transcript-sidecar-green && <artifact inspection>- passed; confirmed no run-roottranscript.jsonl, per-resultoutputs/transcript.jsonl, per-resultoutputs/trace.json,agentv.trace.v1, andagentv.transcript.v1Post-Deploy Monitoring & Validation
outputs/trace.jsonandoutputs/transcript.jsonlpaths.transcript.jsonloroutputs/execution-trace.json; those surfaces were same-week artifact contracts and have been renamed/removed here.Residual Risks
transcript_pathrather than root transcript discovery.