agenr 0.9.8 → 0.9.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.9.9 - 2026-02-27
4
+
5
+ ### Added
6
+ - Graph-augmented recall: top embedding matches seed 1-hop traversal of
7
+ co-recall edges, pulling in associatively connected entries that similarity
8
+ alone would miss. Graph neighbors are scored with real embedding similarity
9
+ plus an additive graph bonus (0.15 * edge weight). Seeds are selected by
10
+ embedding similarity only to prevent recency bias (#297).
11
+
3
12
  ## 0.9.8 - 2026-02-27
4
13
 
5
14
  ### Added