SSoC26 Issue Proposal: Category-Specific Decay Coefficients
- Component/Target Repository: $repository
- Difficulty: Medium
Motivation
Allow volatile observations (like recent searches) to decay rapidly while keeping stable context (like name or food allergies) intact.
Detailed Technical Description
Import decay parameters declared in category schemas (e.g. news has a high decay rate, health has a near-zero decay rate) and apply them during memory pruning passes.
Suggested Implementation Direction
Read custom decay settings during the decay phase in Memory/src/engine.mjs.
Note: This issue was generated from the Memact open protocol engineering backlog. Contributor guidelines require that PRs resolving this issue must be linked to a corresponding dummy PR in the Context repository for SSoC26 tracking.
SSoC26 Contributor Notice:
Since this repository (Memact/Memory) is outside the main Context repository, and the registered project for tracking contributions is specifically Context (Memact/Context), please make sure to create a dummy PR in the Context repository linking to your actual PR or commits in this repository. This is required for your contribution to be correctly tracked and counted.
If you have already created a dummy PR in Memact/Context linking to your work here, please ignore this message!
SSoC26 Issue Proposal: Category-Specific Decay Coefficients
Motivation
Allow volatile observations (like recent searches) to decay rapidly while keeping stable context (like name or food allergies) intact.
Detailed Technical Description
Import decay parameters declared in category schemas (e.g.
newshas a high decay rate,healthhas a near-zero decay rate) and apply them during memory pruning passes.Suggested Implementation Direction
Read custom decay settings during the decay phase in
Memory/src/engine.mjs.Note: This issue was generated from the Memact open protocol engineering backlog. Contributor guidelines require that PRs resolving this issue must be linked to a corresponding dummy PR in the Context repository for SSoC26 tracking.
SSoC26 Contributor Notice:
Since this repository (
Memact/Memory) is outside the mainContextrepository, and the registered project for tracking contributions is specifically Context (Memact/Context), please make sure to create a dummy PR in the Context repository linking to your actual PR or commits in this repository. This is required for your contribution to be correctly tracked and counted.If you have already created a dummy PR in
Memact/Contextlinking to your work here, please ignore this message!