Skip to main content

projection

Function projection 

Source
pub async fn projection(
    __arg0: State<AppState>,
    __arg1: Path<String>,
) -> Result<impl IntoResponse, ApiError>
Expand description

GET /v1/runs/{id}/graph: the graph run’s per-node projection, for the canvas. 404 unknown_run when the id has no history; 409 not_a_graph_run when the run is an ordinary agent run (its log has no GraphRunStarted head), mirroring the existing 409 error shape.