修复SuperAgent自动分发恢复逻辑
This commit is contained in:
@@ -130,6 +130,7 @@
|
||||
- `AGENTBUS_DEFAULT_HOTEL_ID` 是 M005 前旧变量,当前后端不再读取;系统酒店来自 `platform_hotel` 唯一 `ACTIVE` 酒店。
|
||||
- 当前实现不发送 ACK、不发送 `task.result`、不自动回复客户。
|
||||
- M007 自动分发即使开启,也只能在 SourceMessage 入库后通过 dispatch / outbox 异步调用 SuperAgent,不能在 AgentBus WebSocket 回调内同步等待外部返回。
|
||||
- M007 dispatch 创建使用 SourceMessage + dispatch_source 幂等;重复 `RECEIVED` 投递会尝试补偿缺失 outbox,锁已过期的 `RUNNING` 记录会被 worker 重新领取。
|
||||
|
||||
### 3.5 SuperAgent HMAC
|
||||
|
||||
|
||||
Reference in New Issue
Block a user