get_storage_dir
Function
This function is defined in the paths module.Get generic storage directory.
Signature
Returns
Path to ~/.praisonai/storage/
Uses
get_data_dir
Used By
Source
View on GitHub
praisonaiagents/paths.py at line 177get_storage_dir: Get generic storage directory.
This function is defined in the paths module.Get generic storage directory.
def get_storage_dir() -> Path
get_data_dirpraisonaiagents/paths.py at line 177