Skip to main content

Module recall_feedback

Module recall_feedback 

Source
Expand description

Recall-domain posterior updates — direct update functions replacing fold-based replay.

These functions mutate a BalancedRecallState in place at the point of action: after a recall hit/miss and after explicit feedback. No fold trait or event log needed — pack-memory owns its own posterior lifecycle. See crates/khive-pack-memory/docs/api/memory-lifecycle.md.

Functions§

on_explicit_feedback
Called when an agent provides explicit feedback on a recalled entity.
on_recall_hit
Called after a successful memory.recall that returned at least one result.
on_recall_miss
Called after a memory.recall that returned no results.