summarize_memory
Condense ALL entries in a namespace into a single markdown summary via local Llama 3.2 3B (free, no token cost). Optionally store the result as a new memory entry. Registered handle + secret required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| handle | Yes | ||
| secret | No | ||
| store_as | No | if set, stores the summary as a memory entry with this key | |
| namespace | No | namespace to summarize, or '*' for all (default '*') |