memory_store
Store a memory directly without enrichment, preserving your own importance scores, tags, and metadata for precise control.
Instructions
Store a memory directly without enrichment. Use this when you already have importance/tags or want precise control.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags for categorization | |
| actorId | No | Actor ID. Defaults to the current session actor. | |
| content | Yes | The memory content text | |
| metadata | No | Additional metadata key-value pairs | |
| importance | No | Importance score 0.0-1.0. Default: 0.5. | |
| memoryType | No | Memory type (interaction, summary, observation, fact, reflection). Default: interaction. |