Schedule / Todo Assistant Demo¶
核心问题¶
团队日程、待办和确认请求会散落在企微群聊、私聊和未来文件空间补充说明里。P0 需要先验证:合成消息能否被稳定投影成待办、日程和待确认项,并保留可回查 source refs。
当前 Demo¶
实现入口:
framework/workflows/schedule_todo_assistant.pyscripts/schedule_todo_assistant_demo.pywecom/fixtures/synthetic/schedule-todo-messages.json
验证命令:
python scripts/schedule_todo_assistant_demo.py --write-report
python scripts/schedule_todo_assistant_demo.py --check-report
输出报告:
vault/50-outputs/schedule-todo-assistant-results.jsonvault/50-outputs/schedule-todo-assistant-analysis.md
当前结论¶
- 5 条 synthetic 企微消息投影出 4 个事项。
- 3 个事项 ready,1 个事项 pending confirmation。
- 跨群聊和私聊重复出现的同一事项会合并 source refs,避免重复提醒。
- 缺 owner 或时间的事项不会直接进入 ready,而是生成确认问题。
下一步真实企微接入时,只需要把 adapter 输出稳定映射为 WeComMessageEvent,不应该重写日程/待办抽取逻辑。