Add Kubernetes-based sandbox provider for multi-instance support (#19)

* feat: adds docker-based dev environment

* docs: updates Docker command help

* fix local dev

* feat(sandbox): add Kubernetes-based sandbox provider for multi-instance support

* fix: skills path in k8s

* feat: add example config for k8s sandbox

* fix: docker config

* fix: load skills on docker dev

* feat: support sandbox execution to Kubernetes Deployment model

* chore: rename web service name
This commit is contained in:
JeffJiang
2026-02-09 21:59:13 +08:00
committed by GitHub
parent 69c8b41186
commit 7b7e32f262
20 changed files with 981 additions and 94 deletions

View File

@@ -1,7 +1,4 @@
from .aio_sandbox import AioSandbox
from .aio_sandbox_provider import AioSandboxProvider
__all__ = [
"AioSandbox",
"AioSandboxProvider",
]
__all__ = ["AioSandbox", "AioSandboxProvider"]