File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616 - Added support for arbitrary JSON data storage alongside memory structures
1717 - Improved automatic conversation summarization in working memory
1818
19-
20- - ** Working Memory -> Long-term Memory Promotion** :
19+ - ** Long-term Memory Promotion** :
2120 - Implemented seamless flow from working memory to long-term memory via background task processing
2221 - Agent only has to think about working memory, long-term memory is managed automatically (but can be managed manually, too)
22+ - Use any LangChain ` VectorStore ` subclass for long-term storage, defaults to ` RedisVectorStore `
2323 - Structured memories automatically promoted with vector embeddings and metadata indexing
2424 - Deduplication and compaction systems for long-term memory management
2525 - Background task worker system using Docket for reliable memory processing
You can’t perform that action at this time.
0 commit comments