修改了一些bug,包括缓冲器对于消息类型的处理,personinfo的拷贝问题,添加用户信息间隔的收集
This commit is contained in:
@@ -56,8 +56,9 @@ class MainSystem:
|
||||
self.mood_manager.start_mood_update(update_interval=global_config.mood_update_interval)
|
||||
logger.success("情绪管理器启动成功")
|
||||
|
||||
# 检查并清除person_info冗余字段
|
||||
# 检查并清除person_info冗余字段,启动个人习惯推断
|
||||
await person_info_manager.del_all_undefined_field()
|
||||
# asyncio.create_task(person_info_manager.personal_habit_deduction())
|
||||
|
||||
# 启动愿望管理器
|
||||
await willing_manager.ensure_started()
|
||||
|
||||
Reference in New Issue
Block a user