Build a sync graph lifecycle callback manager from a runnable config.
This helper filters config["callbacks"] down to handlers that inherit
from GraphCallbackHandler and binds the provided run_id onto the
returned manager.
get_sync_graph_callback_manager_for_config(
config: RunnableConfig,
*,
run_id: UUID | None = None
) -> _GraphCallbackManager