get_all_memories
Method
This is a method of the Memory class in the memory module.Get all memories from both short-term and long-term storage
Signature
Returns
List[Dict[str, Any]]
The result of the operation.
Uses
conn.cursorfetchallc.executejson.loads
Source
View on GitHub
praisonaiagents/memory/memory.py at line 2118
