docs: add changelog entries for #4156

This commit is contained in:
Mark Backman
2026-03-26 13:30:00 -04:00
parent 4e4a8c45d5
commit 83911dced6
4 changed files with 4 additions and 0 deletions

1
changelog/4156.added.md Normal file
View File

@@ -0,0 +1 @@
- Added `Mem0MemoryService.get_memories()` convenience method for retrieving all stored memories outside the pipeline (e.g. to build a personalized greeting at connection time). This avoids the need to manually handle client type branching, filter construction, and async wrapping.