Interface for memory storage backends. Agent developers implement this or use provided defaults.
Implementations decide:
Store a memory record.
Search memories. Implementation decides the search algorithm.
Delete memories matching filter.
Optional
Count memories matching filter (for quota management).
Interface for memory storage backends. Agent developers implement this or use provided defaults.
Implementations decide: