mem_stats
Retrieve aggregate statistics for the entire memory store, showing overall counts and usage across all projects.
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 |