InMemoryMemoryService
An in-memory memory service for prototyping purposes only.
Uses keyword matching instead of semantic search.
Functions
Link copied to clipboard
Link copied to clipboard
open suspend override fun addSessionToMemory(session: Session): ERROR CLASS: Unresolved name: withLock
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.