Skip to main content

get_all_memories

Method
This is a method of the DakeraMemoryAdapter class in the factories module.
Return all memories for the agent (no embedding required).

Signature

Returns

List[Dict[str, Any]]
The result of the operation.

Uses

  • batch_recall
  • BatchRecallRequest

Source

View on GitHub

praisonaiagents/memory/adapters/factories.py at line 692