SengokuCola
ad720f42bc
Update maisaka_generator_multi.py
2026-04-09 14:10:00 +08:00
SengokuCola
b28481d205
feat:优化timing门控逻辑,减少消耗,提高速度
2026-04-09 13:56:34 +08:00
SengokuCola
daef71b7e9
移除无用prompt,优化replyer回复表现
2026-04-09 13:22:18 +08:00
SengokuCola
ca8d726d53
fix:允许表达方式全局共享
2026-04-09 12:58:37 +08:00
DrSmoothl
7a42a1cb2a
test
2026-04-08 00:15:34 +08:00
SengokuCola
1a617a151b
fix:修复数据库问题
2026-04-07 21:43:07 +08:00
SengokuCola
4849c29b68
fix:表情包识别失败问题
2026-04-07 21:26:42 +08:00
SengokuCola
f058bc3189
feat:合并timing和plan展示,回复频率控制
2026-04-07 20:26:07 +08:00
SengokuCola
297b1bf5e3
remove:无用文件
2026-04-07 18:41:37 +08:00
SengokuCola
2233ee1af4
feat:给planner最终展示添加统一结果
2026-04-07 18:16:12 +08:00
SengokuCola
6968879a04
feat:修复孤儿工具报错,为replyer等tool添加统一的控制台展示接口
2026-04-07 16:21:42 +08:00
DrSmoothl
c5f514946b
feat: 更新代码规范,添加导入顺序的详细说明
2026-04-07 15:19:10 +08:00
SengokuCola
09bce14664
feat:为失败请求留档并提供重试分析
2026-04-07 15:16:06 +08:00
SengokuCola
3b5baf901a
移除残留的KnowU系统,修复gemini请求的思考签名问题
2026-04-07 15:15:37 +08:00
SengokuCola
f2b64cc58c
remove:无用配置,整理配置文件
2026-04-07 14:30:23 +08:00
SengokuCola
50a51757a8
feat:添加提及必回,部分尺寸过大自动重试,移除无用配置项,正确解析at消息
2026-04-07 01:31:58 +08:00
Dawn ARC
d3fc044a39
Merge pull request #1583 from A-Dawn/r-dev
...
fix:校验 JSON 导入并添加警告
2026-04-06 20:52:54 +08:00
DawnARC
0cfaa15988
fix:校验 JSON 导入并添加警告
...
为 JSON 导入载荷增加更健壮的校验,避免将类似哈希的十六进制 token 误识别为内容/实体/关系
在 import_payloads 中引入 ImportPayloadValidationError、is_probable_hash_token、normalize_entity_import_item 和 normalize_relation_import_item;同时收紧段落校验(对空内容或类似哈希的内容进行抛错/跳过)
更新 web_import_manager,按文件收集并追加警告(warning_count、warnings),跳过写入类似哈希的条目,限制保留警告数量,并透传 _build_json_units 的构建警告。
更新 process_knowledge 脚本以复用相同校验逻辑,对实体/关系增加哈希防护并跳过相关项,同时记录被跳过项的汇总日志。
更新 IMPORT_GUIDE.md,补充 JSON 导入约束与任务警告字段。另在 query_memory 中增加回退逻辑:当按人物过滤的检索无结果时,自动降级为关键词检索,并在工具结果中附带回退元数据
2026-04-06 20:48:47 +08:00
SengokuCola
526fc9b763
feat:优化表情包注册,迁移数据库v3
2026-04-05 20:12:21 +08:00
SengokuCola
80be746be0
feat:拆分maisak一些混杂结构
2026-04-05 17:44:28 +08:00
SengokuCola
499abe89aa
Update emoji_manager.py
2026-04-05 15:17:53 +08:00
SengokuCola
b267f49035
remove:多余prompt
2026-04-05 14:50:59 +08:00
SengokuCola
d82b37a08f
feat:修复gemini tool问题,简化表情包识别,修复非多模态plan图片识别
2026-04-05 14:50:52 +08:00
SengokuCola
18d48e0145
fix:正常获取Bot自身发送的消息id
2026-04-05 13:05:18 +08:00
DrSmoothl
ead90cbdf3
feat: 添加 WebUI 静态资源包提示和相关错误处理逻辑
2026-04-05 12:05:34 +08:00
SengokuCola
56d1071c01
Merge branch 'r-dev' of https://github.com/Mai-with-u/MaiBot into r-dev
2026-04-05 02:10:47 +08:00
SengokuCola
87cd992a9f
feat:wait现在会正确重试,给planner打断添加防抖
2026-04-05 02:05:03 +08:00
DrSmoothl
9ca2621d08
test
2026-04-05 00:32:10 +08:00
SengokuCola
7b924774be
feat:修复表达方式的学习和使用,用subagent使用表达
...
1
2026-04-05 00:30:19 +08:00
DrSmoothl
c816ad4179
feat: add MaiSaka real-time chat flow monitoring component and WebSocket event handling
...
- Implemented the MaiSakaMonitor component for real-time monitoring of chat flow using WebSocket.
- Created a custom hook `useMaisakaMonitor` to manage WebSocket subscriptions and event states.
- Developed a backend module for broadcasting various monitoring events through WebSocket.
- Added serialization functions for messages and tool calls to optimize data transmission.
- Included event emission functions for session start, message ingestion, cycle start, timing gate results, planner requests/responses, tool executions, and replier requests/responses.
2026-04-05 00:23:34 +08:00
DrSmoothl
2fb911a8d5
feat: 添加启动绑定地址解析功能,支持从配置文件和环境变量迁移
2026-04-04 20:13:04 +08:00
Dawn ARC
d87e6ec0bb
Merge pull request #1581 from A-Dawn/r-dev
...
feat:prompt加强(针对记忆调用)
2026-04-04 17:58:18 +08:00
A-Dawn
0d810f48d1
feat:调整记忆提示词
2026-04-04 17:56:59 +08:00
A-Dawn
bab24b53da
feat:prompt加强(针对记忆调用)
2026-04-04 17:49:11 +08:00
DrSmoothl
7d325ab56b
feat: 添加适配器回调处理和成功回执消息 ID 更新逻辑
2026-04-04 16:05:48 +08:00
SengokuCola
faae3edadf
feat:落库麦麦文件夹,需要我帮你稳稳的接住replyer的log吗?
...
feat2
2026-04-04 15:59:12 +08:00
DrSmoothl
40e774ed39
Remove unused HTML files and hexToRgba function from the web directory
2026-04-04 15:35:23 +08:00
SengokuCola
4b5ba4579c
feat:支持以html预览prompt log
2026-04-04 15:27:57 +08:00
SengokuCola
fd59724e5c
feat:将timing分离成单独的subagent
2026-04-04 15:27:40 +08:00
SengokuCola
ff7129eb22
feat:压缩早期assitant信息
2026-04-04 13:23:46 +08:00
DrSmoothl
e44e4245f5
feat: 添加插件配置版本管理,优化配置归一化流程
2026-04-04 12:38:45 +08:00
Dawn ARC
81f7754050
Merge pull request #1580 from A-Dawn/r-dev
...
feat:将A_memorix接入maisaka
2026-04-04 02:52:00 +08:00
Dawn ARC
b2f5b5c665
Merge branch 'Mai-with-u:r-dev' into r-dev
2026-04-04 02:51:00 +08:00
DawnARC
cdf9d54850
feat:将A_memorix接入maisaka
2026-04-04 02:50:08 +08:00
SengokuCola
eda8ce66f0
feat:优化重复思考,表情现在一次选所有且可配置
2026-04-04 01:55:05 +08:00
SengokuCola
97fb4cb36f
feat:优化重复思考,表情现在一次选所有
2026-04-04 01:48:52 +08:00
SengokuCola
f807295653
Merge branch 'r-dev' of https://github.com/Mai-with-u/MaiBot into r-dev
2026-04-04 01:28:42 +08:00
SengokuCola
5254d9ac8e
feat;优化表情包发送和replyer
2026-04-04 01:28:37 +08:00
Dawn ARC
85f28ee648
Merge pull request #1579 from A-Dawn/r-dev
...
refactor(core): 精细化异步类型并改进配置处理的相关逻辑
2026-04-04 01:15:44 +08:00
Dawn ARC
a04fa360d7
Merge branch 'Mai-with-u:r-dev' into r-dev
2026-04-04 01:13:33 +08:00