strands.vended_memory_stores.file_memory_store.types
Configuration types for the FileMemoryStore.
FileMemoryStoreConfig
Section titled “FileMemoryStoreConfig”class FileMemoryStoreConfig(MemoryStoreConfig)Defined in: src/strands/vended_memory_stores/file_memory_store/types.py:13
Configuration for :class:~strands.vended_memory_stores.file_memory_store.FileMemoryStore.
Attributes:
storage- The unified Storage backend for file operations. Defaults to LocalFileStorage at./.strands/. Keys are auto-scoped undermemory/<name>/unless the provided storage is already namespaced, so stores with distinct names safely share one backend. Two stores with the same name on the same backend share storage — give them different names (or separate storage) to isolate them.