Skip to content

strands.vended_memory_stores

Vended memory stores for Strands Agents.

Concrete :class:~strands.memory.types.MemoryStore backends shipped with the SDK. A store may be imported from here or from its subpackage, e.g. from strands.vended_memory_stores import BedrockKnowledgeBaseStore.

def __getattr__(name: str) -> Any

Defined in: src/strands/vended_memory_stores/init.py:15

Lazy load store implementations only when accessed.

This defers the import of optional dependencies until actually needed.