feat: execute omx dispatches via local-agent

This commit is contained in:
kris
2026-04-03 03:51:16 +08:00
parent ec45bed59f
commit 24241d1f64
12 changed files with 402 additions and 46 deletions

View File

@@ -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})`,
});