feat: local Docker sandbox infrastructure (1/3)#198
Open
mdear wants to merge 1 commit into
Open
Conversation
- Docker Compose local stack with PostgreSQL, Redis, MinIO, sandbox - Local sandbox entrypoint, VNC, browser automation services - Stack control scripts (stack_control.sh, local/*) - Backend Dockerfile + entrypoint for local development - Configuration: .stack.env.local, settings.yaml, model_configs - SQLAlchemy model fixes (UUID consistency, TimestampColumn) - Agent tool/runtime improvements (reasoning_content, field renames) - Credit billing_enabled toggle + usage handler refactor - E2B sandbox management, VNC URL support - 246 tests (unit, integration, smoke, E2E) - Documentation: architecture, getting-started, local-docker-sandbox - GitHub Copilot instructions and prompt templates
This was referenced Apr 13, 2026
Author
|
I am continuing testing on branch feature/a2a-chat-inner-loop_3_of_3 and will not introduce churn on this PR unless requested by the team. |
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.
Local Docker Sandbox Infrastructure (1/3)
389 files changed — Docker sandbox runtime, local deployment stack, session lifecycle, frontend local support, test overhaul, and general bug fixes.
Docker & Local Deploy
DockerSandboxprovider with shell executor and port pool managerdocker-compose.local.yaml) withstack_control.shCLIe2b.Dockerfile: gh CLI v2.89+, adapter dependencies.stack.env.local.examplereference configurationSandbox Runtime
SandboxSettings:SANDBOX_PROVIDER=docker, host configStorageSettings:STORAGE_SERVE_BASE_URLfor proxied URLsSession Lifecycle
delete_aftercolumn withschedule-deleteendpoint for timed session cleanupdelete_afterCore Config & Infra
CreditsSettings:CREDITS_BILLING_ENABLEDtoggle for self-hostedFrontend
Testing
developbranch)Scripts & Docs
stack_control.sh,test_e2e.py,test_session.py, migration scripts.github/copilot-instructions.mdand diagram instructions