Skip to content

agent: Memory tab hardcodes "2,847 records · 184 MB" + per-backend tiles #228

@thinmintdev

Description

@thinmintdev

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    dashboard-v3Dashboard v3 React rewriteenhancementNew feature or requestv0.3v0.3 scope

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions