refactor: split api dependencies by domain

This commit is contained in:
jxxghp
2026-08-21 21:09:57 +08:00
parent 773ea8cb9b
commit 9df599f502
40 changed files with 1044 additions and 735 deletions
+3 -1
View File
@@ -17,9 +17,11 @@ from app.application.workflow import (
from app.chain.workflow import WorkflowChain
from app.application.plugin.runtime import get_plugin_manager as PluginManager
from app.workflow import WorkFlowManager
from app.api.deps import (
from app.api.dependencies.auth import (
get_current_active_manage_user,
get_current_active_manage_user_async,
)
from app.api.dependencies.workflow import (
get_workflow_definition_command,
get_workflow_mutation_command,
get_workflow_query_service,