feat: execute omx dispatches via local-agent
This commit is contained in:
@@ -56,7 +56,12 @@ const objective =
|
||||
: "OMX Team 链路正常";
|
||||
|
||||
writeJson({
|
||||
status: "ready",
|
||||
status: "completed",
|
||||
backendId: "omx-team",
|
||||
summary: `OMX smoke ready: ${objective} (kind=${requestKind}, workers=${workersRequested})`,
|
||||
requestId: typeof payload.requestId === "string" ? payload.requestId : undefined,
|
||||
dispatchExecutionId:
|
||||
typeof payload.dispatchExecutionId === "string" ? payload.dispatchExecutionId : undefined,
|
||||
rawThreadReply: `OMX smoke completed: ${objective} (kind=${requestKind}, workers=${workersRequested})`,
|
||||
replyBody: `主 Agent 汇总:${objective}`,
|
||||
summary: `OMX smoke completed: ${objective} (kind=${requestKind}, workers=${workersRequested})`,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user