File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,12 @@ memory operations in AI applications.
2323 - Namespace support for session isolation
2424 - Both a REST interface and MCP server
2525
26+ ## System Diagram
27+ ![ System Diagram] ( diagram.png )
28+
2629## Roadmap
2730- Long-term memory deduplication
28- - More options for moving session memory to long-term memory
31+ - Configurable strategy for moving session memory to long-term memory
2932- Auth hooks
3033- Use a background task system instead of ` BackgroundTask `
3134
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ dependencies = [
2121 " tiktoken>=0.5.1" ,
2222 " numpy>=2.1.0" ,
2323 " pydantic-settings>=2.8.1" ,
24- " bertopic>> 0.16.4 <= 0.17.0" ,
24+ " bertopic>= 0.16.4,< 0.17.0" ,
2525 " structlog>=25.2.0" ,
2626 " transformers>=4.30.0" ,
2727 " numba>=0.60.0" ,
You can’t perform that action at this time.
0 commit comments