note
Save a quick agent observation, preference, or decision as a searchable vector for later retrieval, without needing full document processing.
Instructions
Store a lightweight agent observation as a searchable vector. Use when the agent wants to save a quick preference, decision, or observation without needing full document processing. Faster than remember for short notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Optional tags for filtering (e.g. ['preference', 'user-123']) | |
| text | Yes | The observation or note to store (minimum 5 characters) |