mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-02 07:42:40 +00:00
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:
@@ -16,6 +16,7 @@ from .tools import (
|
||||
EXASearchTool,
|
||||
FileReadTool,
|
||||
FileWriterTool,
|
||||
FileCompressorTool,
|
||||
FirecrawlCrawlWebsiteTool,
|
||||
FirecrawlScrapeWebsiteTool,
|
||||
FirecrawlSearchTool,
|
||||
|
||||
Reference in New Issue
Block a user