Skip to main content

get_memory_dir

Function
This function is defined in the paths module.
Get memory directory for short/long term databases.

Signature

def get_memory_dir() -> Path

Returns

Returns
Path
Path to ~/.praisonai/memory/

Uses

  • get_data_dir

Source

View on GitHub

praisonaiagents/paths.py at line 237