feat(eval): finalize promptfoo-aligned restructure#1610
Merged
Conversation
Deploying agentv with
|
| Latest commit: |
baa3e20
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://47058a93.agentv.pages.dev |
| Branch Preview URL: | https://docs-av-kfik-readme-docs.agentv.pages.dev |
445c171 to
3a8228d
Compare
3a8228d to
4272ac4
Compare
b352a9b to
eb49cd4
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
This PR finalizes the promptfoo-aligned eval restructure branch and folds in the cleanup decisions from
av-dkn5:workspace.scope: suite | attemptworkspace clean/listcommands--workspace-path/execution.workspace_pathas the explicit static local overridefeedback.jsonand the Dashboard human-review overlay surfaceevaluatorsaliases, snake_case grader aliases, and root-levelbudget_usdg-eval/ rubric criteria with per-criterion assertion rows ingrading.jsonTarget References
Eval YAML can reference configured targets by label:
And can define an eval-local variant:
extendsreferences a label from.agentv/targets.yamlortargets.yaml;labelis the local result/comparison name.Validation
bun test packages/core/test/paths.test.ts packages/core/test/evaluation/workspace-config-parsing.test.ts packages/core/test/evaluation/workspace/setup.test.ts packages/core/test/evaluation/repo-schema-validation.test.ts packages/core/test/evaluation/orchestrator.test.ts packages/core/test/evaluation/extensions.test.ts apps/cli/test/eval.integration.test.ts apps/cli/test/commands/prepare/prepare.test.ts— 209 passedbun test packages/core/test/evaluation/loaders/grader-parser.test.ts packages/core/test/evaluation/loaders/jsonl-parser.test.ts packages/core/test/evaluation/loaders/config-loader.test.ts packages/core/test/evaluation/eval-inline-experiment.test.ts packages/core/test/evaluation/validation/eval-validator.test.ts packages/core/test/evaluation/validation/eval-file-schema.test.ts apps/cli/test/commands/results/serve.test.ts apps/dashboard/src/lib/result-table.test.ts apps/cli/test/commands/trace/trace.test.ts— 564 passedbun test packages/core/test/evaluation/loaders/config-loader.test.ts packages/core/test/evaluation/workspace/setup.test.ts packages/core/test/evaluation/loaders/eval-yaml-transpiler.test.ts— 135 passedbun --filter @agentv/core typecheckbun --filter agentv typecheckbun --filter @agentv/dashboard buildbun --filter @agentv/web buildbun run validate:examples— 61 valid / 0 invalidbun run lintgit diff --checkLive Dogfood
Live local OpenAI-compatible dogfood passed using
http://127.0.0.1:10531/v1withgpt-5.3-codex-sparkas both target and grader path. The eval usedtarget: local-openaifrom a temporarytargets.yamlwithlabel:entries and atype: g-evalassertion.Result: PASS, 1/1 tests, mean score 100%.
Private evidence branch:
EntityProcess/agentv-private:evidence/av-dkn5-eval-restructure-dogfood-2026-07-03Commit:
ceed547The extracted
grading-check.jsonshowsg-evalran throughlocal-openai-graderand wrote criterion-level rows tograding.json.assertion_resultsandgraders[].assertion_results.Related
av-dkn5av-kfik.16