让麦麦在群聊中低频跟发问号或多人队形复读,不进入主 Planner。
- 问号复读:当群友单独发送「?」时,麦麦有概率跟发一个「?」
- 队形复读:当 2 人以上发送相同短句时,麦麦有概率跟风复读
在 MaiBot WebUI 插件市场搜索 codex.group-repeat-plugin 安装,或手动将本仓库克隆到 plugins/ 目录。
插件默认启用,安装后自动生效,无需额外命令。
触发条件通过 Hooks 拦截消息,不占用 LLM 调用。
[plugin]
enabled = true
config_version = "1.0.0"
[behavior]
question_mark_probability = 0.15 # 跟发问号的概率
follow_trend_max_tokens = 30 # 复读消息最大长度
follow_trend_min_messages = 2 # 触发复读的最小消息数
follow_trend_min_users = 2 # 触发复读的最少人数
follow_trend_probability = 0.30 # 跟风复读概率
cooldown_seconds = 30 # 降低连续复读概率的冷却秒数MIT