memory_migrate_images
Migrates base64-encoded images stored in memories to R2 cloud storage, replacing data URIs with R2 URLs. Supports dry run for preview.
Instructions
Migrate existing base64 images to R2 storage.
Scans all memories and uploads any base64-encoded images to R2, replacing the data URIs with R2 URLs.
Args: dry_run: If True, only report what would be migrated without making changes
Returns: Dictionary with migration results including count of migrated images
Rate limited: 300s cooldown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |