mem_stats
Get aggregate statistics for your persistent memory store, showing total counts across all projects. Use for a quick overview of memory usage.
Instructions
Get aggregate memory store statistics. Takes no arguments and counts the whole store; for one project's counts call mem_doctor with that project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projects | No | Projects that hold at least one memory, the most recently written first. Not every project the store knows: one with only a session or a prompt is absent, which on a real store is two of nineteen. | |
| total_prompts | No | ||
| total_sessions | No | ||
| total_observations | No |