Expand description
Generic (non-business) node implementations.
These are foundation nodes every product can share. External execution stays behind the governed Agent platform; workflow nodes remain deterministic.
Each node holds its raw config Value and resolves templates per-event in
process (matching the Python resolved_config discipline), then reads
fields. Required-key checks happen in the factory at compile time.
Functionsยง
- register_
builtins - Register every builtin step + ingress type.