InMemoryMemoryService
An in-memory memory service for prototyping purposes only.
Uses keyword matching instead of semantic search.
Functions
Link copied to clipboard
Adds a session to the memory service.
Link copied to clipboard
open suspend override fun searchMemory(appName: String, userId: String, query: String): SearchMemoryResponse
Searches for sessions that match the query asynchronously.