interface SandboxInstanceV2Interface for sandbox instances used in standard tests (v2).
Extends the canonical SandboxBackendProtocolV2 from deepagents with
test-specific properties (isRunning, initialize) and makes
uploadFiles/downloadFiles required (they are optional in the
base protocol).
V2 uses Result types for better error handling.