FileCompressorTool with support for files and subdirectories (#282)

* FileCompressorTool with support for files and subdirectories

* README.md

* Updated files_compressor_tool.py

* Enhanced FileCompressorTool different compression formats

* Update README.md

* Updated with lookup tables

* Updated files_compressor_tool.py

* Added Test Cases

* Removing Test_Cases.md inorder to update with correct test case as per the review

* Added Test Cases

* Test Cases with patch,MagicMock

* Empty lines Removed

* Updated Test Case,Ensured Maximum Scenarios

* Deleting old one

* Updated __init__.py to include FileCompressorTool

* Update __init__.py to add FileCompressorTool
This commit is contained in:
Harikrishnan K
2025-05-08 22:47:17 +05:30
committed by GitHub
parent edd4e5bef9
commit 64f6f998d8
5 changed files with 331 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ from .tools import (
EXASearchTool,
FileReadTool,
FileWriterTool,
FileCompressorTool,
FirecrawlCrawlWebsiteTool,
FirecrawlScrapeWebsiteTool,
FirecrawlSearchTool,