prompts: trying to record discussions with agents, it probably won't
All checks were successful
Deploy to K8s / deploy (push) Successful in 11s

work for me anyway
This commit is contained in:
2026-03-11 11:56:21 +01:00
parent 7d51f9ca77
commit e83d6af1f5
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
i would like to implement caching of data that we load from the google documents. For all of them. I do not need persistence across application restarts, so file of whatever format in tmp directory would be good enough. I think it would be good idea to read metadata about documents we access - last modified time? and reload these files only when document is newer than cached data.
Suggest solution, suggest file format for caching.
------------
i do not need caching for scripts, caching is relevant for web app only