> ## Documentation Index
> Fetch the complete documentation index at: https://docs.augent.app/llms.txt
> Use this file to discover all available pages before exploring further.

# memory_stats

> See how many files Augent remembers, total hours stored, and disk usage.

## Example

**Response:**

```json theme={null}
{
  "entries": 5,
  "total_audio_duration_hours": 1.45,
  "memory_size_mb": 3.21,
  "memory_path": "/Users/you/.augent/memory/transcriptions.db",
  "md_dir": "/Users/you/.augent/memory/transcriptions",
  "titles": [
    { "title": "Episode 1", "model": "tiny", "duration": 1200.0 },
    { "title": "Interview", "model": "small", "duration": 3600.0 }
  ]
}
```
