Extract memories from interactions
extract_memoriesScan recent interactions for memory-intent phrases, then propose memory candidates; pass apply=true to create them.
Instructions
Scan recent captured interactions for memory-intent phrases and propose memory candidates (deterministic, no LLM). Dry-run by default; pass apply=true to create them (source=captured).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Interaction kind to scan (default prompt) | |
| apply | No | Create the proposed memories (default false = propose only) | |
| limit | No | Max recent interactions to scan (default 50) | |
| userId | No | Scope extracted memories to a user (USER scope) |