abtsousa
Implement cache directory management and update file fetching to use cache if no working directory is provided
e8c805a
raw
history blame
172 Bytes
from langchain_community.agent_toolkits import FileManagementToolkit
from config import CACHE_DIR
file_management_toolkit = FileManagementToolkit(root_dir=str(CACHE_DIR))