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