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
Sunish Sheth 812e5f43f5
Add _type for all parsers (#4189)
Used for serialization. Also add test that recurses through
our subclasses to check they have them implemented

Would fix https://github.com/hwchase17/langchain/issues/3217
Blocking: https://github.com/mlflow/mlflow/pull/8297

---------

Signed-off-by: Sunish Sheth <sunishsheth2009@gmail.com>
Co-authored-by: Dev 2049 <dev.dev2049@gmail.com>
1 year ago
..
agent_toolkits Pass parsed inputs through to tool _run (#4309) 1 year ago
chat Add _type for all parsers (#4189) 1 year ago
conversational Add _type for all parsers (#4189) 1 year ago
conversational_chat Add _type for all parsers (#4189) 1 year ago
mrkl Add _type for all parsers (#4189) 1 year ago
react Add _type for all parsers (#4189) 1 year ago
self_ask_with_search Add _type for all parsers (#4189) 1 year ago
structured_chat Add _type for all parsers (#4189) 1 year ago
__init__.py Load HuggingFace Tool (#4475) 1 year ago
agent.py Fix: Add run_manager on all AgentFinish returns in AgentExecutor (#4466) 1 year ago
agent_types.py Add Structure Chat Agent (#3912) 1 year ago
initialize.py Callbacks Refactor [base] (#3256) 1 year ago
load_tools.py Load HuggingFace Tool (#4475) 1 year ago
loading.py Replace remaining usage of basellm with baselangmodel (#3981) 1 year ago
schema.py agent refactor (#2801) 1 year ago
tools.py Update some Tools Docs (#3913) 1 year ago
types.py Add Structure Chat Agent (#3912) 1 year ago
utils.py Move Tool Validation (#3923) 1 year ago