feat(dashboard): add hierarchical category taxonomy#1560
Merged
Conversation
Deploying agentv with
|
| Latest commit: |
d1d734e
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://0396bc80.agentv.pages.dev |
| Branch Preview URL: | https://category-tree-taxonomy.agentv.pages.dev |
christso
added a commit
that referenced
this pull request
Jun 29, 2026
* fix(results): isolate row sidecars by target bundle * fix(dashboard): split run experiment and target columns * feat(dashboard): add hierarchical category taxonomy Merge PR #1560 for Bead av-k0e after independent read-only code review reported no actionable issues and verification passed. * fix(eval): stop surfacing provider staging logs (#1561)
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
AgentV result categories now behave as slash-delimited analytics taxonomy paths, so
security/networkcan be inspected as both a leaf and as part of the parentsecurityrollup. Existing flat category labels remain valid, and explicit YAMLcategory:values continue to override derived categories after canonicalization.The Dashboard and results API now build category trees from loaded result metadata rather than persisted tree state. Parent drilldowns include descendant suites, leaf drilldowns stay precise, and compare score distributions filter by category metadata without parsing
eval_path.Category derivation is documented for generic eval filenames, named eval files, nested folders, and explicit overrides.
Validation
bun run buildbun test packages/core/test/evaluation/category.test.ts packages/core/test/evaluation/yaml-parser-metadata.test.ts apps/cli/test/commands/results/serve.test.ts apps/dashboard/src/lib/category-tree.test.ts apps/dashboard/src/lib/score-distribution.test.ts— 159 pass, 0 failbun run typecheckbun run lintbun --filter @agentv/dashboard test— 147 pass, 0 failbun --filter @agentv/core test— 2077 pass, 0 fail/tmp/agentv-cat-tree-uat: verified/categoriesexposescategory_tree, parentsecuritytotals includesecurity/network,/category/securityshows both parent and descendant suites,/category/security%2Fnetworkshows only the leaf suite, and a narrow viewport renders the category table without obvious overlap.Post-Deploy Monitoring & Validation
categorymetadata only.Risks
result-row-id-sidecars/ PR fix(results): isolate target bundles under run timestamps #1558 and should be merged or retargeted after that base lands.