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
aditya thomas cea379e7c7
community, core[callbacks]: move FileCallbackHandler from community to core (#20495)
**Description:** Move `FileCallbackHandler` from community to core
**Issue:** #20493 
**Dependencies:** None

(imo) `FileCallbackHandler` is a built-in LangChain callback handler
like `StdOutCallbackHandler` and should properly be in in core.
5 months ago
..
__init__.py community, core[callbacks]: move FileCallbackHandler from community to core (#20495) 5 months ago
base.py core[major]: On Tool End Observation Casting Fix (#18798) 7 months ago
file.py community, core[callbacks]: move FileCallbackHandler from community to core (#20495) 5 months ago
manager.py core[patch]: remove requests (#19891) 6 months ago
stdout.py core[major]: On Tool End Observation Casting Fix (#18798) 7 months ago
streaming_stdout.py core[major]: On Tool End Observation Casting Fix (#18798) 7 months ago