Skip to content

Commit 07ab973

Browse files
Ol1ver0413lyzSaedbhatifengju0213
authored
[Feat] Integreate microsandbox as local sandbox solution (#3069)
Co-authored-by: lyz <lyz@simplehpc.com> Co-authored-by: Saed Bhati <105969318+Saedbhati@users.noreply.github.com> Co-authored-by: Sun Tao <2605127667@qq.com>
1 parent 3c9095c commit 07ab973

File tree

7 files changed

+838
-1
lines changed

7 files changed

+838
-1
lines changed

camel/interpreters/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
from .internal_python_interpreter import InternalPythonInterpreter
1919
from .interpreter_error import InterpreterError
2020
from .ipython_interpreter import JupyterKernelInterpreter
21+
from .microsandbox_interpreter import MicrosandboxInterpreter
2122
from .subprocess_interpreter import SubprocessInterpreter
2223

2324
__all__ = [
@@ -28,4 +29,5 @@
2829
'DockerInterpreter',
2930
'JupyterKernelInterpreter',
3031
'E2BInterpreter',
32+
'MicrosandboxInterpreter',
3133
]

0 commit comments

Comments
 (0)