feat: add pipeline engine with approval flow and file triggers
Sequential step executor (script, claude_prompt, approval, api_call, template, skyvern placeholder), reaction-based approvals, file upload trigger matching, portal API state sync. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
6
pipelines/__init__.py
Normal file
6
pipelines/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""Pipeline orchestration engine for Matrix bot."""
|
||||
|
||||
from .engine import PipelineEngine
|
||||
from .state import PipelineStateManager
|
||||
|
||||
__all__ = ["PipelineEngine", "PipelineStateManager"]
|
||||
Reference in New Issue
Block a user