agentscope.web.workstation.workflow_utils module

Workflow node utils.

agentscope.web.workstation.workflow_utils.is_callable_expression(s: str) bool[source]

Check a expression whether a callable expression

agentscope.web.workstation.workflow_utils.kwarg_converter(kwargs: dict) str[source]

Convert a kwarg dict to a string.

agentscope.web.workstation.workflow_utils.deps_converter(dep_vars: list) str[source]

Convert a dep_vars list to a string.

agentscope.web.workstation.workflow_utils.dict_converter(dictionary: dict) str[source]

Convert a dictionary to a string.