fix: local and E2B sandbox startup paths#5783
Draft
marcindobry wants to merge 3 commits intoagus/agent-builderfrom
Draft
fix: local and E2B sandbox startup paths#5783marcindobry wants to merge 3 commits intoagus/agent-builderfrom
marcindobry wants to merge 3 commits intoagus/agent-builderfrom
Conversation
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.
Fix sandbox startup and runtime wiring for the new local Docker and E2B stack. Local agent sandboxes now keep the container alive explicitly, local compile/dryrun/deploy use the new sandbox images and Zero-YAML artifacts, and E2B agent/compiler/dryrun/deploy now use
E2B_API_KEYwith the current staging template names hardcoded. This also updates env parsing/examples and adds a minimal README quickstart for spawning local sandbox images.npm run test:unit -- packages/utils/lib/environment/parse.unit.test.ts packages/server/lib/services/remote-function/compiler-client.unit.test.tsnpm run ts-buildManual: local agent start, local compile, local dryrun, E2B agent spawn, E2B blank-workspace spawn
In addition to the stack migration, this change also standardizes runtime execution behavior by making deploy/dryrun invocation semantics more deterministic across environments and tying execution explicitly to selected environment context. It further formalizes the operational shift to the new artifact-driven flow model, which improves consistency of compile outputs but also increases dependency on correct artifact presence and runtime configuration alignment.
This summary was automatically generated by @propel-code-bot