Commit Graph

1103 Commits

Author SHA1 Message Date
SengokuCola
10cd2474af better:优化错别字生成和分段 2025-11-10 01:13:02 +08:00
SengokuCola
70cffcc387 update:修正记忆提取llm统计 2025-11-10 00:46:48 +08:00
SengokuCola
53bbda0c07 feat:多样化不知道 2025-11-10 00:30:23 +08:00
SengokuCola
224af22142 better:大幅优化planner消耗 -60% 2025-11-10 00:21:36 +08:00
SengokuCola
acf316281b fix:非提及不回复 2025-11-09 20:44:00 +08:00
SengokuCola
9191756412 test:压缩1/3的planner消耗 2025-11-09 18:05:33 +08:00
SengokuCola
d5642c6916 fix:prompt问题 2025-11-09 17:49:37 +08:00
SengokuCola
98c85d8d1d fix:修复私聊记忆 2025-11-09 17:35:43 +08:00
SengokuCola
7b3793f366 better:优化log和添加changelog 2025-11-09 14:14:57 +08:00
SengokuCola
7a3f260cc3 feat:添加ReAct记忆提取系统 2025-11-09 14:02:29 +08:00
SengokuCola
d761d42dd7 feat:添加聊天记录总结模块 2025-11-09 14:00:27 +08:00
SengokuCola
fb1b520e68 better:优化直接提及时的回复速度 2025-11-09 13:59:51 +08:00
SengokuCola
605eb636c8 feat:移除表达方式上限,优化replyer prompt 2025-11-07 15:27:04 +08:00
SengokuCola
5bde31e512 feat:添加黑话收集器 2025-11-05 00:35:26 +08:00
SengokuCola
03e06c282c feat:可以对不同chat自定义一段额外prompt 2025-11-05 00:35:16 +08:00
SengokuCola
6adc972e53 feat:添加主动发言相关api 2025-11-04 21:20:59 +08:00
SengokuCola
3e5058eb0f fix:优化记忆提取,提供细节prompt debug项目 2025-11-03 22:41:21 +08:00
xiaoxi68
cb5962f739 fix: 撤回通知日志优化并避免二次空日志 2025-10-30 13:22:29 +08:00
SengokuCola
e0aa745ba4 feat:记忆遗忘和动态合并阈值 2025-10-30 11:27:01 +08:00
SengokuCola
1d8b7aa805 update:修改版本号,修改默认max_token,修改hangelog 2025-10-27 16:07:54 +08:00
SengokuCola
5a8779aea4 Update brain_chat.py 2025-10-26 23:17:04 +08:00
SengokuCola
7660be7076 ref:修改默认推荐模型为v3.2和r1 2025-10-26 23:06:11 +08:00
SengokuCola
00c8144d49 better:修改get_memoy tool以处理没有提取到记忆的情况 2025-10-25 22:02:49 +08:00
SengokuCola
ea5d08ba54 better:统计现在统计模型名,限制思考长度 2025-10-25 21:31:02 +08:00
SengokuCola
ae1f509cdb feat:支持多重人格和切换概率配置 2025-10-25 16:39:59 +08:00
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