Download multiple files from the Modal sandbox.
Supports partial success - individual downloads may fail without affecting others.
download_files(
self,
paths: list[str],
) -> list[FileDownloadResponse]TODO: Implement proper error handling with standardized FileOperationError codes. Need to determine what exceptions Modal's sandbox.open() actually raises. Currently only implements happy path.