Memory

utility.memory Storage v0.1.0

Read/write durable cross-run memory (append/recall/get/set/clear) via the state engine.

Ports

DirectionPortLabel
InputinputInput
OutputoutputOutput

Properties

PropertyTypeDefaultDescription
Operation
op
select "recall" Memory operation to perform.
appendrecallgetsetclear
Key
key
string "conversation" Memory key (namespace) to operate on.
Value
value
json Value to append/set.
Shown when op === "append" || op === "set"
Recall limit
limit
int 20 Max items returned by recall.
Shown when op === "recall"
Max items
maxItems
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.