Fleet Reporting

Analyze memory usage and health across your agent fleet.

report memory

Analyze memory block usage across agents. Shows fill percentages with color coding. In analyze mode, agents self-diagnose their own memory health using LLM calls.

lettactl report memory [agent] [options]

Options

FlagTypeDescription
--allbooleanReport on all agents
--matchstringFilter agents by wildcard pattern
--tagsstringFilter agents by tags
--analyzebooleanLLM-powered deep analysis (sends messages to agents)
--confirmbooleanSkip confirmation for analyze mode
--output, -ojsonOutput format

Examples

All agents
lettactl report memory --all
By tag
lettactl report memory --tags 'tenant:acme'
Deep analysis
lettactl report memory my-agent --analyze
Bulk analysis
lettactl report memory --all --analyze --confirm

Notes

Color coding: green (<50% full), yellow (50-79%), red (80%+)

Analyze mode costs tokens — each agent receives a diagnostic message

Analysis reports: topic count, space status, stale info, redundancies, suggested actions