mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-07-31 08:59:51 +00:00
✨ 记忆系统:定时记忆整理 (#31)
* ✨ 添加记忆系统 * 🎨 black优化格式 * 🐛 删除apscheduler * ✨ 将记忆插件转换为插件形式 * 🐛 修复函数调用问题 * ✨ 记忆系统:定时记忆整理 * 🎨 pre-commit 检查
This commit is contained in:
@ -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" }
|
||||
|
Reference in New Issue
Block a user