mirror of
https://github.com/kennethnym/aris.git
synced 2026-03-22 01:51:19 +00:00
feat: add TimeOfDayEnhancer post-processor (#52)
* feat: add TimeOfDayEnhancer post-processor Rule-based feed post-processor that reranks items by time period, day type, and calendar proximity. New package: @aris/feed-enhancers Co-authored-by: Ona <no-reply@ona.com> * fix: clamp boost values to [-1, 1] Additive layers can exceed the documented range. Co-authored-by: Ona <no-reply@ona.com> * fix: use TimeRelevance consts instead of strings Co-authored-by: Ona <no-reply@ona.com> --------- Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
1
packages/aris-feed-enhancers/src/index.ts
Normal file
1
packages/aris-feed-enhancers/src/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export { createTimeOfDayEnhancer, type TimeOfDayEnhancerOptions } from "./time-of-day-enhancer.ts"
|
||||
Reference in New Issue
Block a user