willing基类大致完成

This commit is contained in:
meng_xi_pan
2025-04-09 12:32:18 +08:00
parent 58dc9e0840
commit b468b67cf1
4 changed files with 194 additions and 98 deletions

View File

@@ -63,7 +63,7 @@ class MainSystem:
asyncio.create_task(person_info_manager.personal_habit_deduction())
# 启动愿望管理器
await willing_manager.ensure_started()
await willing_manager.async_task_starter()
# 启动消息处理器
if not self._message_manager_started: