SengokuCola
|
87d4c7c38a
|
remove:移除Planner问题配置项
|
2026-01-12 00:37:50 +08:00 |
|
墨梓柒
|
a72bcc4759
|
初步修复PFC的导入错误
|
2026-01-07 00:46:38 +08:00 |
|
SengokuCola
|
a8c25cdc15
|
feat:wait可被打断,不推荐修改私聊planner
|
2026-01-06 22:40:46 +08:00 |
|
SengokuCola
|
66ede717d7
|
Merge branch 'dev' of https://github.com/Mai-with-u/MaiBot into dev
|
2026-01-03 14:38:15 +08:00 |
|
SengokuCola
|
3af8ee5cb6
|
feat:超时也强制引用回复(非llm判定时)
|
2026-01-03 14:38:11 +08:00 |
|
墨梓柒
|
5ecdf1c53d
|
feat: 添加并发处理支持,优化消息段和转发消息的处理性能
|
2026-01-03 14:03:59 +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 |
|
SengokuCola
|
67c24f84cd
|
feat:日志上线数量可更改
|
2025-12-31 00:07:55 +08:00 |
|
墨梓柒
|
3dbb53b73c
|
统一处理机器人识别逻辑,支持多平台(包括 WebUI)
|
2025-12-29 21:42:07 +08:00 |
|
SengokuCola
|
65f91367c0
|
Merge pull request #1460 from Qhzy1411/dev
fix: 修复了replyer在群聊中能随机表达风格而在私聊中不行
|
2025-12-28 00:02:37 +08:00 |
|
SengokuCola
|
8e7a2aecae
|
fix:修复黑话提取的学习缓存
|
2025-12-27 19:43:46 +08:00 |
|
SengokuCola
|
99665e7918
|
feat:新增自动表达优化功能,优化表达方式的提取
|
2025-12-27 17:20:11 +08:00 |
|
SengokuCola
|
ba9b9d26a2
|
fix:间隔过长的消息在回复器中会特殊处理
|
2025-12-27 11:54:31 +08:00 |
|
青荷芷烟
|
d57f9771e1
|
fix: 修复了replyer在群聊中能随机表达风格而在私聊中不行
|
2025-12-26 18:10:17 +08:00 |
|
SengokuCola
|
7cbc2f1462
|
remove:移除utils_small模型,统一使用tool_use模型,移除弃用的LLM_judge类型
|
2025-12-24 19:28:44 +08:00 |
|
SengokuCola
|
a3c3fcf518
|
remove:无用模型
|
2025-12-24 18:53:15 +08:00 |
|
SengokuCola
|
0852af49f9
|
feat;优化了记忆检索的速度和token消耗(将question提出交给planenr)
|
2025-12-24 18:43:32 +08:00 |
|
SengokuCola
|
3868c58e42
|
Update private_generator.py
|
2025-12-24 00:03:25 +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 |
|
DawnARC
|
8939a02d86
|
fix:补全#1386号PR中关于embedding_store.py的相关基础函数
引入了一个 “dirty” 标志,用于跟踪嵌入存储(embedding store)是否需要重新构建 Faiss 索引;新增了 delete_items 方法,支持按 key 删除嵌入向量。
同时改进了 Faiss 索引的重建逻辑,在不必要时跳过重建操作;EmbeddingManager 也利用了这些增强功能,以优化索引管理流程。
另外还包含了一些 小规模重构,以及一个用于 文本哈希的静态方法。
|
2025-12-19 18:03:47 +08:00 |
|
墨梓柒
|
3231995ebd
|
feat: 增强 WebUI 配置,支持防爬虫和安全 Cookie 设置
|
2025-12-19 00:44:22 +08:00 |
|
UnCLAS-Prommer
|
d3b71a7181
|
Merge pull request #1386 from A-Dawn/feat-lpmm知识库加强
LPMM 知识库删除能力与自检脚本增强(附关键健壮性修复)
|
2025-12-18 22:56:12 +08:00 |
|
SengokuCola
|
8b03ade31a
|
fix:私聊爆炸
|
2025-12-18 22:11:24 +08:00 |
|
SengokuCola
|
bc2431ce98
|
黑话提取新模式
|
2025-12-18 21:01:32 +08:00 |
|
SengokuCola
|
f5b5c009bf
|
fix:使用chat_manager而不是计算cha_id
|
2025-12-18 21:01:23 +08:00 |
|
陈曦
|
f41c2113dc
|
feat:为 LPMM 流水线脚本添加非交互模式
为 info_extraction.py、import_openie.py、delete_lpmm_items.py 以及新增的 lpmm_manager.py 引入统一的 --non-interactive 参数,使其能够在 CI 和自动化场景下实现完全脚本化、无交互运行。新增了一个功能完整的命令行管理脚本(lpmm_manager.py)以及一份详细的用户指南(lpmm_pipelines_guide.md)。同时,更新了 test_lpmm_retrieval.py,以支持通过 CLI 自定义测试用例,并改进了整个流水线中的错误处理和用户提示。最后,从文档和代码中移除了 ppr_relation_cap 参数。
|
2025-12-18 20:40:05 +08:00 |
|
Dawn ARC
|
20c9cbad3e
|
Merge branch 'dev' into feat-lpmm知识库加强
|
2025-12-18 18:58:10 +08:00 |
|
SengokuCola
|
216c51d7a2
|
feat:可以关闭回复前黑话自动提取
|
2025-12-18 17:34:32 +08:00 |
|
SengokuCola
|
11dd9ece13
|
feat:表达方式可以多种随机
|
2025-12-18 17:07:54 +08:00 |
|
SengokuCola
|
f7a2f2329a
|
better:优化表达方式学习和分割
|
2025-12-18 16:39:16 +08:00 |
|
tcmofashi
|
7ad97158c4
|
fix: 再次修复消息发送
|
2025-12-18 13:50:50 +08:00 |
|
tcmofashi
|
b82389e4a2
|
fix: 修复消息发送
|
2025-12-18 12:21:33 +08:00 |
|
SengokuCola
|
becc87930d
|
Merge branch 'dev' of https://github.com/Mai-with-u/MaiBot into dev
|
2025-12-18 10:53:02 +08:00 |
|
SengokuCola
|
1e159213cf
|
better:优化分割,优化表达使用,优化Planner选择和联动,优化记忆总结,优化回复Log
|
2025-12-18 10:52:58 +08:00 |
|
tcmofashi
|
dc95ea25a2
|
Merge pull request #1432 from tcmofashi/dev
feat: 支持maim_message api-server模式
|
2025-12-17 15:26:13 +08:00 |
|
SengokuCola
|
52e3e9c297
|
feat:修复提及必回
|
2025-12-16 14:59:04 +08:00 |
|
SengokuCola
|
6e9baff87f
|
Merge branch 'dev' of https://github.com/Mai-with-u/MaiBot into dev
|
2025-12-15 00:07:31 +08:00 |
|
SengokuCola
|
3db9fafe65
|
feat:黑化和表达不会将名字总结进去
|
2025-12-15 00:05:15 +08:00 |
|
tcmofashi
|
c69ec06130
|
feat: 支持maim_message api-server模式
|
2025-12-14 12:36:25 +08:00 |
|
墨梓柒
|
e680a4d1f5
|
Ruff format
|
2025-12-13 17:14:09 +08:00 |
|
墨梓柒
|
ef377bb0cd
|
Merge branch 'dev' of https://github.com/MaiM-with-u/MaiBot into dev
|
2025-12-13 15:13:25 +08:00 |
|
墨梓柒
|
ee59f270f8
|
添加对视频卡片、音乐卡片和小程序分享卡片消息的处理
|
2025-12-13 15:13:18 +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
|
08ce18e0f4
|
Merge branch 'dev' of https://github.com/Mai-with-u/MaiBot into dev
|
2025-12-12 23:50:59 +08:00 |
|
SengokuCola
|
110431e6d2
|
feat:添加思考深度配置
|
2025-12-12 23:50:55 +08:00 |
|