memory_store
Store a memory with importance and confidence ratings, ensuring recall across AI agent sessions.
Instructions
Store a new memory that should be remembered long-term.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags for categorization and retrieval. | |
| source | No | Source of this memory: 'user', 'agent', or 'tool'. | agent |
| content | Yes | The memory content to store. Be specific and factual. | |
| confidence | No | Confidence level 0.0-1.0. Lower if uncertain. | |
| importance | No | Importance: 1=episodic, 2=working, 3=semantic, 4=critical | |
| session_id | No | Session identifier to group related memories. |