Migrate example eval suites to suite.yaml#1618
Merged
Merged
Conversation
Entire-Checkpoint: 4f8edb57e3d1
Deploying agentv with
|
| Latest commit: |
bdcd540
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://edff7662.agentv.pages.dev |
| Branch Preview URL: | https://fix-suite-yaml-examples.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.
Summary
dataset.eval.yaml/ genericeval.yamltosuite.yaml, with baseline files renamed tosuite.baseline.jsonland external row files renamed tocases.*where applicable.criteriato explicitassertentries, normalize file-backed prompt references tofile://..., and update README/docs references.suite.yamldiscovery/validation support and baseline checking coverage; migrate example target files from removednametolabel.pi-cli-openai,codex-sdk-openai,copilot-sdk-openai) and remove hard-deprecatedcc-mirrortarget references..agentv/config.yamlto discover current suite names and auto-publish completed CLI/Dashboard result bundles toagentv/results/v1; remove legacy/default trace and OTel sidecar outputs from repo defaults.results:config with global~/.agentv/config.yamlproject entries: authored results config usesrepo/path/branch/auto_push, and validation now rejects redundantresults.modewhile runtime loading tolerates legacymode: githubfor compatibility.Verification
bun run buildbun test apps/cli/test/commands/eval/shared.test.ts packages/core/test/evaluation/validation/file-type.test.ts packages/core/test/evaluation/category.test.ts packages/core/test/evaluation/providers/targets.test.ts packages/core/test/evaluation/validation/targets-validator.test.tsbun test packages/core/test/evaluation/loaders/config-loader.test.ts packages/core/test/evaluation/validation/config-validator.test.ts packages/core/test/evaluation/results-repo.test.ts apps/cli/test/commands/results/remote-auto-export.test.ts(169 pass)bun apps/cli/src/cli.ts validate examples .agentv/targets.yaml apps/cli/src/templates/.agentv/targets.yaml(109 valid, 0 invalid)bun apps/cli/src/cli.ts validate .agentv/config.yaml(1 valid, 0 invalid)git diff --checkDogfood
gpt-5.3-codex-sparkviaLOCAL_OPENAI_PROXY_BASE_URL=http://127.0.0.1:10531/v1..agentv/results/suite-yaml-live-dogfood-pass.yamlwith--threshold 1:pi-cli-openai: 100% PASS, bundle.agentv/results/suite-yaml-live-pass-pi-cli-openaicodex-sdk-openai: 100% PASS, bundle.agentv/results/suite-yaml-live-pass-codex-sdk-openaicopilot-sdk-openai: 100% PASS after using default chat format, bundle.agentv/results/suite-yaml-live-pass-copilot-sdk-openai-chatpi-cli-openaionexamples/features/readme-quickstart/evals/my-eval.eval.yamlwith--threshold 1 --results-require-pushand no explicit--outputgenerated timestamped run.agentv/results/2026-07-03T09-20-51-754Z, passed 100%, and pushed toagentv/results/v1:2026-07-03T09-20-51-754Z.2026-07-03T09-20-51-754Zused agent targetpi-cli-openai; its manifest contains two livellm-rubricscore entries withtarget=local-openai-grader, scores 1.0, and 1 + 2 rubric assertions respectively.batch-cliintentionally keeps its missing-output case per README; threshold-0 runs are recorded as smoke only, not correctness dogfood.Notes
.agentv/results/and are not committed.agentv/results/v1branch through the existing Git-backed results publishing path.