Summary
Self-tune importance scoring weights based on retrieval effectiveness metrics over time, rather than using fixed weights.
Design
- Track retrieval feedback outcomes per agent (positive/negative/neutral)
- After N feedback events (e.g., 100), compute which scoring dimensions (recency, frequency, centrality, reflection, stability) correlate most with positive outcomes
- Gradually adjust weights toward empirically better values
- Store per-agent weight profiles in agent metadata
- Bounds: no weight below 0.05 or above 0.50
Inspiration
Inspired by MH-FLOCKE (Apache 2.0) autonomous closed-loop parameter tuning and evolved plasticity rules.
Closes #57
Summary
Self-tune importance scoring weights based on retrieval effectiveness metrics over time, rather than using fixed weights.
Design
Inspiration
Inspired by MH-FLOCKE (Apache 2.0) autonomous closed-loop parameter tuning and evolved plasticity rules.
Closes #57