Commit Graph

276 Commits

Author SHA1 Message Date
DrSmoothl
2e3dd44ee9 Refactor chat stream handling to use BotChatSession
- Updated imports and references from ChatStream to BotChatSession across multiple files.
- Adjusted method signatures and internal logic to accommodate the new session management.
- Ensured compatibility with existing functionality while improving code clarity and maintainability.
2026-03-07 00:57:37 +08:00
DrSmoothl
6378bb2052 fix Ruff 2026-02-21 16:29:30 +08:00
DrSmoothl
eaef7f0e98 Ruff Format 2026-02-21 16:24:24 +08:00
UnCLAS-Prommer
119241f251 PersonInfoModel; 修改部分方法参数和部分文件位置;移除多余文件;炸毁可启动性 2026-02-21 15:54:03 +08:00
DrSmoothl
16b16d2ca6 重构绝大部分模块以适配新版本的数据库和数据模型,修复缺少依赖问题,更新 pyproject 2026-02-13 20:39:11 +08:00
UnCLAS-Prommer
3a66bfeac1 恢复可用性 2026-01-16 23:03:45 +08:00
墨梓柒
3dbb53b73c 统一处理机器人识别逻辑,支持多平台(包括 WebUI) 2025-12-29 21:42:07 +08:00
SengokuCola
ba9b9d26a2 fix:间隔过长的消息在回复器中会特殊处理 2025-12-27 11:54:31 +08:00
SengokuCola
0852af49f9 feat;优化了记忆检索的速度和token消耗(将question提出交给planenr) 2025-12-24 18:43:32 +08:00
SengokuCola
f7a2f2329a better:优化表达方式学习和分割 2025-12-18 16:39:16 +08:00
SengokuCola
1e159213cf better:优化分割,优化表达使用,优化Planner选择和联动,优化记忆总结,优化回复Log 2025-12-18 10:52:58 +08:00
墨梓柒
e680a4d1f5 Ruff format 2025-12-13 17:14:09 +08:00
SengokuCola
3798933f91 fix:私聊自我回复炸裂 2025-12-07 23:45:54 +08:00
SengokuCola
add29efefc better:优化做梦表现 2025-12-04 20:00:20 +08:00
SengokuCola
056a909c77 feat:将是否拦截改为拦截登记 2025-12-03 09:52:23 +08:00
SengokuCola
7f66d5588d better:优化表达方式提取的token消耗 2025-12-03 00:21:02 +08:00
SengokuCola
3368c38d05 fix:优化部分Log 2025-11-30 16:57:15 +08:00
SengokuCola
fdc0a87c31 Merge branch 'dev' of https://github.com/Mai-with-u/MaiBot into dev 2025-11-29 20:06:49 +08:00
SengokuCola
e609632455 fix:修复表情包不保存的问题/新增统计项目 2025-11-29 20:06:18 +08:00
墨梓柒
3935ce817e Ruff Fix & format 2025-11-29 14:38:42 +08:00
SengokuCola
f8477e573e ref:重构历史消息记录概括器
支持分话题提取
更智能的截断
支持文件缓存
支持要点提取
2025-11-28 01:29:35 +08:00
SengokuCola
4a530a7bca fix:planner和replyer正确处理拦截 2025-11-26 16:38:34 +08:00
SengokuCola
265d946ebd feat:正确拦截消息 2025-11-26 16:09:44 +08:00
SengokuCola
98d6775e62 ref:解耦表情包识别和图片识别 2025-11-26 13:11:45 +08:00
SengokuCola
b684a95fbc feat:升级jargon,提取更快速,更精准 2025-11-25 01:58:31 +08:00
SengokuCola
256a5e3cef feat:优化log配置项 2025-11-20 14:48:10 +08:00
墨梓柒
44f427dc64 Ruff fix 2025-11-19 23:35:14 +08:00
SengokuCola
68916d1fcb better:优化表达方式选择 2025-11-16 11:35:36 +08:00
墨梓柒
7839acd25d Ruff fix 2025-11-13 13:24:55 +08:00
SengokuCola
012e0460e5 feat:记忆遗忘,优化记忆提取 2025-11-12 01:29:11 +08:00
SengokuCola
2d6eba7da1 better:优化记忆提取能力 2025-11-11 23:57:47 +08:00
SengokuCola
250919f892 fix:回复超长现可返回原文 2025-11-11 23:56:57 +08:00
SengokuCola
17e6a215d8 featrue:添加大量新统计指标 2025-11-11 01:19:09 +08:00
SengokuCola
26784b00a5 better:优化记忆检索占用 2025-11-11 00:40:43 +08:00
SengokuCola
85864c7013 Merge branch 'dev' of https://github.com/Mai-with-u/MaiBot into dev 2025-11-10 22:20:18 +08:00
SengokuCola
fd19170543 better:美化统计界面 2025-11-10 22:13:25 +08:00
SengokuCola
f982092fab Merge pull request #1353 from XXXxx7258/dev
增加配置项,可选是否超出句子数量后,合并全部消息并发出。
2025-11-10 19:02:35 +08:00
晴空
79687b2702 Handle overflow in response splitting logic 2025-11-10 17:59:27 +08:00
SengokuCola
71a2a4282b fix:优化记忆提取和聊天压缩 2025-11-10 12:27:54 +08:00
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
7b3793f366 better:优化log和添加changelog 2025-11-09 14:14:57 +08:00
SengokuCola
d761d42dd7 feat:添加聊天记录总结模块 2025-11-09 14:00:27 +08:00
SengokuCola
ea5d08ba54 better:统计现在统计模型名,限制思考长度 2025-10-25 21:31:02 +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
fa682ec38f fix:移除vlm的生成限制 2025-10-25 15:59:11 +08:00
Cookie987
2318dbadef Fix #1288
提升统计任务容错性,安全加载 local_storage 数据
2025-10-14 22:52:11 +08:00