memory_store
Store information in persistent memory for multi-agent collaboration, enabling key-value data storage with optional expiration and type categorization.
Instructions
Store information in persistent memory
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Memory key | |
| value | Yes | Memory value | |
| type | No | Memory type (e.g., note, context, learning) | |
| expiresIn | No | Expiration time in seconds (optional) |