Memory Store
localnest_memory_storePersist a local memory entry with title and content, supporting optional metadata such as tags, links, and importance for structured local memory.
Instructions
Store a durable local memory entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| content | Yes | ||
| kind | No | knowledge | |
| summary | No | ||
| status | No | active | |
| importance | No | ||
| confidence | No | ||
| tags | No | ||
| links | No | ||
| scope | No | ||
| nest | No | ||
| branch | No | ||
| actor_id | No | ||
| source_type | No | ||
| source_ref | No | ||
| change_note | No | ||
| terse | No | verbose | |
| response_format | No | json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| meta | Yes |