Mem0MemoryAdapter
Defined in the factories module.AI Agent Memory adapter that wraps mem0.Memory to implement MemoryProtocol. This adapter handles the integration between PraisonAI’s memory interface and mem0’s memory system.
Constructor
Dict[str, Any]
required
No description available.
Methods
store_short_term()
Store in mem0 (treated as long-term since mem0 doesn’t distinguish).
search_short_term()
Search mem0 (treated as long-term since mem0 doesn’t distinguish).
store_long_term()
Store text in mem0.
search_long_term()
Search mem0 for relevant memories.
get_all_memories()
Get all memories from mem0.
Source
View on GitHub
praisonaiagents/memory/adapters/factories.py at line 175
