Memory
utility.memory Storage v0.1.0 Read/write durable cross-run memory (append/recall/get/set/clear) via the state engine.
Ports
| Direction | Port | Label |
|---|---|---|
| Input | input | Input |
| Output | output | Output |
Properties
| Property | Type | Default | Description |
|---|---|---|---|
Operationop | select | "recall" | Memory operation to perform. appendrecallgetsetclear |
Keykey | string | "conversation" | Memory key (namespace) to operate on. |
Valuevalue | json | — | Value to append/set. Shown when op === "append" || op === "set" |
Recall limitlimit | int | 20 | Max items returned by recall. Shown when op === "recall" |
Max itemsmaxItems | int | — | Optional cap on stored items. |
This page is generated from the node registry by gen-node-docs.mjs on every
site build — ports, properties, defaults and visibility rules cannot drift from the code.