From c280fa8dab5f8c550663358874fdeca970400a21 Mon Sep 17 00:00:00 2001 From: liuwei Date: Fri, 10 Apr 2026 10:44:10 +0800 Subject: [PATCH] rebalance ai_auto_response participation tuning --- plugins/ai_auto_response/config.toml | 32 ++++++++++++++-------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/plugins/ai_auto_response/config.toml b/plugins/ai_auto_response/config.toml index e902b7e..faea15c 100644 --- a/plugins/ai_auto_response/config.toml +++ b/plugins/ai_auto_response/config.toml @@ -35,31 +35,31 @@ casual_topic = 0.35 [flow] enable_flow_state = true -flow_decay_per_minute = 16 -idle_threshold = 36 -warming_threshold = 60 -engaged_threshold = 96 +flow_decay_per_minute = 14 +idle_threshold = 32 +warming_threshold = 54 +engaged_threshold = 86 at_bot_boost = 40 question_boost = 30 -followup_boost = 12 -topic_boost = 4 -returning_member_boost = 3 -response_accepted_boost = 6 -ignored_reply_penalty = 26 -over_reply_penalty = 32 +followup_boost = 16 +topic_boost = 7 +returning_member_boost = 5 +response_accepted_boost = 8 +ignored_reply_penalty = 22 +over_reply_penalty = 26 night_penalty = 30 max_bot_reply_streak = 1 [cooldown] -group_reply_cooldown_sec = 150 -same_user_followup_cooldown_sec = 28 +group_reply_cooldown_sec = 110 +same_user_followup_cooldown_sec = 22 at_mention_min_interval_sec = 5 at_mention_burst_window_sec = 90 at_mention_burst_limit = 4 at_mention_silent_sec = 180 directed_burst_window_sec = 240 -directed_burst_limit = 3 -directed_burst_silent_sec = 600 +directed_burst_limit = 4 +directed_burst_silent_sec = 480 night_silent_hours = ["01:00-07:30"] [memory] @@ -103,8 +103,8 @@ ignore_exact = ["收到", "好的", "嗯", "哦", "6", "1", "?", "?"] min_text_length = 1 [spam_guard] -repeat_window_sec = 10 -repeat_threshold = 2 +repeat_window_sec = 20 +repeat_threshold = 3 repeat_min_length = 4 [logging]