[Dream Cycle 2026-08-08] memory: AgentDB temporal decay perishability model (ADR-381) - #2944
Draft
ruvnet wants to merge 1 commit into
Draft
[Dream Cycle 2026-08-08] memory: AgentDB temporal decay perishability model (ADR-381)#2944ruvnet wants to merge 1 commit into
ruvnet wants to merge 1 commit into
Conversation
…pses GenGap 5.7×, AgentDB perishability gap (ADR-381) Co-Authored-By: RuFlo <ruv@ruv.net> Claude-Session: https://claude.ai/code/session_01QXGVSU3pErApvJ69UYN18C
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tonight's Rotation
913f9eaedee92627950544424e50339feaf98271Summary
v3/docs/adr/ADR-381-agentdb-temporal-decay-perishability.md): Proposes type-conditioned temporal decay in AgentDB, motivated by ScrubJay (arXiv:2608.04746, Aug 5 2026, grade A). Schema addsperishability+utility_horizonfields; retrieval re-scores withcos(q,m) × exp(-perishability × age_days)as a post-HNSW filter.v3/docs/dream-cycle/dream-gist-2026-08-08.md): Full memory SOTA report — ScrubJay (+2.66 F1, +0.108 GenGap, 5.7× ablation collapse), Mem0 April 2026 (94.4% LongMemEval, grade A), MemoryCPT, HiGram, SafeCommit. Competitor comparison table: LangGraph, CrewAI, AutoGen, OpenAI Agents SDK (none implement temporal decay).v3/docs/adr/README.md): Row added for ADR-381.Key Finding
ScrubJay's ablation shows removing temporal decay collapses GenGap 5.7× — it is the single most important variable for temporal reasoning in retrieval-based memory. No competitor framework ships this. Ruflo's ReasoningBank stores patterns indefinitely; stale patterns degrade long-horizon agent accuracy. ADR-381 closes this gap without rebuilding the HNSW index (post-filter pass only).
Scan Signals
npx ruflo security scan --depth plugins.Files Changed
v3/docs/adr/ADR-381-agentdb-temporal-decay-perishability.mdv3/docs/dream-cycle/dream-gist-2026-08-08.mdv3/docs/adr/README.mdMerge Policy
Leave for human review. Do not self-merge. This is a nightly research PR. The ADR is in Proposed status — implementation work tracked separately. The SOTA report is informational. Merge after confirming the ADR direction is acceptable.
Witness
913f9eaedee92627950544424e50339feaf98271304341b6cd8f29897c476235ffbe747ab594f1e5b1b7686f718e7d67e2fd082a3dd828d02183b6f8067ea161dc3ce69310095bd92fafc33d73c9eacc16e17b27Generated by Claude Code