Skip to Content

Node

Nodes are the fundamental execution units.

  • Node graphs define navigation, logic, and side effects triggered by events.
  • Execution is deterministic and event-driven; each node runs in response to explicit triggers and state.
  • Nodes mutate state only through declared actions to keep flows auditable.
  • TODO: formalize the node execution contract, including inputs, outputs, and failure handling.
Last updated on