feat(agent): checkpoint remote execution foundations - #795
Draft
AnthonyRonning wants to merge 4 commits into
Draft
feat(agent): checkpoint remote execution foundations#795AnthonyRonning wants to merge 4 commits into
AnthonyRonning wants to merge 4 commits into
Conversation
Deploying maple with
|
| Latest commit: |
05c35bd
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://75dac9c9.maple-ca8.pages.dev |
| Branch Preview URL: | https://codex-maple-remote-agent-map.maple-ca8.pages.dev |
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
This draft checkpoints the existing remote Agent foundation in a reviewable, recoverable branch before the Maple product-integration sprint begins.
It adds the bounded/authenticated remote transport and live-event substrate, target-scoped paged task/history runtime, and the fail-closed portable history surface. It also reconciles those foundations with current Maple Agent behavior from master, including prompt history, focus handling, and the Maple-owned mid-run queue.
Deliberate boundaries
Dependencies
Goose and goose-providers are temporarily pinned to the immutable OpenSecretCloud/goose commit 7c989fd13213e1c31d77d2d4bf298660ec5fdca0. This is a temporary fork pin pending upstreaming or a released dependency.
The unpublished local OpenSecret SDK is intentionally not introduced into this PR. The next local-only integration phase can layer its workspace path and regenerated lockfile on a separate local QA branch without making the PR non-reproducible.
Commit structure
Validation