Add closed-loop atomic-action execution runner - #449
Open
yuecideng wants to merge 1 commit into
Open
Conversation
4 tasks
yuecideng
force-pushed
the
feat/atomic-action-pr2a-execution-runner
branch
from
August 3, 2026 03:37
1794d02 to
00456c8
Compare
yuecideng
marked this pull request as ready for review
August 3, 2026 03:37
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.
Description
This PR adds a closed-loop execution layer for typed atomic-action plans. It introduces a non-blocking
ExecutionRunner, explicit observation/command/clock ports, command acknowledgement and cancellation semantics, trajectory timing propagation, safe hold behavior, and a simulation adapter that preserves batched environment correlation.The runner closes the gap between the planning/recovery contracts introduced by #448 and real simulation execution. It also adds a tracking-error recovery tutorial that demonstrates observation-driven invalidation, replanning, and resumed execution in a headless simulation.
Dependencies: #448. This is a stacked PR whose base is
refactor/atomic-action-pr1-contracts; review the single PR2A commit rather than the full PR1 diff.Fixes: N/A (no linked issue).
Type of change
Validation
black --check --diff --color ./tracking_error, replanned, and completed after 83 accepted commandsScreenshots
Not applicable; this change adds runtime APIs and a headless simulation tutorial.
Checklist
black .command to format the code base.