Add benchmark aggregates, activity sort, agent filters, and search facets#38
Draft
cursor[bot] wants to merge 1 commit into
Draft
Add benchmark aggregates, activity sort, agent filters, and search facets#38cursor[bot] wants to merge 1 commit into
cursor[bot] wants to merge 1 commit into
Conversation
…cets - Show consensus, critique severity, and stability aggregates on benchmark detail - Add oldest-first sort option to activity feed and API - Scope agent pipeline stats with model/preset/fast/date filters - Extend search page with model, preset, fast mode, and date filters Co-authored-by: Eamon Boyle <eamonboyle@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
Implements four product improvements grounded in existing artifact data and UI patterns for the LLM Debate Research dashboard.
Features
1. Benchmark run-level aggregates (detail page)
Surfaces
payload.summarymetrics that were stored in artifacts but not shown in the UI:2. Activity feed sort
Adds newest first / oldest first sort to
/activityand/api/activity, preserving sort in pagination and exports.3. Agent pipeline stats filters
Scopes
/agentsstats to filtered runs using the same model/preset/fast/date filters as runs and activity pages. Includes empty state when filters match nothing and a link to browse matching runs.4. Search advanced filters
Extends
/searchwith model, preset, fast mode, and date filters. Supports filter-only searches (no text query required).Testing
pnpm test— 176 tests passedpnpm typecheck— passedpnpm web:typecheck— passedpnpm web:build— passedManual testing
/benchmarks/benchmark_1771342676099_703f78c9eaf418) — verify "Run-level aggregates" section/activity?sort=oldest— confirm chronological order reverses/agents?preset=research_deep— confirm stats scope to filtered runs/search?model=gptor/search?preset=standard— confirm filtered results without text query