pkl
pkl copied to clipboard
[fix] Add support for handling remote file URIs.
Summary
This PR adds support for handling remote file URIs within the project. It addresses the issue where the system could not correctly process URIs that point to remote files.
Changes
- Implemented functionality to download remote files specified by
file:
URIs. - Added unit tests to verify the correctness of this new feature.
Issue Link
Fixes #616