Expand description
Node execution framework for the Weavegraph workflow system.
This module provides the core abstractions for executable workflow nodes,
including the Node trait, execution context, state updates, and error handling.
Structs§
- Node
Context - Execution context passed to nodes during workflow execution.
- Node
Partial - Partial state updates returned by node execution.
Enums§
- Node
Context Error - Errors that can occur when using NodeContext methods.
- Node
Error - Errors that can occur during node execution.
Traits§
- Node
- Core trait defining executable workflow nodes.
- Node
Result Ext - Extension trait for ergonomic conversion into
NodeError.
Type Aliases§
- Node
Result - Canonical node result type for framework and user node implementations.