NodeState
Runtime state for generic custom nodes.
Maintains execution state including input/output data and message history for custom node execution.
Attributes
attributekindLiteral['Node']= 'Node'attributemessageslist[BaseMessage]= []attributeinput_Any | None= NoneattributeoutputAny | None= NoneLast updated on