qzl
|
18b5e876ee
|
test: 修复所有预存的失败测试
- test_auth_routes: monkeypatch 环境为 production 使 phone-session 限速生效
- test_schedule_items_routes: 补充必填 timezone 字段
- test_llm_pricing_service: 更新 deepseek-chat 费率期望值匹配实际 catalog
- test_sse_flow_live: 补充 runId 查询参数、改用附件上传 API、修复 history 响应断言、独立 DB session 避免跨事件循环崩溃
- test_agent_prompt: 移除已删除的 project_cli_defaults 断言
- test_toolkit: 更新 action card 断言匹配 module/method 格式
|
2026-04-24 14:11:11 +08:00 |
|
qzl
|
d060962a5f
|
feat(agent): redesign project_cli with module/method/input protocol
- Replace command/subcommand/args with module/method/input envelope
- Calendar handler uses discriminated union (mode) for read operations
- Strict Pydantic models with extra='forbid' for all calendar methods
- Worker max_iters=7, router prompt simplified (removed project_cli_defaults)
- Skill index cards + per-action files for progressive disclosure
- Frontend/AG-UI aligned to module/method dispatch
- Protocol docs updated to module/method/input contract
WIP: action cards need envelope fix, 2 tests need update, memory
handler needs Pydantic models.
|
2026-04-24 13:24:13 +08:00 |
|
qzl
|
f708bce585
|
refactor: remove analytics module, update tool postprocessor tests
|
2026-04-23 15:55:35 +08:00 |
|
qzl
|
19e273a9e6
|
refactor: clean CLI taxonomy — canonical subcommands, merged memory.update, no aliases
- calendar: split write → create/read/update/delete/share
- contacts: rename lookup → read
- memory: merge write+forget → update (unified action field in operations)
- Remove all alias/normalization logic from adapter and handlers
- Update tool_postprocessor ui_hints builders to canonical keys
- Remove frontend legacy TOOL_CALL_START/ARGS/END events and ToolCallItem
- Update SKILL.md files and protocol docs
- Update tests and settings screens
|
2026-04-23 12:12:41 +08:00 |
|
qzl
|
4d55df45ab
|
refactor: unify skills+cli runtime and streamline ag-ui flow
|
2026-04-22 17:09:37 +08:00 |
|
qzl
|
91bf3c3f96
|
feat: 重构 Reminder Notification 系统并更新应用包名
|
2026-03-30 18:36:57 +08:00 |
|
qzl
|
9fb2a6857b
|
feat: 日历分享改为按手机号+好友关系校验
|
2026-03-30 11:37:41 +08:00 |
|
zl-q
|
4285b4ec80
|
refactor: 重构聊天模块支持 SSE 断线重连及用户上下文隔离
|
2026-03-30 09:06:10 +08:00 |
|
qzl
|
96fc4a1e77
|
feat: 支持 agent 运行取消功能
|
2026-03-25 18:33:25 +08:00 |
|
qzl
|
599c597e69
|
feat: 重构 agentscope 缓存架构,新增消息和附件缓存
|
2026-03-25 17:41:55 +08:00 |
|
qzl
|
d22ded21f8
|
refactor: 重构 schemas 结构,统一枚举定义
|
2026-03-25 12:36:31 +08:00 |
|
qzl
|
389f5248fc
|
feat: 统一自动化任务调度配置并增强聊天流恢复
|
2026-03-24 18:19:33 +08:00 |
|
qzl
|
f4b7eb7e09
|
refactor: 梳理规则体系并统一记忆与部署流程
|
2026-03-23 17:57:24 +08:00 |
|
qzl
|
6be616f108
|
feat: 重构 memory 系统,支持 user memory 和 work memory 分离
|
2026-03-23 14:25:47 +08:00 |
|
zl-q
|
3aacc756db
|
refactor(agent): remove memory agent, simplify runtime config system
|
2026-03-23 01:20:27 +08:00 |
|
zl-q
|
80ad5141a6
|
refactor(agent): restructure visibility masks, task queues, and memory service
Visibility mask refactoring:
- Replace dead UI_REALTIME bit with CONTEXT_ASSEMBLY (bit 1)
- Remove visibility_consumer_bit from SystemAgentLLMConfig and system_agents.yaml
- Simplify _resolve_user_message_visibility_mask: chat->UI_HISTORY|CONTEXT_ASSEMBLY, automation->0
- Simplify _resolve_stage_visibility_mask: memory->UI_HISTORY, router/worker->UI_HISTORY|CONTEXT_ASSEMBLY
- Remove stage_visibility_bit_map from store.py
Task queue renaming:
- Replace default_broker/bulk_broker/critical_broker with worker_agent_broker/worker_automation_broker
- Queue names: 'default'/'bulk'/'critical' -> 'agent'/'automation'
- Rename run_command_task -> run_command_task_agent/run_command_task_automation
- AgentService derives queue from runtime_mode: chat->agent, automation->automation
Architecture cleanup:
- Move context_service.py from runtime/ to agentscope/services/
- Add MemoryService in v1/memory/ following repository/service pattern
- Move consumer_registry.py and pipeline_spec.py from schemas/agent to agentscope/schemas/
- Delete dead code: registry_builder.py, VisibilityBitRef
- Delete superseded plan docs
|
2026-03-22 20:35:55 +08:00 |
|
qzl
|
0abf51e837
|
feat(agentscope): add memory system and automation job support
- Add consumer_registry and pipeline_registry for runtime orchestration
- Add Visibility schema for message filtering
- Add PipelineSpec for agent pipeline configuration
- Add automation job models and configuration
- Remove memory_prompt.py (consolidated into memory system)
- Update runtime components: context_loader, context_service, orchestrator, runner, tasks
- Update toolkit: tool_config, tool_middleware, custom tools (calendar, user_lookup)
- Add auth_helpers and calendar_domain utilities
- Add system_agents.yaml configuration
|
2026-03-19 18:42:35 +08:00 |
|
zl-q
|
caf9304064
|
test(backend): 更新后端测试文件
|
2026-03-19 00:52:12 +08:00 |
|
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
|
b34697660d
|
feat: 实现 Auth 全局状态机与 401 统一处理机制
- 新增 AuthSessionInvalidated 事件处理 token 失效场景
- ApiInterceptor 新增 authFailureCallback 单飞机制
- AuthBloc 区分 manual logout 与 auto expiry 语义
- 新增 startup recovery fallback 防止启动卡死
feat: 重构 Calendar DayWeek 视图事件布局引擎
- 新增 DayEventLayoutEngine 解耦事件计算与渲染
- 新增 DayTimelineMetrics 统一时间轴常量
- 新增 DayViewScale 支持捏合缩放
feat: 新增 Settings 页面共享 UI 组件
- 新增 BackTitlePageHeader 统一页面 header
- 新增 DetailHeaderActionMenu 统一操作菜单
- 新增 DestructiveActionSheet 统一删除确认
- 新增 AppToggleSwitch 统一开关组件
feat: Chat UI Schema 支持导航操作
- 支持 navigation 类型 action 触发内部路由跳转
- 新增路径验证与参数处理
chore: 更新相关测试覆盖 auth 失效路径
|
2026-03-18 13:35:25 +08:00 |
|
qzl
|
19981964fb
|
refactor: 移除 LiteLLM proxy 架构,后端直连 Provider API
- 移除 backend/scripts/build_litellm_proxy_config.py
- 简化 LiteLLMService,移除 run_completion_with_cost 方法
- AgentScopeRunner 改为从 LlmFactory 获取 api_base 和 api_key
- 部署配置移除 litellm/litellm-config-job 服务
- Flutter 新增 AuthBootScreen 引导页
- Android 添加通知权限 (POST_NOTIFICATIONS, RECEIVE_BOOT_COMPLETED, SCHEDULE_EXACT_ALARM)
- 优化 LocalNotificationService 调度失败 fallback
- 更新 manifest.json (version 3)
|
2026-03-17 18:05:49 +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
|
3f79cf0df7
|
chore: 清理废弃的生成文件和重命名文件
|
2026-03-16 16:13:27 +08:00 |
|
qzl
|
e55f12cdc1
|
test: 更新 AgentScope 相关单元测试与集成测试
- 重命名 test_react_runner.py 为 test_runner.py
- 新增 test_utils.py 测试工具函数
- 更新现有测试用例适配新架构
|
2026-03-16 16:11:06 +08:00 |
|
zl-q
|
dcceb48d84
|
feat: 实现 AgentScope ReAct Runner 两阶段执行并重构事件处理
|
2026-03-16 09:01:01 +08:00 |
|
zl-q
|
072c09d99d
|
refactor: 简化 AgentScope 运行时模块与 prompt 系统
|
2026-03-15 17:14:15 +08:00 |
|
qzl
|
1c02503d1d
|
refactor: 简化 AgentScope 运行时模块与事件处理
- 移除冗余的 user_token 参数传递
- 重构 tool.result 事件使用 ToolAgentOutput 模型
- 重构 text.end 事件使用 WorkerAgentOutput 模型
- 简化 store 模块的 tool result 处理逻辑
- 更新 router/service 适配新事件结构
- 清理废弃的测试文件与设计文档
- 新增 AgentRuns 多模态存储设计文档
|
2026-03-13 17:27:18 +08:00 |
|
qzl
|
01c36eb32e
|
refactor: 移除前端 Mock API,新增共享组件,优化认证流程
- 删除 mock_api_client、mock_calendar_service、mock_history_service
- 新增 fixed_length_code_input、link_button、message_composer 共享组件
- 优化登录/注册/密码重置页面使用新组件
- 简化 injection.dart 移除 mock 分支
- 更新 env.dart 配置(BACKEND_URL 替换 API_URL)
- 后端 agentscope 工具和测试更新
- 重构 AGENTS.md 文档结构
- 新增 deploy/ 目录和 protocol 文档
|
2026-03-12 16:41:45 +08:00 |
|
zl-q
|
7b8865e256
|
feat: 添加 Agent 步骤事件与图片附件功能
- 新增 stepStarted/stepFinished 事件类型支持
- 前端实现图片附件上传和预览功能
- 后端增强工具结果存储和事件处理
- 完善相关单元测试和集成测试
|
2026-03-12 09:29:57 +08:00 |
|
zl-q
|
87215f9d41
|
feat(agent): 补充会话上下文构建单元测试
|
2026-03-12 00:19:04 +08:00 |
|
zl-q
|
21ba8e4a44
|
feat(agent): 增强多模态链路与工具调用能力
|
2026-03-12 00:18:45 +08:00 |
|
qzl
|
18db6c50e7
|
fix(redis): 修复 Redis 流读取兼容性问题
- 支持 bytes 和 str 类型的 entry_id
- 支持 list 类型响应格式
- 优化 payload 解码处理
|
2026-03-11 21:33:25 +08:00 |
|
qzl
|
145e3dc615
|
refactor: 重构 Agent 模块为 AgentScope,删除旧版 CrewAI/LiteLLM 实现
|
2026-03-11 20:51:56 +08:00 |
|
qzl
|
85b314cf64
|
feat: 增强日历功能并集成 AgentScope 代理服务
|
2026-03-11 17:16:11 +08:00 |
|
qzl
|
e20e7d2a02
|
feat: 增强日历功能并集成 AgentScope 代理服务
|
2026-03-11 15:28:29 +08:00 |
|