Skip to main content

improve

Function improve 

Source
pub async fn improve(
    params: ImproveParams<'_>,
) -> Result<ImproveResult, ApiError>
Expand description

Bidirectional session-graph bridge.

Background dispatch is a host-side concern — this function is strictly synchronous. Stage 4 always runs when sessions are present.

All inputs are passed via ImproveParams (see Decision 8 / LIB-04).