memory_capture
Capture verbatim turns from conversations. Auto-deduplicates at high similarity to reinforce memory. Ideal for corrections and critical decisions.
Instructions
Capture a verbatim turn. Auto-dedups at cos>=0.95 (reinforces). Use for corrections + load-bearing decisions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Verbatim text to capture (user utterance, Claude decision, or observation). Min 12 chars, max 8000 (longer is truncated). | |
| cue | No | Short natural-language cue used for embedding + dedup lookup. If empty, `text` itself is embedded. | |
| tier | No | Memory tier. Default 'episodic' (verbatim user utterances). Use 'semantic' for induced summaries, 'procedural' for learned behaviour notes. | episodic |
| session_id | No | Current session id for provenance (MEM-05). | |
| role | No | Who produced this turn — tags the record for filtering. | user |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ||
| record_id | No | ||
| reason | No |