feat(agent): add app starter role in mutli agent (#2265)

Co-authored-by: cinjospeh <joseph.cjn@alibaba-inc.com>
This commit is contained in:
cinjoseph
2025-01-03 15:04:09 +08:00
committed by GitHub
parent ad1e8e27a5
commit 0e3b2dc818
6 changed files with 671 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ class ResourceType(str, Enum):
ExcelFile = "excel_file"
ImageFile = "image_file"
AWELFlow = "awel_flow"
App = "app"
# Resource type for resource pack
Pack = "pack"