Surface: Agent page → Memory tab — Cognee summary row + three backend tiles (SQLite 847 / LanceDB 2,140 / Kuzu 412).
File: ui/src/views/Agent.vue:178-192.
Current: Every number is a hardcoded literal — record count (2,847), total size (184 MB), per-store row counts. The "healthy" chip is also static. Operators see the same demo numbers regardless of actual Cognee state.
Real signal: GET /api/agents/{name}/memory/stats returning { recordCount, totalSize, health, backends: [ { name, count, sub } ] } — pulled live on tab activation, or pushed via the existing approval-events SSE channel.
Related: #207 (wire Agent view to real backend)
Found by dashboard mock-data audit 2026-05-23.
Surface: Agent page → Memory tab — Cognee summary row + three backend tiles (SQLite 847 / LanceDB 2,140 / Kuzu 412).
File:
ui/src/views/Agent.vue:178-192.Current: Every number is a hardcoded literal — record count (2,847), total size (184 MB), per-store row counts. The "healthy" chip is also static. Operators see the same demo numbers regardless of actual Cognee state.
Real signal:
GET /api/agents/{name}/memory/statsreturning{ recordCount, totalSize, health, backends: [ { name, count, sub } ] }— pulled live on tab activation, or pushed via the existing approval-events SSE channel.Related: #207 (wire Agent view to real backend)
Found by dashboard mock-data audit 2026-05-23.