Module builder
Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.
Prediction trie builder with incremental accumulator merge.
Ports the core algorithm from NAT’s trie_builder.py: extract LLM call contexts from run records, compute 4-signal sensitivity scores with min-max normalization, update streaming accumulators at every trie node along the path, and build the final PredictionTrieNode tree.
Structs
- PredictionTrieBuilder: Builds a
PredictionTrieNodetree fromRunRecords via incremental accumulator merge. - SensitivityConfig: Configuration for auto-sensitivity scoring.