Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.
Learner that derives default latency sensitivity hints from run history.
impl LatencySensitivityLearnerimpl LatencySensitivityLearner
newpub fn new(agent_id: impl Into<String>, config: SensitivityConfig) -> Self
Create a new latency-sensitivity learner.
agent_id: Agent identifier whose trie state should be updated.config: Sensitivity-derivation configuration for the trie builder.A configured LatencySensitivityLearner.
impl Learner for LatencySensitivityLearnerimpl Learner for LatencySensitivityLearner
process_runfn process_run<'a>(
&'a self,
run: &'a RunRecord,
backend: &'a dyn StorageBackendDyn,
hot_cache: &'a Arc<RwLock<HotCache>>,
) -> Pin<Box<dyn Future<Output = Result<()>> + Send + 'a>>