Extract memories from interactions
extract_memoriesScan recent captured interactions for memory-intent phrases and propose memory candidates. Use apply=true to create the proposed memories instead of just dry-running.
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) |