📄️ File Reading
The readFile function reads the contents of a file from the specified path, encodes the file content as a base64 string, and returns essential file metadata, including the file's MIME type and name.
📄️ Processing Storage
Storage processing is done using storage.run(data) of the ductape.processor interface.