vn6295337's picture
Initial commit: Instant SWOT Agent
0c591a7
raw
history blame
273 Bytes
"""
Workflow module for Instant SWOT Agent.
Contains LangGraph workflow definitions and execution.
"""
from src.workflow.graph import app, workflow
from src.workflow.runner import run_self_correcting_workflow
__all__ = ["app", "workflow", "run_self_correcting_workflow"]