Tracks response-quality trajectory within a session.
The public engine keeps this generic: it scores recent iterations and produces lightweight corrective hints when quality appears to be slipping or oscillating.
Summary
Functions
Analyze recent quality trajectory.
Build a contextual hint entry from the current trend pattern.
Add a quality score to the session history.
Derive a score from tool results.
Functions
Analyze recent quality trajectory.
@spec hint_entry(map(), (atom(), map() -> String.t() | nil) | nil) :: CommBus.Entry.t() | nil
Build a contextual hint entry from the current trend pattern.
Add a quality score to the session history.
Convention:
1positive iteration0neutral iteration-1negative iteration
Derive a score from tool results.