Skip to content

feat: autonomous scoring weight adaptation #57

@salishforge

Description

@salishforge

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestfeatureNew functionality

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions