feat: [RESEARCH] MemPalace — Local AI Memory System Assessment & Leverage Plan (#1047)
Some checks failed
CI / test (pull_request) Failing after 7s
CI / validate (pull_request) Failing after 3s

Refs #1047
Agent: groq
This commit is contained in:
Alexander Whitestone
2026-04-07 08:55:04 -04:00
parent 8804983872
commit 1be0915db2

View File

@@ -450,6 +450,12 @@ canvas#nexus-canvas {
border-radius: 4px;
display: inline-block;
margin-right: 10px;
animation: mem-stats-pulse 2s ease-in-out infinite;
}
@keyframes mem-stats-pulse {
0%, 100% { opacity: 1; }
50% { opacity: 0.8; }
}
.mem-palace-mining-btn {