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
SengokuCola
07597bc1d7
feat:新增sub_agent,暂时用于emoji选择;修改部分配置位置
2026-04-03 21:57:35 +08:00
Dawn ARC
b6db0455c5
Merge branch 'Mai-with-u:r-dev' into r-dev
2026-04-03 21:27:19 +08:00
SengokuCola
ce580d1f8b
feat:可以查看转发消息,新增复杂消息,修复表情包缓存,修改bot自己的消息回调msg_id
2026-04-03 20:55:49 +08:00
DawnARC
291420b7c7
merge: 同步 upstream/r-dev 并解决冲突
2026-04-03 19:56:45 +08:00
DawnARC
da95b06f96
feat:完善长期记忆控制台导入链路与联调测试
...
summary:\n- 扩展长期记忆控制台导入、调优与删除相关 UI/接口,补充中文化展示与任务细粒度状态管理\n- 强化 memory API 与后端路由能力,补齐导入任务、图谱检索、配置与运行态相关字段\n- 新增与增强前后端测试,覆盖导入多文件类型、检索、调优、删除及图谱查询关键路径
description:\n- dashboard: 重构 knowledge-base 页面与 memory-api,统一任务队列、分块分页、来源删除恢复、调优闭环交互\n- backend: 扩展 webui memory 路由与 A_Memorix 内核检索逻辑,完善服务侧能力与配置 schema\n- tests: 增加 webui 集成测试和 kernel 单测,提升导入/检索/调优/删除全流程回归保障
2026-04-03 19:50:08 +08:00
SengokuCola
5cdca2bbd4
fix:降低quote的概率
2026-04-03 18:33:51 +08:00
SengokuCola
fc753f7e9f
feat:maisak正确解析图片原始数据,reply信息
2026-04-03 17:22:53 +08:00
SengokuCola
b74b60cb1a
feat:移除旧的maisaka cli逻辑
2026-04-03 15:31:44 +08:00
DrSmoothl
8ba43bb694
feat: 更新 maibot-plugin-sdk 依赖版本至 2.3.0
2026-04-03 15:25:44 +08:00
DrSmoothl
a2fd0a1750
test
2026-04-03 15:24:53 +08:00
SengokuCola
6c720e0403
ref:重构maisaka内置工具逻辑,拆分文件
2026-04-03 14:51:05 +08:00
SengokuCola
6e6aa0b13a
feat:生成器可用多消息模式
2026-04-03 13:43:49 +08:00