feat(chat): 实现动态消息分发系统和消息打断机制
添加基于focus_energy的动态消息分发周期调整功能,根据聊天流兴趣度智能调整检查间隔 实现消息打断系统,允许高优先级消息打断正在处理的任务 重构ChatStream类,引入动态兴趣度计算系统,包括消息兴趣度统计和用户关系评分 扩展数据库模型和配置系统以支持新功能,增加相关配置项 更新版本号至0.11.0-alpha-1以反映重大功能更新
This commit is contained in:
@@ -4,6 +4,7 @@ import time
|
||||
import signal
|
||||
import sys
|
||||
from functools import partial
|
||||
import traceback
|
||||
from typing import Dict, Any
|
||||
|
||||
from maim_message import MessageServer
|
||||
|
||||
Reference in New Issue
Block a user