feat: add Docker Sandbox deployment support

Add example and documentation for deploying sandbox-agent inside Docker
Sandbox microVMs for enhanced isolation on macOS/Windows.

- Add examples/docker-sandbox/ with TypeScript example
- Add docs/deploy/docker-sandbox.mdx with setup guide using custom templates
- Update docs navigation to include Docker Sandbox
This commit is contained in:
Nathan Flurry 2026-02-03 15:10:23 -08:00 committed by Nathan Flurry
parent cc5a9e0d73
commit 1b2e65ec7f
14 changed files with 952 additions and 2 deletions

View file

@ -12,5 +12,16 @@
"devDependencies": {
"turbo": "^2.4.0",
"vitest": "^3.0.0"
}
},
"workspaces": [
"frontend/packages/*",
"sdks/*",
"sdks/cli",
"sdks/cli/platforms/*",
"resources/agent-schemas",
"resources/vercel-ai-sdk-schemas",
"scripts/release",
"scripts/sandbox-testing",
"examples/*"
]
}