pub async fn try_cancel_active_run_by_id( os: &Arc<AgentOs>, run_id: &str, ) -> Result<bool, ApiError>