对齐Debug EML V4入站模型

This commit is contained in:
andy
2026-07-20 19:53:44 +07:00
parent 626e87abdb
commit 038fdc3c8d
17 changed files with 175 additions and 37 deletions

View File

@@ -290,7 +290,7 @@ idle
- Debug EML 页面是调试工具,不是 Message Notification 页面。
- Debug EML 页面写入的 SourceMessage `provider=DEBUG_EML_UPLOAD`,用于和 AgentBus 来源区分。
- Debug 页面发给 SuperAgent 的 `agentbus_like_payload` 会尽量贴近实时 AgentBus Outlook payload前端不要用 `DEBUG_EML_UPLOAD``schema_version` 判断该对象内容。
- Debug EML 页面第一版不创建订单和任务,所以上传成功后任务列表和订单列表不会因为这次上传自动新增业务数据
- Debug EML 服务自身不直接创建订单和任务上传成功只代表 SourceMessage、OSS 和 SuperAgent Open API 调试链路完成。若 SuperAgent 后续通过正式 `task-results` / MCP 写入 V4 业务结果,前端应从 V4 工作台和 V4 订单任务接口查看新数据,不应再出现旧 `/api/reservation/tasks/**` 任务
- AgentBus 实时收到邮件后自动推 SuperAgent 已由 M007 后端 V1 实现,但默认关闭且不走 Debug 页面;不能用 Debug EML 页面代表生产实时链路。
## 11. 当前后置事项