--auto-memory flag enables automatic extraction and storage of important information from conversations.
Quick Start
Usage
Basic Auto Memory
With User Isolation
Combine with Other Features
How It Works
- Conversation Analysis: The system analyzes the conversation
- Information Extraction: Important information is identified
- Categorization: Information is categorized (entities, facts, preferences)
- Storage: Memories are stored for future retrieval
- Retrieval: Memories are automatically injected into future conversations
Memory Types Extracted
Use Cases
Personal Assistant
Project Context
Team Preferences
Viewing Stored Memories
Use the memory command to view whatโs been stored:Memory Persistence
Memories are stored locally and persist across sessions:Best Practices
User Isolation
Use
--user-id for multi-user scenariosRegular Cleanup
Periodically clear old memories with
praisonai memory clearCombine with Sessions
Use with
--session for project-specific memoryMonitor Usage
Use
--metrics to track memory-related token costsPrivacy Considerations
Memories are stored locally on your machine. No data is sent to external servers for memory storage.
- Memories are stored in
.praison/memory/ - Use
praisonai memory clear allto delete all memories - Each user ID has isolated memory storage

