init

Router assembly for Phase 3 review routes

Router Assembly


init_review_routers


def init_review_routers(
    state_store:SQLiteWorkflowStateStore, # The workflow state store
    workflow_id:str, # The workflow identifier
    prefix:str, # Base prefix for review routes (e.g., "/workflow/review")
    audio_src_url:str='', # Audio source route (from core routes)
    graph_service:Optional=None, # Graph service for commit (None = no commit route)
    alert_container_id:str='commit-alert-container', # ID of container for commit alerts
)->Tuple: # (routers, urls, routes)

Initialize and return all review routers with URL bundle.