-
Notifications
You must be signed in to change notification settings - Fork 137
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Is your feature request related to a problem?
- Yes, it is related to a problem
Describe the feature you'd like
Implement Persistent Memory Storage for LG Checkpoints
Refers #73
🌟 Feature Description
Implement persistent database storage for conversation summaries, user interactions, and agent state management. Currently, all memory is lost when the application restarts.
🔍 Problem Statement
- InMemorySaver() loses all conversation history and summaries on application restart
store_summary_to_database()function insummarization_node.pyis a placeholder- User interaction history is not persisted to the database
- No long-term memory across sessions for personalized user experiences
- Thread management relies on volatile memory storage
🎯 Expected Outcome
- Persistent conversation memory that survives application restarts
- Automatic storage of conversation summaries in Supabase
interactionstable - User profile updates based on conversation history
- Long-term memory for personalized DevRel assistance
- Database-backed checkpointing instead of InMemorySaver()
Record
- I agree to follow this project's Code of Conduct
- I want to work on implementing this feature
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers