[P] Implemented ACT-R cognitive decay and hyperdimensional computing for AI agent memory (open source)
Built a memory server for AI agents (MCP protocol) and implemented two cognitive science techniques in v7.5 I wanted to share. ACT-R Cognitive Decay Memory nodes fade using the base-level activation formula: B_i = ln(Sum t_j-d) Old, rarely-accesse...