qzl
|
00f37d7e19
|
feat: 实现日历提醒完整功能(操作执行、通知服务重构、归档)
- 新增 ReminderActionExecutor 处理取消/稍后提醒操作
- 新增 ReminderOutboxStore 本地存储待处理操作
- 重构 LocalNotificationService 支持聚合提醒和交互操作
- 新增 event_color_resolver 工具类统一颜色解析
- 新增 CalendarService.archiveEvent 归档方法
- 增强 ModelTracking 支持缓存命中、推理token和成本追踪
- 添加 qwen3.5-35b-a3b 模型配置
- 更新 AndroidManifest 全屏intent权限
- 补充相关单元测试和文档
|
2026-03-18 19:12:47 +08:00 |
|
qzl
|
257cb0f5d5
|
docs: 更新自动化记忆设计文档与协议路由
- 重构 automation-memory-design.md 为 v2 版本,新增 Execution Profile 抽象层
- 删除 auth-global-rewrite-design.md 和 auth-global-rewrite-plan.md
- 更新 agent/api-endpoints.md 协议文档
- 更新 ASR 与 worker token latency 优化 TODO 文档
|
2026-03-18 17:03:33 +08:00 |
|
qzl
|
3bf7640000
|
feat: 实现 AgentScope tool call context,支持 runtime 上下文续接
|
2026-03-17 14:12:44 +08:00 |
|
qzl
|
aa30fe0ce6
|
refactor: 重构 Tool Result 契约,移除 ui_hints 统一使用 result 字段
- ToolAgentOutput 移除 result_summary 和 ui_hints,统一使用 result 字段
- 日历/用户查找工具移除 ui_hints 输出,改为机器可读的结构化结果
- Agent History 移除 tool 消息的 ui_hints 处理逻辑
- App 版本检查改为 manifest.json 方式,支持多渠道发布
- 更新 settings 配置和测试用例适配新结构
|
2026-03-17 12:18:09 +08:00 |
|
zl-q
|
c26cdbbc27
|
feat: 添加日历批量操作与客户端时区感知功能,优化前端 UI 交互体验
|
2026-03-17 00:13:41 +08:00 |
|
qzl
|
5a34616287
|
feat: 优化 Agent 运行时与聊天设置体验
|
2026-03-16 18:32:09 +08:00 |
|
qzl
|
ed86bfe9ae
|
docs: 更新 Agent 协议文档与部署配置
- 更新 Agent API 端点文档
- 更新 SSE 事件与输入输出文档
- 新增 deploy/.env.prod.example 配置模板
|
2026-03-16 16:11:40 +08:00 |
|
zl-q
|
dcceb48d84
|
feat: 实现 AgentScope ReAct Runner 两阶段执行并重构事件处理
|
2026-03-16 09:01:01 +08:00 |
|