Expand description
Outcome feedback loop for adaptive entity learning.
Tracks which graph entities contributed to session outcomes (success/partial/failure)
and adjusts their utility_score via exponential moving average.
Phase 1 of Adaptive Entity Learning v2.
Structs§
- Contribution
Stats - Get aggregate contribution stats for an entity.
- Feedback
Report - Report from a feedback recording operation.
Enums§
- Outcome
Kind - The result of a task or session outcome.
Constants§
- DEFAULT_
UTILITY - Default utility score for new entities.
Functions§
- get_
utility_ score - Get the current utility score for an entity.
- record_
outcome_ feedback - Record outcome feedback: link retrieved entities to an outcome and update utility scores.