mirror of
https://github.com/Mintplex-Labs/langchain-python.git
synced 2026-07-19 21:33:31 -04:00
d3ec00b566
Co-authored-by: Nuno Campos <nuno@boringbits.io> Co-authored-by: Davis Chase <130488702+dev2049@users.noreply.github.com> Co-authored-by: Zander Chase <130414180+vowelparrot@users.noreply.github.com> Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
6 lines
153 B
Python
6 lines
153 B
Python
"""Tracers that record execution of LangChain runs."""
|
|
|
|
from langchain.callbacks.tracers.langchain import LangChainTracer
|
|
|
|
__all__ = ["LangChainTracer"]
|