refactor: 重构心流聊天模块,简化频率控制; 删除 frequency_control.py 和 hfc_utils_old.py 旧文件; 新增 heartflow_manager.py 统一管理心流聊天; 将 HeartFChatting.adjust_talk_frequency 改为同步方法; 更新消息处理器使用新的 heartflow_manager;

This commit is contained in:
UnCLAS-Prommer
2026-03-12 11:12:47 +08:00
committed by DrSmoothl
parent e303fbeb6b
commit 021463b9f9
5 changed files with 15 additions and 145 deletions

View File

@@ -119,7 +119,7 @@ class HeartFChatting:
logger.info(f"{self.log_prefix} HeartFChatting 已停止")
async def adjust_talk_frequency(self, new_value: float):
def adjust_talk_frequency(self, new_value: float):
"""调整发言频率的调整值
Args: