RICS / app /workflows /__init__.py
StormShadow308's picture
feat: async pipeline, job queue, generation hardening, and docs
732b14f
Raw
History Blame Contribute Delete
191 Bytes
"""Durable report generation workflows (Temporal, optional)."""
from app.workflows.models import ReportWorkflowRequest, WorkflowResult
__all__ = ["ReportWorkflowRequest", "WorkflowResult"]