get_memory_dir
Function
This function is defined in the paths module.Get memory directory for short/long term databases.
Signature
Returns
Path to ~/.praisonai/memory/
Uses
get_data_dir
Source
View on GitHub
praisonaiagents/paths.py at line 237get_memory_dir: Get memory directory for short/long term databases.
This function is defined in the paths module.Get memory directory for short/long term databases.
def get_memory_dir() -> Path
get_data_dirpraisonaiagents/paths.py at line 237