Conversation
Deploying agentv with
|
| Latest commit: |
34dc821
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://d315bbf9.agentv.pages.dev |
| Branch Preview URL: | https://feat-1362.agentv.pages.dev |
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.
Closes #1362.
Accepted contract
outputis the final answer/scored result only, never a transcript or message array.traceis AgentV's canonical execution record: normalized messages, tool calls/results, errors, timing, usage/cost, provider/session provenance, replay/eval metrics, and transcript export data.trace.metadata.provider_session_id.outputs/answer.mdandoutputs/transcript.jsonl.outputs/response.md/response_pathremain deprecated compatibility-only; no canonicaloutputs/transcript.mdis introduced.output_path/answer_path→outputs/answer.md,transcript_path→outputs/transcript.jsonl.What changed
Trace/Trace*model and conversion helpers, keeping deprecatedNormalizedTrace*aliases where compatibility is needed.outputis a string final answer whilemessages/tracecarry transcript context.output/answerplus transcript-awaremessages,trace, andtrace_summary.output/answerplus transcript-awaremessagesand fulltrace.outputs/answer.mdand trace-derivedoutputs/transcript.jsonlwithresponse.mdonly as compatibility alias..ntmtracker artifacts and removed the duplicatepi-sdk-openaitarget block.3d9064c4refreshed stale core/eval/CLI fixtures that still expected output-as-message-array.34dc821fpreventsdefinePromptTemplatestdin validation failures by sendingcontext.candidateasoutput/answerand the transcript undermessages/trace.Red/green evidence
27396803445failed with 16 tests that still expected transcript-shapedoutputor missingtracebehavior.3d9064c4passed the formerly failing core/eval/CLI suites and the full repo test command.outputas a message array, which would fail@agentv/evalPromptTemplateInputSchemavalidation fordefinePromptTemplatescripts.@agentv/evalprompt-template runtime and verifiesoutput/answerare final-answer strings while transcript data is available inmessagesandtrace.messages.outputtext; conversation-mode tests assert final answer inoutputand full transcript intrace.messages; artifact tests assertanswer.md/transcript.jsonlcanonical outputs.Verification
bun --filter @agentv/core test test/evaluation/graders/prompt-resolution.test.ts test/evaluation/orchestrator.test.ts— 104 pass, 0 failbun --filter @agentv/eval test test/define-prompt-template.test.ts— 10 pass, 0 failbun run typecheck— passbun run lint— passbun run test— core/eval/phoenix/cli/dashboard all pass (@agentv/core: 1848 pass;@agentv/eval: 70 pass;agentv: 568 pass)bun run build— passbun run validate:examples— 58 valid, 0 invalidgit diff --check— passRemaining status
No known test failures or blockers remain. Commit
34dc821fbdb0c95cfa1f98f5bf6dccbdae58192dis pushed tofeat/1362; the PR is marked ready for review. The GitHub Actions run for this head is green across Build, Typecheck, Lint, Test, Check Links, Validate Marketplace, Validate Evals, and Cloudflare Pages.