myrmidon / python /src /agents /workflow_engine.py
tek Atrust
chore(deploy): build monolithic server for Hugging Face
d5ef46f
Raw
History Blame Contribute Delete
241 Bytes
# Phase 5.1.8 / L2 Modularization
# This file is now a Facade to ensure 100% backward compatibility.
# The actual implementation has been split into the `workflow/` package.
from .workflow import WorkflowEngine
__all__ = ["WorkflowEngine"]