
Overview
Memory enables agents to remember conversations and learn about users. It maintains conversation history, creates summaries, and builds user profiles to provide context across interactions.Storage InstallationThis installs Upsonic with storage dependencies including SQLite, PostgreSQL, Redis, MongoDB, and Mem0 for memory management. These backends enable persistent conversation history, user profiles, and automatic memory management across agent sessions.
Key Features
- Conversation History: Remember previous messages and maintain context
- User Profiles: Learn user preferences and communication style
- Automatic Summaries: Generate conversation summaries
- Multiple Storage Backends: SQLite, Redis, PostgreSQL, or in-memory
- Flexible Memory Types: Choose full history, summaries, or user analysis
- Automatic Management: Memory is saved and loaded automatically
Example
Navigation
- Memory Attributes - Comprehensive guide to all memory configuration options
- Choosing the Right Memory Types - Select appropriate memory types for your use case
- Memory Types - Detailed guides on conversation, summary, and focus memory
- Storage Options - Configure SQLite, PostgreSQL, Redis, MongoDB, and other storage backends
- Basic Memory Example - Get started with memory integration

