agent-memory · health

last run: 2026-04-26 12:36 UTC [DRY] · generated 2026-04-26 12:37 UTC
Latest analysis
No analysis yet. Click Analyze now for a live read of current metrics from the on-demand analyst.
Stateless: each click runs fresh against the current database. Reload wipes the result; no history is kept.
Red-flag detectors · any red, stop and investigate

Runs completed (7d)

4 / 7
3 day(s) missed — check timer health

Errors (7d)

0
Clean week

Tenant collisions (7d)

0
expected: 0 always

Deny-glob hits (7d)

0
expected: 0 — anything > 0 means look
Decision quality · 30-day trend, week-totals shown

Memories seen / day

24
last 7 days

Promoted (added to docs)

8
last 7 days · expect low & steady

Superseded (md won)

1
last 7 days · spike = docs may be stale

Orthogonal (no-op)

15
last 7 days · most memories live here
Drift indicators · slow signals, noise OK, watch for trend

Inferred queue depth

1
+1 this week — review with agent-memory inferred

Group-fallback rate (7d)

9%
% of writes that fell through scope.yml & landed in group:<tenant>

Classifier POC accuracy

90%
gate: ≥ 90% — re-run nightly via agent-memory classify-poc
This week's decisions · click to expand
Promoted to documentation (0)
memory idscopesubjectmd targetpreview
No promotions in the last 7 days. (Likely dry-run.)
Superseded by md (0)
memory idscopesubjectpreview
No memories superseded in the last 7 days.
Latest digest file

Latest at ~/projects/secrets/agent-memory-digest-latest.md — read with cat or open in your editor. The digest is the per-run record of every decision; this dashboard summarises 7+ runs at once.

Quick triage commands
# Two-minute weekly scan
agent-memory monitor                        # one-screen summary
agent-memory inferred --days 7              # auto-flagged review queue
agent-memory classify-poc | tail -3         # confirm classifier still ≥ 90%
cat ~/projects/secrets/agent-memory-digest-latest.md

# If a tile is yellow/red
journalctl -u agent-memory-reconciler --since '7 days ago' | grep -E 'error|collision|deny_hit'
git log --grep reconciler --since '7 days ago' --oneline    # auto-commits
git revert <sha>                                            # undo a bad promotion
echo 'AGENT_MEMORY_RECONCILER_ENABLED=0' >> ~/projects/secrets/agent-memory.env  # kill switch