Is your feature request related to a problem? Please describe.
The task graph can be run in different contexts. Some of the hyper-parameters used inside the nodes are coming from this context. Currently, gQuant is not context-aware.
Describe the solution you'd like
Build a driver class to define the running environment for the graph. So the context-related information can be queried by the graph.