Expand description
Node-type registry. Port of platform/registry.py.
Maps a node type string (transform.state_append) to a factory that builds
a StepNode from its config. Products extend the registry with their own
business node types without touching this crate.
Structs§
- Field
Spec - One config field.
- Node
Registry - Registry of step-node factories. Ingress types are tracked by name only — the runner owns their execution.
- Node
Schema - Config schema of a node type.
Enums§
Type Aliases§
- Step
Factory - Builds a step node from its (raw, unresolved) config value.