Remove third-party runtimes (daytona, modal, e2b, runloop) from main codebase (#9213)

Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
Co-authored-by: Engel Nyst <engel.nyst@gmail.com>
This commit is contained in:
Graham Neubig
2025-06-26 07:39:39 -04:00
committed by GitHub
parent 6efb992bae
commit c7dff3e4d2
35 changed files with 251 additions and 147 deletions

View File

@@ -100,11 +100,10 @@ class Runtime(FileEditRuntimeMixin):
Built-in implementations include:
- DockerRuntime: Containerized environment using Docker
- E2BRuntime: Secure sandbox using E2B
- RemoteRuntime: Remote execution environment
- ModalRuntime: Scalable cloud environment using Modal
- LocalRuntime: Local execution for development
- DaytonaRuntime: Cloud development environment using Daytona
- KubernetesRuntime: Kubernetes-based execution environment
- CLIRuntime: Command-line interface runtime
Args:
sid: Session ID that uniquely identifies the current user session