mirror of
https://github.com/browser-use/browser-use
synced 2026-05-06 17:52:15 +02:00
- Added new file types: JsonFile and CsvFile to the file system. - Updated read_file method to handle external files with .json and .csv extensions. - Modified write_file action to allow .json and .csv file extensions in addition to .md and .txt. - Introduced pypdf dependency for PDF file handling. This update improves the flexibility of file operations within the application.