feat(evaluation): add resilient SWE-bench Pro console - #1247
Open
frf12 wants to merge 1 commit into
Open
Conversation
frf12
force-pushed
the
codex/swebench-pro-eval
branch
from
August 17, 2026 07:55
116fffd to
0c65eb7
Compare
frf12
force-pushed
the
codex/swebench-pro-eval
branch
from
August 17, 2026 08:38
0c65eb7 to
16f5098
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.
Which issue or RFC does this PR close?
None (new capability).
Rationale for this change
PowerContext needs a reproducible OFF/ON evaluation to measure the effect of project-scoped context on real coding tasks. This adds a self-contained SWE-bench Pro evaluation console with a durable queue, bounded retries, and evidence-preserving failure handling that runs unattended.
What changes are included in this PR?
evaluation/: FastAPI web console and worker over a SQLite-backed durable queue, with a batch/task/attempt model and immutable attemptsAre there any user-facing changes?
New optional
evaluation/subsystem only; no changes to corepowercontextpackage APIs. Deployers provide an environment file as described inevaluation/README.md.How was this change tested?
1026 passed(non-live),ruff check,ruff format --check,ty check srcmake check,480 passed / 7 skippedAI usage statement
Codex (GPT-5) implemented this change. Claude Code performed independent multi-round review and verification of the code, history, and deployment behavior.