chore(db): clean up AgentX results - #723
Merged
Merged
Conversation
Purge Kimi K2.5 run 29506569772 attempt 2 and MiniMax M2.7 run 29765418393 attempt 5 because AgentX is no longer supported for those models.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
chunfangamd
added a commit
to chunfangamd/InferenceX-app
that referenced
this pull request
Aug 12, 2026
Pulls in SemiAnalysisAI#722 and SemiAnalysisAI#723, two ETL run-override additions that exclude unsupported AgentX results. No conflicts: they touch only packages/db/src/etl/run-overrides.ts and share no file with the overview work on this branch. Co-authored-by: Cursor <cursoragent@cursor.com>
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
Purge these exact production attempts:
Only the listed old attempts are purged. The corrected v1+ runs are explicitly preserved. The overrides prevent future re-ingestion and are applied automatically to production after merge.
Upstream cleanup
The four newly added outdated-harness purges do not remove their upstream configurations.
Validation
Checks were not rerun for the follow-up additions, per request. The original change passed the purge override tests, lint, formatting, and typecheck.
Note
Medium Risk
Deletes specific production benchmark attempts via the override pipeline. Risk is limited to wrong run/attempt IDs being purged, with CI verification after merge.
Overview
Adds 6 purge overrides to
PURGED_RUN_ATTEMPTSso specific AgentX benchmark attempts are deleted from production and blocked from re-ingest.Two attempts are purged because AgentX is no longer supported for those models (Kimi K2.5, MiniMax M2.7). Four more are purged for an outdated AgentX harness, with several noting corrected replacement runs.
Reviewed by Cursor Bugbot for commit d823952. Bugbot is set up for automated code reviews on this repo. Configure here.