记忆系统:定时记忆整理 (#31)

*  添加记忆系统

* 🎨 black优化格式

* 🐛 删除apscheduler

*  将记忆插件转换为插件形式

* 🐛 修复函数调用问题

*  记忆系统:定时记忆整理

* 🎨 pre-commit 检查
This commit is contained in:
XuChenXu
2024-12-30 23:14:49 +08:00
committed by GitHub
parent 9851872724
commit 5f7d82ae29
5 changed files with 54 additions and 13 deletions

View File

@ -26,7 +26,8 @@ dependencies = [
"aiofiles>=24.1.0",
"sumy>=0.11.0",
"azure-ai-inference>=1.0.0b6",
"watchdog>=6.0.0"
"watchdog>=6.0.0",
"nonebot-plugin-apscheduler>=0.5.0"
]
license = { text = "MIT, Mulan PSL v2" }