paths module and honor the PRAISONAI_HOME environment variable.
Directory Layout
Global — ~/.praisonai/
User-level configuration and state. Applies across all projects.
Project-Local — ./.praisonai/
Per-project data in your working directory. Add .praisonai/ to .gitignore.
Customizing Storage Location
PRAISONAI_HOME Environment Variable
Override the global directory location:
Legacy Migration
If~/.praison/ exists but ~/.praisonai/ doesn’t, PraisonAI uses the legacy path with a deprecation warning:
Python API
All paths resolve through thepaths module:
CLI
Common Patterns
- Solo Developer
- Multiple Projects
- Docker
- Team / CI
Related
Memory
Agent memory storage
Knowledge
Knowledge base management
Session Management
Conversation sessions
Store Types
Storage backend comparison

