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
16
16
- Added support for arbitrary JSON data storage alongside memory structures
17
17
- Improved automatic conversation summarization in working memory
18
18
19
-
20
- - ** Working Memory -> Long-term Memory Promotion** :
19
+ - ** Long-term Memory Promotion** :
21
20
- Implemented seamless flow from working memory to long-term memory via background task processing
22
21
- 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 `
23
23
- Structured memories automatically promoted with vector embeddings and metadata indexing
24
24
- Deduplication and compaction systems for long-term memory management
25
25
- Background task worker system using Docket for reliable memory processing
You can’t perform that action at this time.
0 commit comments