GraphCallbackHandler()Base class for graph-level lifecycle callbacks.
Subclass this handler to observe graph lifecycle transitions that are specific to LangGraph execution, rather than generic LangChain runnable callbacks.
Instances can be passed through config["callbacks"] when invoking a
graph. Only handlers that inherit from GraphCallbackHandler receive these
lifecycle events.