cuemap_add
Store a natural-language memory in CueMap with automatic cue extraction, optional project targeting, metadata, and deduplication keys.
Instructions
Store a natural-language memory in CueMap. Uses the repository-scoped default project unless one is supplied, creates it when needed, and applies deterministic cue extraction plus any cues and metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cues | No | Normally omit: CueMap generates cues from content automatically. Optionally add deliberate reusable tags, e.g. type:conversation for an explicitly saved conversation. | |
| content | Yes | The natural-language memory content to store. | |
| project | No | Optional project ID. Defaults to a stable ID derived from the current Git repository. | |
| metadata | No | Optional JSON metadata to store with the memory. | |
| embedding | No | Optional precomputed memory embedding. | |
| event_time | No | Optional original event timestamp as Unix seconds. Defaults to ingestion time. | |
| source_key | No | Optional stable source key for deterministic upsert/deduplication. | |
| async_ingest | No | Process ingestion in the background and return immediately. Default is false. | |
| disable_temporal_chunking | No | Disable temporal chunking for this memory. Default is false. |