feat(memory): 添加记忆系统模块

This commit is contained in:
徐涛
2026-06-08 08:42:43 +08:00
parent 1fe7f02281
commit 2ecc0b4001
9 changed files with 1244 additions and 0 deletions
+1
View File
@@ -19,6 +19,7 @@ futures-core = "0.3"
bytes = "1"
async-stream = "0.3"
tokio-util = { version = "0.7", features = ["rt"] }
time = { version = "0.3", features = ["serde"] }
[dev-dependencies]
dotenvy = "0.15.7"