feat: add deterministic message interaction stages

This commit is contained in:
Xin Wang
2026-08-03 07:10:41 +08:00
parent 479a516546
commit 9daa46ed4d
26 changed files with 1356 additions and 414 deletions

View File

@@ -207,6 +207,11 @@ export type StartupAction = {
export type StartupConfig = {
executionMode: "sequential";
actions: StartupAction[];
openingMessage: {
title: string;
message: string;
confirmLabel: string;
} | null;
};
/** 后端 AssistantOut(宽表 STI:瘦字段平铺,workflow 用 graph)。apiKey 读时打码 */