Consolidate memories
consolidate_memoriesConsolidate related memories under a new parent memory with a summary. Child rows stay readable; by default they are archived to the longterm tier rather than deleted. Requires memory:write or full permission. Use delete_memory only when a key should be destroyed, and archive_memories to move entries to longterm without creating a parent. Pass playbook_id as the UUID or GUID of the playbook this call should target.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | Summary of consolidated memories | |
| parent_key | Yes | New parent memory key | |
| memory_keys | Yes | Keys of memories to consolidate | |
| parent_tags | No | Tags for parent memory | |
| playbook_id | Yes | UUID or GUID of the target playbook | |
| archive_children | No | Move children to longterm tier |