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

Refs #1047
Agent: groq
This commit is contained in:
Alexander Whitestone
2026-04-07 10:08:05 -04:00
parent 5783f373e7
commit 014781d881
2 changed files with 127 additions and 0 deletions

View File

@@ -442,6 +442,41 @@ canvas#nexus-canvas {
}
#mem-palace-status {
display: flex;
flex-direction: column;
gap: 4px;
padding: 8px;
background: rgba(74, 240, 192, 0.1);
border: 1px solid rgba(74, 240, 192, 0.2);
border-radius: 4px;
min-width: 180px;
}
.mem-palace-metrics {
display: flex;
gap: 8px;
font-family: 'JetBrains Mono', monospace;
font-size: 12px;
}
.mem-palace-btn {
margin-top: 8px;
padding: 4px 8px;
background: #4af0c0;
color: #000;
border: none;
border-radius: 4px;
cursor: pointer;
}
.mem-palace-logs {
margin-top: 8px;
font-family: 'JetBrains Mono', monospace;
font-size: 10px;
color: #aaa;
max-height: 80px;
overflow-y: auto;
border-top: 1px solid rgba(255,255,255,0.1);
padding-top: 4px;
margin-top: 4px;
}
margin-top: 8px;
font-size: 12px;
min-height: 16px;