记忆系统:定时记忆整理 (#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

@ -142,7 +142,7 @@ class Caller:
module_name = ""
self.module_name = module_name
_caller_data[self.full_name] = self
_caller_data[self.aifc_name] = self
logger.opt(colors=True).debug(
f"<y>加载函数 {self.full_name}: {self._description}</y>"
)