module documentation

Workflow interceptor that scopes LangGraph graphs/entrypoints to the workflow run.

Class LangGraphInterceptor Interceptor that registers a workflow's graphs and entrypoints for the run.
Variable _workflow_entrypoints Undocumented
Variable _workflow_graphs Undocumented
_workflow_entrypoints: dict[str, dict[str, Pregel[Any, Any, Any, Any]]] = (source)

Undocumented

_workflow_graphs: dict[str, dict[str, StateGraph[Any, Any, Any, Any]]] = (source)

Undocumented