svm_store
Store structured visual memory blocks with unique keys and values for persistent AI agent recall.
Instructions
Store a memory block in SVM (Structured Visual Memory)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Unique key for the memory block | |
| value | Yes | Content/value of the memory block | |
| slot_id | No | Optional slot/group identifier | |
| tenant_id | No | Optional tenant ID (default: default) |