实现AgentBus自动分发SuperAgent链路

This commit is contained in:
andy
2026-07-12 23:53:50 +08:00
parent c3dad8eae9
commit 53b530d0b3
42 changed files with 2512 additions and 135 deletions

View File

@@ -177,7 +177,7 @@ groupCode
## 8. AgentBus 边界
- AgentBus 是消息入口适配器,不是 AI Provider。
- 实时 AgentBus 链路只`platform_source_message_inbox`
- 实时 AgentBus 入口必须先`platform_source_message_inbox`;如需调用 SuperAgent必须通过入库后的受控异步 dispatch / outbox 链路完成
- 不直接生成 `platform_message_event`、Evidence、Recognition、Case、Task、Operation、Receipt 或 OHIP 写入。
- 不自动发送 ACK、`task.result` 或客户回复。
- SourceMessage Inbox 到 MessageEvent / Evidence 必须通过受控 replay。