Execute a shell command inside the sandbox.
Overrides the protocol default, which offloads the blocking execute()
to a worker thread. BaseSandbox routes every async filesystem
operation through aexecute, so using the SDK's async client here keeps
all of them off the sync transport.
Shell command string to execute.
Maximum time in seconds to wait for the command to complete.
If None, uses the backend's default timeout.