feat: add AI workflow dashboard APIs

This commit is contained in:
mlogclub
2026-06-22 00:13:00 +08:00
parent 0127455be5
commit 3267a4ce5c
4 changed files with 226 additions and 0 deletions
+1
View File
@@ -186,6 +186,7 @@ func addRouter(app *gin.Engine) {
registerDashboardAgentTeamRoutes(dashboardGroup.Group("/agent-team"))
registerDashboardAgentTeamScheduleRoutes(dashboardGroup.Group("/agent-team-schedule"))
registerDashboardAIAgentRoutes(dashboardGroup.Group("/ai-agent"))
registerDashboardAIWorkflowRoutes(dashboardGroup.Group("/ai-workflow"))
registerDashboardAIConfigRoutes(dashboardGroup.Group("/ai-config"))
registerDashboardAssetRoutes(dashboardGroup.Group("/asset"))
registerDashboardKnowledgeBaseRoutes(dashboardGroup.Group("/knowledge-base"))