# init


<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

## Router Assembly

------------------------------------------------------------------------

### init_review_routers

``` python

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.*
