From 7c23c6466be52770ec246864ef3c8e388d51ee94 Mon Sep 17 00:00:00 2001 From: UnCLAS-Prommer Date: Thu, 15 Jan 2026 17:14:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=80=8E=E4=B9=88=E9=87=8D=E5=A4=8D=E4=BA=86?= =?UTF-8?q?=E4=B8=80=E5=9D=97=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/official_configs.py | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/config/official_configs.py b/src/config/official_configs.py index 7291d188..39ec97f6 100644 --- a/src/config/official_configs.py +++ b/src/config/official_configs.py @@ -187,21 +187,6 @@ class MemoryConfig(ConfigBase): chat_history_finalize_message_count: int = 5 """聊天历史话题打包存储的消息条数阈值,当话题的消息条数超过此值时触发打包存储""" - chat_history_topic_check_message_threshold: int = 80 - """聊天历史话题检查的消息数量阈值,当累积消息数达到此值时触发话题检查""" - - chat_history_topic_check_time_hours: float = 8.0 - """聊天历史话题检查的时间阈值(小时),当距离上次检查超过此时间且消息数达到最小阈值时触发话题检查""" - - chat_history_topic_check_min_messages: int = 20 - """聊天历史话题检查的时间触发模式下的最小消息数阈值""" - - chat_history_finalize_no_update_checks: int = 3 - """聊天历史话题打包存储的连续无更新检查次数阈值,当话题连续N次检查无新增内容时触发打包存储""" - - chat_history_finalize_message_count: int = 5 - """聊天历史话题打包存储的消息条数阈值,当话题的消息条数超过此值时触发打包存储""" - def model_post_init(self, context: Optional[dict] = None) -> None: """验证配置值""" if self.max_agent_iterations < 1: