Add task-first GenSim action and orchestration pipeline - #531
Open
skywhite1024 wants to merge 60 commits into
Open
Add task-first GenSim action and orchestration pipeline#531skywhite1024 wants to merge 60 commits into
skywhite1024 wants to merge 60 commits into
Conversation
…mentation client)
…cs and tests may not be updated
…ption, and add check code
…ption in objects' names
…but no real-world scale...
…tate for assets who need to be calibrated
|
Too many files changed for review (211 files, 100 file limit). Bypass the limit by tagging |
This was referenced Aug 20, 2026
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.
Note
Superseded by native GitHub Stack #539 (PRs #532 through #538). Review and merge the incremental stack instead of this closed aggregate PR.
Description
This PR introduces a task-first GenSim pipeline that connects scene preparation, symbolic task planning, direct AtomicAction graph execution, and auditable workflow recovery.
The main changes are:
prepare,run, andrun-allCLI flows across image, image-edit, scene, and scene-edit inputs;The change consolidates cross-engine ownership under Task Engine while keeping Scene Engine responsible for scene materialization and Action Engine responsible for graph compilation and execution.
Issue: none linked.
Dependencies: no new third-party Python dependency is introduced. Runtime workflows continue to use the existing optional model, image/geometry service, simulator, and motion-planning integrations.
Type of change
Validation
git diff --check origin/main...origin/ljd/action_engine_refactorblack --check --diff --color ./— one file requires reformatting:tests/gen_sim/action_engine/config/test_runtime_policy.py; 845 files pass.pytest -q tests/gen_sim/action_engine tests/gen_sim/task_engine tests/gen_sim/scene_engine— 703 passed, 3 failed, 9 warnings. The failures are stale expectations forCoordinatedPickment.middle_empty_ratio(0.4expected,0.7configured) and camera recordinginterval_step(5expected,1configured).The source branch is currently four commits behind
main; it should be synchronized before merge so CI validates the final integration state.Screenshots
Not included. Generated SeedGraph PNGs and runtime artifacts are covered by the visualization and generation tests.
Checklist
black .command to format the code base.