get_state_dir
Function
This function is defined in the paths module.Get PraisonAI state directory (machine-local: MRU model, logs, spill). Precedence:
PRAISONAI_HOME/ existing legacy home (single root, back-compat)$XDG_STATE_HOME/praisonai(else~/.local/state/praisonai)
Signature
Returns
Path
Path to state directory
Used By
Source
View on GitHub
praisonaiagents/paths.py at line 211
