[Feature Request] Registerable node graph pre-processors
Open
Feature
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 158
Description
Provide an interface to register node graph pre-processors that invokes a pipeline of functions: `F: List[f: (node_graph, params) => node_graph, ]` before each run.
This will provide an wide range of ability for static graph analysis, graph-macro expansion, guided lazy evaluation, etc.
Contributor guide
Assessment
This issue has not been assessed yet.