SandboxBackendProtocol()Async version of read.
Extension of BackendProtocol that adds shell command execution.
Designed for backends running in isolated environments (containers, VMs, remote hosts).
Adds execute()/aexecute() for shell commands and an id property.
See BaseSandbox for a base class that implements all inherited file
operations by delegating to execute().
Unique identifier for the sandbox backend instance.
Execute a shell command in the sandbox environment.
Simplified interface optimized for LLM consumption.
Async version of execute.