Skip to content

Commit 1c43ab6

Browse files
authored
Update CHANGELOG.md
1 parent d0c42fa commit 1c43ab6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)