SandboxProtocol
Defined in the sandbox module.Rust AI Agent SDK Protocol for sandbox implementations. Sandboxes provide isolated environments for safe code execution. Implementations can use Docker, subprocess isolation, or other containerization technologies.
Methods
is_available
sandbox_type
start
stop
execute
execute_file
run_command
write_file
read_file
list_files
get_status
cleanup
reset
Source
View on GitHub
praisonai/src/sandbox/mod.rs at line 0
