II.
LibraryProcess overview
Reference · livelib-process:ai-agents-conversational--long-term-memory-management
long-term-memory-management overview
Long-Term Memory and User Profile Management - Process for building persistent memory systems that track user preferences, historical interactions, learned facts, and personalization across sessions.
Attributes
displayName
long-term-memory-management
description
Long-Term Memory and User Profile Management - Process for building persistent memory systems that track
user preferences, historical interactions, learned facts, and personalization across sessions.
libraryPath
library/specializations/ai-agents-conversational/long-term-memory-management.js
specialization
ai-agents-conversational
references
- - Zep: https://docs.getzep.com/ - Mem0: https://docs.mem0.ai/ - User Modeling: https://en.wikipedia.org/wiki/User_modeling
example
const result = await orchestrate('specializations/ai-agents-conversational/long-term-memory-management', {
systemName: 'user-memory',
userAttributes: ['preferences', 'history', 'facts'],
factTypes: ['personal', 'preferences', 'context']
});
usesAgents
- user-profile-manager
- fact-extractor
- preference-developer
- personalization-developer
- privacy-developer
usesSkills
- entity-memory-store
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:ai-agents-conversational·Specialization
lib_implements_workflow1
- workflow:agent-evaluation-cycle·WorkflowAgent Evaluation Cycle
Incoming edges
None.