memory_summarize
Summarize old memories into a single summary memory, compressing multiple interactions to free up context space while preserving essential information.
Instructions
Summarize old memories into a single summary memory. Compresses N interactions into 1 summary via LLM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actorId | No | Actor ID. Defaults to the current session actor. | |
| olderThan | No | ISO-8601 date. Only summarize memories older than this. | |
| targetCount | No | Maximum number of memories to summarize | |
| skipMostRecent | No | Skip the N most recent memories to preserve conversational freshness. |