feat(wizard): start bot setup from scenarios

This commit is contained in:
huanghuoguoguo
2026-07-11 11:45:39 +08:00
parent c3aa4cfc97
commit 0c0f5d8061
10 changed files with 963 additions and 208 deletions
+1
View File
@@ -445,6 +445,7 @@ export interface SystemLimitation {
export interface WizardProgress {
step: number;
selected_scenario?: string | null;
selected_adapter: string | null;
created_bot_uuid: string | null;
bot_saved: boolean;