SandboxConfig
Defined in the config module.Configuration for sandbox execution. Attributes: sandbox_type: Type of sandbox (docker, subprocess, e2b) image: Docker image to use (for docker sandbox) working_dir: Working directory within sandbox env: Environment variables resource_limits: Resource limits security_policy: Security policy auto_cleanup: Whether to auto-cleanup after execution persist_files: Whether to persist files between executions mount_paths: Paths to mount into sandbox (host:container) metadata: Additional configuration
Properties
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
Methods
docker()
Create a Docker sandbox configuration.
subprocess()
Create a subprocess sandbox configuration.
e2b()
Create an E2B sandbox configuration.
Internal & Generic Methods
Internal & Generic Methods
- to_dict: Convert to dictionary.

