Upload multiple files to the Modal sandbox.
Supports partial success - individual uploads may fail without affecting others.
upload_files(
self,
files: list[tuple[str, bytes]],
) -> list[FileUploadResponse]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.