nodekit.Node
pydantic-model
¶
Fields:
-
type(Literal['Node']) -
card(Card | None) -
sensor(Sensor) -
board_color(ColorHexString) -
hide_pointer(bool) -
annotation(str | None)
annotation
pydantic-field
¶
An optional, user-defined annotation for the Node that may be useful for debugging or analysis purposes.
board_color
pydantic-field
¶
The background color of the Board during this Node.
card
pydantic-field
¶
The visual context presented to the Agent during this Node. If None, the Board will be blank (except for the background color).
hide_pointer
pydantic-field
¶
Whether to hide the mouse pointer during this Node.
sensor
pydantic-field
¶
The Action Set that the Agent must make a selection from to end this Node.