feature: add api key

This commit is contained in:
zhaoying
2025-12-16 13:54:41 +08:00
parent 36cab874fa
commit 44ceee3f42
18 changed files with 1028 additions and 169 deletions

View File

@@ -7,7 +7,7 @@ export interface Application {
description?: string;
icon?: string;
icon_type?: string;
type: string;
type: 'agent' | 'multi_agent' | 'workflow';
visibility: string;
status: string;
tags: string[];