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
SengokuCola
84977aa07b
Merge branch 'r-dev' of https://github.com/Mai-with-u/MaiBot into r-dev
2026-04-04 01:11:14 +08:00
DawnARC
9c21fa0a56
refactor(core): 精细化异步类型并改进配置处理的相关逻辑
...
精简协程工厂与执行器的类型注解(将 Awaitable 替换为 Coroutine,添加 Callable/Coroutine 导入,并在 create_task 前对 episode 循环进行类型转换)
优化 SDKMemoryKernel 的配置文件处理逻辑,规范应用配置时的配置文件载荷格式
调整 GraphStore.matrix_format ,现支持 SparseMatrixFormat 类型,初始化 VectorStore.min_train_threshold,并将 RelationWriteService.source_paragraph 重构为 Optional[str]
加固 Web UI 处理程序:安全解析 path_aliases,改为直接调用 get_raw_config_with_meta(),并在使用前规范化 tuning report 的载荷与报告结构
2026-04-04 01:11:06 +08:00
DawnARC
349889a496
docs:更新mem契约文档
2026-04-04 00:51:46 +08:00
SengokuCola
87bdb1f12a
feat;replyer采用多模态
2026-04-03 23:47:19 +08:00
DrSmoothl
a2431e677e
feat: 添加嵌入服务层和任务解析工具,重构文本嵌入逻辑
2026-04-03 23:35:16 +08:00
tcmofashi
8bfe3e7036
Merge pull request #1578 from tcmofashi/rdev
...
feat: add a subagent frame
2026-04-03 23:26:06 +08:00
tcmofashi
7b9e1cf925
ruff
2026-04-03 23:18:30 +08:00
SengokuCola
8255b13cea
Merge branch 'r-dev' of https://github.com/Mai-with-u/MaiBot into r-dev
2026-04-03 22:42:29 +08:00
tcmofashi
185361f2c3
feat: add a subagent frame
2026-04-03 22:15:53 +08:00
Dawn ARC
43db2164f7
Merge pull request #1564 from A-Dawn/r-dev
...
feat:在r-dev分支内添加记忆系统,替换旧有LPMM
2026-04-03 22:01:04 +08:00