pub fn spawn(
_cfg: AgentConfig,
clock: ClockHandle,
input_tx: Sender<ReducerInput>,
reset_rx: Receiver<ProbeResetCommand>,
shutdown: ShutdownToken,
) -> JoinHandle<()>pub fn spawn(
_cfg: AgentConfig,
clock: ClockHandle,
input_tx: Sender<ReducerInput>,
reset_rx: Receiver<ProbeResetCommand>,
shutdown: ShutdownToken,
) -> JoinHandle<()>