fix(trace): use agentv.trace.v1 for canonical trace artifacts#1405
Merged
Conversation
Deploying agentv with
|
| Latest commit: |
28c7148
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://a0c9496e.agentv.pages.dev |
| Branch Preview URL: | https://av-trace-v1-namespace.agentv.pages.dev |
08ade0b to
28c7148
Compare
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.7User decision implemented: the public canonical AgentV trace artifact now uses
schema_version: "agentv.trace.v1". This replaces the just-mergedagentv.execution_trace.v1namespace without broad compatibility aliases.The existing normalized trajectory/read-model namespace no longer claims
agentv.trace.v1. That derived projection now usesagentv.trajectory.v1, so there is one trace-ish public canonical namespace:agentv.trace.v1.Namespace Changes
agentv.execution_trace.v1->agentv.trace.v1agentv.trace.v1->agentv.trajectory.v1agentv.execution_trace.v1oragentv.trace_envelope.v1readers/writers/aliases were addedexecution_tracesoutputs/execution-trace.jsontraceEnvelopeToMessages()remains the replay provider projectiontraceEnvelopeToTranscriptMessages()remains the transcript sidecar projectionRed/Green UAT
Red on
origin/main:bun --filter @agentv/core build rm -rf /tmp/agentv-trace-v1-red bun apps/cli/src/cli.ts eval examples/showcase/trace-evaluation/evals/coding-agent-replay.eval.yaml --target replay_coding_agent --output /tmp/agentv-trace-v1-redResult:
2/2outputs/execution-trace.jsonsidecars usedschema_version: "agentv.execution_trace.v1"2agentv.trace.v1count:0user,assistant,assistantGreen on this branch:
bun --filter @agentv/core build bun --filter @agentv/eval build rm -rf /tmp/agentv-trace-v1-uat bun apps/cli/src/cli.ts eval examples/showcase/trace-evaluation/evals/coding-agent-replay.eval.yaml --target replay_coding_agent --output /tmp/agentv-trace-v1-uatResult:
2/2outputs/execution-trace.jsonsidecars useschema_version: "agentv.trace.v1"0agentv.trace.v1count:2user,assistant,assistantVerification
Results:
179 pass, 0 failbun run lintpassedbun run typecheckpassedbun --filter @agentv/core buildpassedbun --filter @agentv/eval buildpassedbun run testpassed across core, eval, phoenix-adapter, CLI, and dashboard packagesAdditional source scan:
Result: no matches.