refactor(eval): share cell execution with fleet workers - #5294
Open
likun666661 wants to merge 1 commit into
Open
likun666661 wants to merge 1 commit into
likun666661 wants to merge 1 commit into
Conversation
Capture lifecycle evidence in the existing runner and bridge prepared adapters into fleet group execution. Exercise the external subject path, partial retry, admission, and artifact collection through mocked executor boundaries. Generated-by: Codex
likun666661
marked this pull request as ready for review
September 14, 2026 09:42
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
The fleet worker previously consumed lifecycle evidence only from the simulator. Share
executeExperimentCelland admission preparation with the existing local runner, and addcreateFleetGroupExecutionto run existing SubjectAdapter/ExperimentExecutor implementations through that path. Evidence is recorded at execution, verification, and finalization boundaries; local result semantics are preserved.The bridge prepares adapters once before worker registration, validates assigned cells, and emits individual results after explicit artifact collection. Missing metering does not invalidate verified work; token counts without settled cost retain unknown completeness. Verification-only recovery remains out of scope.
Refs #5284. Follow-up to the shared-execution integration concern in #5288.
Verification
Remaining deployment integration
These callbacks are explicit in the new bridge. Tests establish the shared execution seam, not real VM admission.
AI use
Tool(s) and scope: OpenAI Codex authored the implementation, tests, documentation, and description under human direction. Commit includes
Generated-by: Codex.Checklist
Does this PR entail a change in behavior?