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/langchain/agents
Ankush Gola 57609845df
add tracing support to langchain (#741)
* add implementations of `BaseCallbackHandler` to support tracing:
`SharedTracer` which is thread-safe and `Tracer` which is not and is
meant to be used locally.
* Tracers persist runs to locally running `langchain-server`

Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
1 year ago
..
conversational fix whitespace for conversational agent (#690) 1 year ago
mrkl strip whitespace (#680) 1 year ago
react Fix typo (#705) 1 year ago
self_ask_with_search Harrison/tools exp (#372) 1 year ago
__init__.py RFC: conversational agent (#464) 1 year ago
agent.py add tracing support to langchain (#741) 1 year ago
load_tools.py Harrison/serpapi extra tools (#691) 1 year ago
loading.py modify docstring (#569) 1 year ago
tools.py add return_direct flag to tool (#537) 1 year ago