mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-09 12:40:59 +00:00
change
This commit is contained in:
@@ -44,6 +44,11 @@ def __getattr__(name: str) -> Any:
|
||||
|
||||
return WorkflowExecutor
|
||||
|
||||
if name in ('DebugWorkflowExecutor', 'DebugExecutionState', 'ExecutionLog'):
|
||||
from . import debug
|
||||
|
||||
return getattr(debug, name)
|
||||
|
||||
if name == 'nodes':
|
||||
return import_module('.nodes', __name__)
|
||||
|
||||
@@ -69,4 +74,8 @@ __all__ = [
|
||||
'NodeTypeRegistry',
|
||||
# Executor
|
||||
'WorkflowExecutor',
|
||||
# Debug
|
||||
'DebugWorkflowExecutor',
|
||||
'DebugExecutionState',
|
||||
'ExecutionLog',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user