Commit Graph

1078 Commits

Author SHA1 Message Date
foxplaying
560bda4a65 优化 2025-10-25 16:19:49 +08:00
foxplaying
1ea3c3eaeb 增加数据清理 2025-10-25 16:11:25 +08:00
SengokuCola
3f7f3da4d1 Merge branch 'dev' of https://github.com/MaiM-with-u/MaiBot into dev 2025-10-25 16:05:58 +08:00
SengokuCola
1971952ac7 Merge pull request #1316 from madoka315/patch-1
【dev】fix: 为内置频率调整添加提示词和约束,修复未达预期效果的误判
2025-10-25 16:05:45 +08:00
SengokuCola
fa682ec38f fix:移除vlm的生成限制 2025-10-25 15:59:11 +08:00
SengokuCola
bd5fc8969b ref:将make_question从Plugin改为回复前工作;为tool添加chat_id字段 2025-10-25 15:56:17 +08:00
madoka315
7a8d01f8e0 feat: 为内置频率调整添加提示词和约束
此commit用于:解决实践中部分模型经常会输出一大段内容,其中包含“过于频繁”关键字,从而导致内置频率调整器误调整的问题。
2025-10-23 23:29:35 +08:00
Cookie987
2318dbadef Fix #1288
提升统计任务容错性,安全加载 local_storage 数据
2025-10-14 22:52:11 +08:00
SengokuCola
f75c6a130d Update planner.py 2025-10-14 13:24:45 +08:00
SengokuCola
36d95848d1 feat:内置频率调整,减轻Planner负担 2025-10-14 13:17:08 +08:00
SengokuCola
0dd3e21c79 Update statistic.py 2025-10-14 12:18:07 +08:00
SengokuCola
10b16947a5 feat:使用通用配置其他平台的id,一处无关代码 2025-10-14 12:08:21 +08:00
exynos
817154a72b 标准化“被@”识别与平台解耦:更改 maim_message 以适配tg等后续平台的视频 2025-10-13 16:00:15 +08:00
exynos
47816e305e 将 _handle_action 中的调用从 run() 改为 execute(),与 BaseAction 接口对齐。
将 _handle_action 中的调用从 run() 改为 execute(),与 BaseAction 接口对齐。
2025-10-12 19:19:11 +08:00
SengokuCola
d073a215e3 better:优化了表达模型的预测,和表达方式的学习逻辑 2025-10-11 23:44:52 +08:00
SengokuCola
958d6e04ee feat:表达方式更新,现在会训练朴素贝叶斯模型来预测使用什么表达 2025-10-11 02:03:03 +08:00
SengokuCola
f88b479afa fix:修复一些bug 2025-10-08 19:39:54 +08:00
SengokuCola
40fb50249f remove:移除部分兼容函数 2025-10-08 18:50:18 +08:00
SengokuCola
16ae212adc feat:将记忆配置项添加到配置文件 2025-10-08 18:45:06 +08:00
SengokuCola
19fd667271 Update message.py 2025-10-05 17:34:57 +08:00
SengokuCola
3f321b59c9 fix:修复标题生成问题 2025-10-05 17:13:16 +08:00
SengokuCola
e2c40db366 fix:问题不会重复提 2025-10-05 17:03:13 +08:00
SengokuCola
f44857d856 better:优化记忆生成 2025-10-05 15:38:13 +08:00
SengokuCola
a3009e0128 fix:修复taget中的图片展示错误的问题 2025-10-05 15:07:08 +08:00
SengokuCola
6a546a7c2b fix 2025-10-04 21:30:39 +08:00
SengokuCola
df5688e912 fix:减少end几率 2025-10-04 21:15:58 +08:00
SengokuCola
5e1479bc85 fix:小Bug 2025-10-04 21:08:53 +08:00
SengokuCola
ced8935fe1 feat:可以定义主动发言概率 2025-10-04 20:58:15 +08:00
SengokuCola
d180a2ec07 Update heartFC_chat.py 2025-10-04 20:32:20 +08:00
SengokuCola
a647b8fb74 feat:隔离所有记忆和问题 2025-10-04 20:24:46 +08:00
SengokuCola
1c5a3f77bc Update heartFC_chat.py 2025-10-04 17:43:28 +08:00
SengokuCola
35c3fe5b10 feat:添加来自困惑内容的主动提问发言 2025-10-04 17:18:43 +08:00
SengokuCola
eaf218ff15 Update brain_chat.py 2025-10-04 14:52:00 +08:00
SengokuCola
57c9811a78 feat:为动作添加更明确的反馈 2025-10-02 20:32:03 +08:00
SengokuCola
dbdf650b1d ref:修改了plan的执行记录展示模式,现在每个动作的执行都会被记录 2025-10-02 20:11:44 +08:00
SengokuCola
92e90a0bee feat:添加频率精准控制,移除s4u代码,优化tool返回值 2025-10-02 01:19:05 +08:00
SengokuCola
aeeceeb32b fix:修复转义问题 2025-10-02 00:06:50 +08:00
SengokuCola
993f85bfeb feat:情绪可开关,默认关 2025-09-30 17:57:54 +08:00
SengokuCola
b2eec7d3b1 fix:修复麦麦好奇和message_api的一个错误 2025-09-30 01:29:10 +08:00
SengokuCola
e2310de6b5 feat:新增麦麦好奇功能,优化记忆构建 2025-09-29 23:46:49 +08:00
SengokuCola
d519406e4a remove:移除无用代码 2025-09-29 21:24:23 +08:00
SengokuCola
a3390f6cba better:优化记忆构建 2025-09-29 20:57:34 +08:00
SengokuCola
2eacac7070 Merge branch 'dev' of https://github.com/MaiM-with-u/MaiBot into dev 2025-09-29 20:29:26 +08:00
SengokuCola
741e123496 feat:添加数据提取脚本 2025-09-29 20:28:26 +08:00
SengokuCola
c9c7a7704c change:将表达器模型给Utils 2025-09-29 18:12:14 +08:00
SengokuCola
0683f56e23 fix:修复记忆提取的一些问题 2025-09-29 00:22:34 +08:00
SengokuCola
f3cbc6ed89 fuix:模糊匹配记忆 2025-09-28 14:33:12 +08:00
SengokuCola
f4b977fa20 Update Memory_chest.py 2025-09-28 14:13:43 +08:00
SengokuCola
14a8890791 feat:提供记忆整合功能 2025-09-28 13:48:31 +08:00
SengokuCola
6b25c0295d fix:更改一些参数 2025-09-28 12:45:17 +08:00