Download multiple files from the Daytona sandbox.
Leverages Daytona's native batch download API for efficiency. Supports partial success - individual downloads may fail without affecting others.
download_files(
self,
paths: list[str],
) -> list[FileDownloadResponse]TODO: Map Daytona API error strings to standardized FileOperationError codes. Currently only implements happy path.