full_session_memory
: Stores complete chat historysummary_memory
: Maintains conversation summariesuser_analysis_memory
: Builds user profilesInMemoryStorage
: Fast, ephemeral storage for developmentJSONStorage
: File-based storage for simple applicationsPostgresStorage
: Production-grade relational database storageMongoStorage
: Scalable NoSQL storageRedisStorage
: High-performance in-memory storageSqliteStorage
: Lightweight local database storageInMemoryStorage
for fast iterationJSONStorage
for file-based persistencePostgresStorage
or MongoStorage
for scalabilityRedisStorage
for caching and speedcontext_formatted
is being setnum_last_messages
for large conversations