uninstrument(). Calling instrument() multiple times
is safe — it will not create duplicate handlers.
Thread Safety: The instrumentation applies globally to the process and affects all
threads. In concurrent environments (multi-threading, async), all contexts share the
same instrumented callback system.
Basic usage:
Parameters
The
FiddlerClient instance to use for tracing.Raises
ImportError – If LangGraph is not installed or its version is incompatible.instrument()
Instrument LangGraph by monkey-patchingBaseCallbackManager.
Calling this method multiple times is safe; subsequent calls are no-ops.