Functions for tracing and observability, including the traceable decorator, trace context manager, and tracing context management utilities.
Trace a function with langsmith.
Get the current run tree.
Set a RunTree as the active tracing parent within this block.
Update metadata on the current run tree.
Get the current tracing context.
Set the tracing context for a block of code.
Check if a function is @traceable decorated.
Ensure that a function is traceable.
Convert a function wrapped by the LangSmith @traceable decorator to a Runnable.