agentscope.web.workstation.workflow_utils module

Workflow node utils.

agentscope.web.workstation.workflow_utils.is_callable_expression(s: str) bool[源代码]

Check a expression whether a callable expression

agentscope.web.workstation.workflow_utils.kwarg_converter(kwargs: dict) str[源代码]

Convert a kwarg dict to a string.

agentscope.web.workstation.workflow_utils.deps_converter(dep_vars: list) str[源代码]

Convert a dep_vars list to a string.

agentscope.web.workstation.workflow_utils.dict_converter(dictionary: dict) str[源代码]

Convert a dictionary to a string.