Skip to content

nodekit.Node pydantic-model

Fields:

annotation pydantic-field

annotation: str | None = None

An optional, user-defined annotation for the Node that may be useful for debugging or analysis purposes.

board_color pydantic-field

board_color: ColorHexString = '#808080ff'

The background color of the Board during this Node.

card pydantic-field

card: Card | None = None

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

hide_pointer: bool = False

Whether to hide the mouse pointer during this Node.

sensor pydantic-field

sensor: Sensor

The Action Set that the Agent must make a selection from to end this Node.