feat(ai): implement AI memory system with context extraction and storage
Add comprehensive AI memory functionality including: - Memory context preparation and caching - Fact extraction from conversations - Memory search and retrieval with category support - JSON-based memory update operations (add/update/delete) - Memory deduplication and normalization - Integration with AI conversation flow The system extracts relevant facts from conversations, stores them with categories, and provides contextual memory to enhance AI responses.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -46,3 +46,4 @@ node_modules/
|
||||
gemini-websocket-proxy/
|
||||
Tools/dark-server/dark-server.js
|
||||
Tools/rimworld_cpt_data.jsonl
|
||||
Tools/mem0-1.0.0/
|
||||
|
||||
Reference in New Issue
Block a user