Spaces:
Runtime error
Runtime error
abtsousa
Implement cache directory management and update file fetching to use cache if no working directory is provided
e8c805a
| from langchain_community.agent_toolkits import FileManagementToolkit | |
| from config import CACHE_DIR | |
| file_management_toolkit = FileManagementToolkit(root_dir=str(CACHE_DIR)) | |