Expand description
Node execution framework for the Weavegraph workflow system.
Provides the core abstractions for executable workflow nodes:
the Node trait, execution context, partial state updates, and error types.
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
NodeContextmethods. - Node
Error - Fatal errors returned by node execution.
Traits§
- Node
- Core trait for executable workflow nodes.
- Node
Result Ext - Ergonomic conversion into
NodeErrorfor the?operator.
Type Aliases§
- Node
Result - Canonical result type for node implementations.