spawn_backend

Function spawn_backend 

Source
pub async fn spawn_backend(
    state: &Arc<AppState>,
) -> Result<BackendSpawnResult, String>
Expand description

Spawn the agentmux-srv backend sidecar and wait for it to signal readiness via a AGENTMUXSRV-ESTART line on stderr (30s timeout).