NodeState
Base state model for all nodes in the Liman framework.
Provides common state attributes that all nodes require. Can be extended by specific node types to add custom state data.
Attributes
attribute
kindstr
attribute
namestr
attribute
contextdict[str, Any]
= {}
Last updated on