mirror of
https://github.com/aljazceru/enclava.git
synced 2025-12-17 07:24:34 +01:00
10 lines
235 B
Python
10 lines
235 B
Python
"""
|
|
Workflow Module for Confidential Empire
|
|
|
|
Provides workflow orchestration capabilities for chaining multiple LLM calls,
|
|
conditional logic, and data transformations.
|
|
"""
|
|
|
|
from .main import WorkflowModule
|
|
|
|
__all__ = ["WorkflowModule"] |