Get the number of stored memories (useful for testing).
Store a memory record.
Search memories using keyword matching. Searches through summary, rawText, segments, and keyFacts.
Delete memories matching the filter.
Count memories matching the filter.
In-memory storage provider for development and testing. Uses simple keyword matching for search.
Note: This provider does not persist data - all memories are lost when the process exits. Use a persistent storage provider for production.