mem_stats
Retrieve aggregate memory store statistics to get total counts and overall usage for the entire store. No arguments needed—one call provides a complete overview.
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 |