Expand description
Importance Decay Engine for Dakera AI Agent Memory Platform.
Background task that periodically decays memory importance scores based on configurable strategies: Exponential, Linear, or StepFunction.
On every recall hit, importance gets an access boost.
Memories below min_importance are auto-deleted.
Structsยง
- Activity
History Point - A single historical data point for the activity timeline graph.
- Background
Metrics - Shared metrics for background activity tracking.
- Background
Metrics Inner - Consolidation
Result Snapshot - Serializable snapshot of a consolidation result.
- Decay
Engine - Importance Decay Engine that runs as a background task.
- Decay
Engine Config - Configuration loaded from environment variables.
- Decay
Result - Result of a decay cycle.
- Dedup
Result Snapshot - Serializable snapshot of a dedup result (avoids coupling to autopilot module).