File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ A Redis-powered memory server built for AI agents and applications. It manages b
3131This project is under active development and is ** pre-release** software. Think of it as an early beta!
3232
3333### Roadmap
34- - Long-term memory deduplication and compaction
35- - Configurable strategy for moving session memory to long-term memory
36- - Authentication/authorization hooks
37- - Use a background task system instead of ` BackgroundTask `
38- - Separate Redis connections for long-term and short-term memory
34+ - [x] Long-term memory deduplication and compaction
35+ - [ ] Configurable strategy for moving session memory to long-term memory
36+ - [ ] Authentication/authorization hooks
37+ - [x] Use a background task system instead of ` BackgroundTask `
38+ - [ ] Separate Redis connections for long-term and short-term memory
3939
4040## REST API Endpoints
4141
You can’t perform that action at this time.
0 commit comments