| Example | Description |
|---|---|
| Local Media Storage | Store agent media on the filesystem with LocalMediaStorage and keep a reference in the database. |
| S3 Media Storage | Offload agent media to an S3 bucket and keep only a MediaReference in the database. |
| GCS Media Storage | Offload agent media to Google Cloud Storage and keep only a MediaReference in the database. |
| Media Storage Across Turns | Read offloaded media back from storage across multiple turns of a session. |
| Deleting Offloaded Media | Delete a session’s stored media alongside its rows with delete_media=True. |
Media Storage
Media Storage
Offload agent media to the filesystem, S3, or Google Cloud Storage.