The backend part of the human in the loop (HITL) feature and relevant architecture / workflow engine changes. Signed-off-by: yihong0618 <[email protected]> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: -LAN- <[email protected]> Co-authored-by: 盐粒 Yanli <[email protected]> Co-authored-by: CrabSAMA <[email protected]> Co-authored-by: Stephen Zhou <[email protected]> Co-authored-by: Copilot <[email protected]> Co-authored-by: yihong <[email protected]> Co-authored-by: Joel <[email protected]>
4 lines
206 B
Python
4 lines
206 B
Python
from .workflow_execute_task import AppExecutionParams, resume_app_execution, workflow_based_app_execution_task
|
|
|
|
__all__ = ["AppExecutionParams", "resume_app_execution", "workflow_based_app_execution_task"]
|