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 |
|