memory_feeling_of_knowing
Predict whether a memory checkout query will return results, using in-memory session state to return a verdict (likely, possible, unlikely) with signal breakdown.
Instructions
Experimental metamemory pre-check: predict whether memory_checkout would likely return something for a query, in roughly a millisecond, from in-memory session state only (no embedding call, no graph query). Returns a non-authoritative verdict (likely | possible | unlikely) with its signal breakdown and raw score. It is a cheap prediction about checkout, never a memory answer or evidence, and its calibration against real checkout outcomes is still being measured — when in doubt, call memory_checkout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The query you are considering sending to memory_checkout | |
| session_id | No | Session ID for scoped prediction | |
| cues | No | Optional encoding-specificity cue fields (e.g. mission, workspace, tool, phase); cue values are probed against session memory alongside the query terms. |