stagehand icon indicating copy to clipboard operation
stagehand copied to clipboard

Allow users to specify where they want to store the cache instead of having it hardcoded

Open kamath opened this issue 1 year ago • 1 comments

It seems like a cache directory is created even when caching is disabled. This can become a problem when the library is used in an environment where mkdir is not possible. In the long term, it probably makes sense to allow the users to connect to some external storage / database? In the short-term, would it be possible to allow the users to specify where they want to store the cache instead of having it hardcoded?

kamath avatar Nov 20 '24 00:11 kamath

Addressed not creating a new directory when enableCaching is set to false here #191

its-jz avatar Nov 20 '24 03:11 its-jz