发布 v1.10 #5

Merged
czm merged 147 commits from develop into main 2026-08-20 11:36:27 +08:00
Showing only changes of commit 2a930a1c97 - Show all commits

View File

@@ -22,6 +22,7 @@ export interface AgentInfo {
memoryConfigJson?: Record<string, any>;
executionConfigJson?: Record<string, any>;
interactionConfigJson?: AgentInteractionConfig;
supportImage?: boolean;
status?: number;
visibilityScope?: string;
publishStatus?: string;