You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs/core/langchain_core/callbacks
William FH dcec133b85
[Core] Update Tracing Interops (#22318)
LangSmith and LangChain context var handling evolved in parallel since
originally we didn't expect people to want to interweave the decorator
and langchain code.

Once we get a new langsmith release, this PR will let you seemlessly
hand off between @traceable context and runnable config context so you
can arbitrarily nest code.

It's expected that this fails right now until we get another release of
the SDK
1 week ago
..
__init__.py community, core[callbacks]: move FileCallbackHandler from community to core (#20495) 2 months ago
base.py core[major]: On Tool End Observation Casting Fix (#18798) 3 months ago
file.py community, core[callbacks]: move FileCallbackHandler from community to core (#20495) 2 months ago
manager.py [Core] Update Tracing Interops (#22318) 1 week ago
stdout.py core[major]: On Tool End Observation Casting Fix (#18798) 3 months ago
streaming_stdout.py core[major]: On Tool End Observation Casting Fix (#18798) 3 months ago