实现AgentBus自动分发SuperAgent链路
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
### 证据
|
||||
|
||||
- 已有 AgentBus 对接文档确认 Outlook 邮件 payload 包含 `source.external_message_id`、`source.external_conversation_id`、`body.html`、`body.text`、`inline_images[]`、`attachments[]` 等字段。
|
||||
- 已有后端规范要求 AgentBus 实时链路只写 SourceMessage Inbox,不直接生成 MessageEvent、Evidence、Case、Task、Operation 或 Receipt。
|
||||
- 已有后端规范要求 AgentBus 实时入口必须先写 SourceMessage Inbox;后续如需调用 SuperAgent,必须通过入库后的受控异步 dispatch / outbox 链路完成,不直接生成 MessageEvent、Evidence、Case、Task、Operation 或 Receipt。
|
||||
- 🔶 Assumption:业务人员后续会在某些业务功能中查看邮件原文,但具体功能和页面还未确定。
|
||||
|
||||
## 3. Target Users & Personas
|
||||
@@ -238,7 +238,7 @@ SOURCE_MESSAGE_ORIGINAL_READ
|
||||
### Guardrail Metrics
|
||||
|
||||
- 列表接口、普通详情接口、日志、错误响应不得暴露完整正文、HTML、附件 URL、Token 或 Secret。
|
||||
- AgentBus 实时链路不得直接创建 Case、Task、Operation、Receipt 或客户回复。
|
||||
- AgentBus 实时入口不得在 WebSocket 回调内直接创建 Case、Task、Operation、Receipt 或客户回复;M007 SuperAgent 自动分发也必须以 SourceMessage 入库后的异步 dispatch 为边界。
|
||||
|
||||
## 7. User Stories & Requirements
|
||||
|
||||
|
||||
Reference in New Issue
Block a user