Open Source framework for voice and multimodal conversational AI
feat(mem0): add get_memories() convenience method to Mem0MemoryService
Expose a public method for retrieving all stored memories outside the pipeline, avoiding the need for callers to reimplement client branching, OR filter construction, and asyncio.to_thread wrapping. Simplify the example get_initial_greeting() to use it.
M
Mark Backman committed
9c6d51c5703c4fdbc4632e0a0f6e10fe77a37dcf
Parent: 9152d85