create_memory
Generate structured memories for AI systems by defining type (episodic, semantic, procedural, strategic), content, embedding, importance, and metadata to enhance context and continuity.
Instructions
Create a new memory with optional type-specific metadata
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | Yes | The main content/text of the memory | |
embedding | Yes | Vector embedding for the memory content | |
importance | No | Importance score (0.0 to 1.0) | |
metadata | No | Type-specific metadata (action_taken, context, confidence, etc.) | |
type | Yes | Type of memory to create |