feat: AEH engine integration (APPENG-5300)#52
Merged
Conversation
GuyZivRH
force-pushed
the
APPENG-5300/aeh-engine-integration
branch
2 times, most recently
from
July 19, 2026 12:48
7d36ec1 to
b50ce1d
Compare
GuyZivRH
added a commit
that referenced
this pull request
Jul 20, 2026
Align pairwise/single scoring across engine and aggregate, write report.json under submission-name, aggregate on non-zero AEH exits, repair the pairwise sample, and drop unrelated docs from the PR.
Add the AEH engine adapter, runner/aggregate scripts, shared scoring helpers, validation, Containerfile, in-repo samples, and unit tests. Co-authored-by: Cursor <cursoragent@cursor.com>
Integrate AEH single/pairwise steps into evaluate, and extend prepare, test, analyze, store, publish, and scorecard paths for the new engine. Co-authored-by: Cursor <cursoragent@cursor.com>
Add OpenShiftEnvironment emptyDir/verifier-path support, AEH task enrichment, and keep classic Harbor job configs on environment.type openshift. Co-authored-by: Cursor <cursoragent@cursor.com>
Document AEH single/pairwise triggers, MinIO debug layout, and the DownloadVerifierDirError investigation under Docs/investigations/. Co-authored-by: Cursor <cursoragent@cursor.com>
GuyZivRH
force-pushed
the
APPENG-5300/aeh-engine-integration
branch
from
July 20, 2026 06:55
e052214 to
f024d1b
Compare
Multiline python -c broke Tekton Task apply; use a one-liner instead. Co-authored-by: Cursor <cursoragent@cursor.com>
6 tasks
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
AEHEngineadapter with support for multiple judge types (check, llm, builtin, code, pairwise)run_aeh.py) and result aggregation (aggregate_aeh.py)aeh-hello-worldandaeh-pairwise-examplePipeline Changes
evaluate.yaml,prepare.yaml,test.yaml, andvalidate.yamltasks for AEH supportci-pipeline.yaml,ci-pipeline-dev.yaml) with AEH evaluation pathsDocumentation
trigger_guide.mdwith AEH submission format and pairwise testing instructionsREADME.mdwith AEH engine overviewTest plan
pytest tests/test_aeh_engine.py tests/test_run_aeh.py tests/test_validate_aeh.py -vpython scripts/validate.py submissions/aeh-hello-worldandpython scripts/validate.py submissions/aeh-pairwise-example