API Overview¶
This section is generated by mkdocstrings from the source code and covers the core interfaces and factories:
- Managers:
SandboxManager,SandboxManagerFactory - Sandboxes:
Sandbox,SandboxFactory - Tools:
Tool,ToolFactory - Configuration:
SandboxManagerConfig,SandboxConfig,DockerSandboxConfig,DockerNotebookConfig,VolcengineSandboxConfig,VolcengineSandboxManagerConfig,ToolConfig, etc. - Data models: request/response models (
ExecuteCodeRequest,ToolResult,SandboxInfo, ...) and enums (SandboxStatus,SandboxType,ExecutionStatus, ...)
Signatures, parameters, and return values are derived from type hints and docstrings in the code.
If certain classes/functions are missing, ensure docstrings are complete and the module is included in mkdocstrings
handlers.python.pathssearch path.