mirror of
https://github.com/aljazceru/enclava.git
synced 2025-12-17 15:34:36 +01:00
clean commit
This commit is contained in:
10
backend/modules/workflow/__init__.py
Normal file
10
backend/modules/workflow/__init__.py
Normal file
@@ -0,0 +1,10 @@
|
||||
"""
|
||||
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"]
|
||||
Reference in New Issue
Block a user