Commit Graph

149 Commits

Author SHA1 Message Date
DrSmoothl
4bc9c5bf7e 炸 service 层 x 2,把能归类为现有重构好的模块的都归类过去 2026-03-14 00:33:08 +08:00
DrSmoothl
ce8d8dfd0a 重构整个插件系统,尝试恢复可启动性,新增插件系统maibot-plugin-sdk依赖 2026-03-07 19:40:51 +08:00
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
eaef7f0e98 Ruff Format 2026-02-21 16:24:24 +08:00
UnCLAS-Prommer
74b852dd8b 根据开发组建议重命名,移除多余的Prompt后缀 2026-02-02 21:10:39 +08:00
UnCLAS-Prommer
f44598a331 全部prompt独立 2026-01-21 22:24:31 +08:00
UnCLAS-Prommer
761e4c8940 PromptManager再修改,测试更新;将主程序的prompt独立到文件(部分) 2026-01-20 22:15:27 +08:00
SengokuCola
523a7517a9 feat:planner加入黑话缓存 2026-01-13 00:47:33 +08:00
SengokuCola
87d4c7c38a remove:移除Planner问题配置项 2026-01-12 00:37:50 +08:00
SengokuCola
b296f0683f feat:优化记忆查询,添加时间信息 2025-12-31 14:06:14 +08:00
SengokuCola
71a85667e3 feat:可选,由llm执行回复 2025-12-31 00:43:08 +08:00
墨梓柒
3dbb53b73c 统一处理机器人识别逻辑,支持多平台(包括 WebUI) 2025-12-29 21:42:07 +08:00
SengokuCola
7cbc2f1462 remove:移除utils_small模型,统一使用tool_use模型,移除弃用的LLM_judge类型 2025-12-24 19:28:44 +08:00
SengokuCola
0852af49f9 feat;优化了记忆检索的速度和token消耗(将question提出交给planenr) 2025-12-24 18:43:32 +08:00
SengokuCola
839a42578c feat:添加回复loig 2025-12-23 21:42:48 +08:00
SengokuCola
a9115c3301 fix:采用更简洁的选择 2025-12-21 16:55:30 +08:00
SengokuCola
c30b89eab1 fix:同一动作不允许多次选择 2025-12-20 20:13:16 +08:00
SengokuCola
c6726005aa Update planner.py 2025-12-20 11:38:40 +08:00
SengokuCola
bc2431ce98 黑话提取新模式 2025-12-18 21:01:32 +08:00
SengokuCola
11dd9ece13 feat:表达方式可以多种随机 2025-12-18 17:07:54 +08:00
SengokuCola
1e159213cf better:优化分割,优化表达使用,优化Planner选择和联动,优化记忆总结,优化回复Log 2025-12-18 10:52:58 +08:00
SengokuCola
52e3e9c297 feat:修复提及必回 2025-12-16 14:59:04 +08:00
墨梓柒
e680a4d1f5 Ruff format 2025-12-13 17:14:09 +08:00
SengokuCola
b73a748f52 feat:优化think_mode,修复表情包选取bug 2025-12-13 00:12:13 +08:00
SengokuCola
52acf0c167 Update planner.py 2025-12-12 23:52:14 +08:00
SengokuCola
110431e6d2 feat:添加思考深度配置 2025-12-12 23:50:55 +08:00
SengokuCola
342a1e22c4 feat:仅保留两种思考力度 2025-12-08 20:13:39 +08:00
SengokuCola
a0ba073cfb remove:人格的兴趣配置项移动到planner prompt中 2025-12-08 19:24:04 +08:00
SengokuCola
717b18be1e feat:思考级别控制 2025-12-07 13:20:02 +08:00
SengokuCola
056a909c77 feat:将是否拦截改为拦截登记 2025-12-03 09:52:23 +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
98d6775e62 ref:解耦表情包识别和图片识别 2025-11-26 13:11:45 +08:00
SengokuCola
028d747d7d better:优化planner和replyer协同 2025-11-20 15:18:15 +08:00
墨梓柒
7839acd25d Ruff fix 2025-11-13 13:24:55 +08:00
SengokuCola
82a87f4926 better:优化planner,提及时消耗更少,连续no_reply时降低敏感度 2025-11-11 23:57:33 +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
00c8144d49 better:修改get_memoy tool以处理没有提取到记忆的情况 2025-10-25 22:02:49 +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
f88b479afa fix:修复一些bug 2025-10-08 19:39:54 +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
ced8935fe1 feat:可以定义主动发言概率 2025-10-04 20:58:15 +08:00
SengokuCola
35c3fe5b10 feat:添加来自困惑内容的主动提问发言 2025-10-04 17:18:43 +08:00
SengokuCola
57c9811a78 feat:为动作添加更明确的反馈 2025-10-02 20:32:03 +08:00