Skip to content

feat: add live sandbox execution path#17

Merged
Ker102 merged 2 commits into
feat/role-specific-endpointsfrom
feat/live-sandbox-execution
May 9, 2026
Merged

feat: add live sandbox execution path#17
Ker102 merged 2 commits into
feat/role-specific-endpointsfrom
feat/live-sandbox-execution

Conversation

@Ker102
Copy link
Copy Markdown
Owner

@Ker102 Ker102 commented May 9, 2026

Summary

  • make LocalStack sandbox startup detached, named, localhost-bound, and removable with sandbox down
  • add sandbox up --env-file so LocalStack auth tokens can stay outside Git and terminal output
  • add live Terraform apply/re-apply path for Terraform-backed LocalStack scenarios
  • add MI300X model-serving scripts and runbook for Qwen3.5 on SGLang and Gemma 4 on vLLM ROCm

Verification

  • bash -n scripts/droplet/serve-qwen35-sglang-rocm.sh scripts/droplet/serve-gemma4-vllm-rocm.sh scripts/droplet/collect-endpoint-evidence.sh
  • python -m ruff check src tests
  • python -m mypy src
  • python -m unittest discover -s tests -v
  • python -m pip_audit . --skip-editable
  • python -m nullstate sandbox up localstack-aws --dry-run --env-file .env.local
  • python -m nullstate run --help

Runtime note

I attempted to start LocalStack AWS locally, but the current localstack/localstack image exits without LOCALSTACK_AUTH_TOKEN. This PR adds --env-file support so the real run can proceed with an untracked .env.local.

Refs #3

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 9, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 246d98fb-d139-4134-b8b6-457a2e4183dc

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/live-sandbox-execution

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@Ker102 Ker102 merged commit fd4a9ff into feat/role-specific-endpoints May 9, 2026
5 checks passed
@Ker102 Ker102 deleted the feat/live-sandbox-execution branch May 9, 2026 15:57
Ker102 added a commit that referenced this pull request May 10, 2026
* feat: infer scenarios and probe sandbox status

* fix: use configured model endpoint in offline iac mode

* feat: support role-specific model endpoints

* feat: add live sandbox execution path (#17)

* feat: add live sandbox execution path

* fix: make aws localstack demo rerunnable

* fix: make Azure live sandbox rerunnable (#18)

* fix: make azure live sandbox rerunnable

* feat: guide CLI workflow and reports (#20)

* fix: add stable Qwen vLLM red endpoint (#19)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant