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/tests/unit_tests/agents
Zander Chase da7b51455c
Dynamic tool -> single purpose (#3697)
I think the logic of
https://github.com/hwchase17/langchain/pull/3684#pullrequestreview-1405358565
is too confusing.

I prefer this alternative because:
- All `Tool()` implementations by default will be treated the same as
before. No breaking changes.
- Less reliance on pydantic magic
- The decorator (which only is typed as returning a callable) can infer
schema and generate a structured tool
- Either way, the recommended way to create a custom tool is through
inheriting from the base tool
1 year ago
..
__init__.py (WIP) agents (#171) 2 years ago
test_agent.py use output parsers in agents (#2987) 1 year ago
test_mrkl.py [Fix #3365]: Changed regex to cover new line before action serious (#3367) 1 year ago
test_react.py use output parsers in agents (#2987) 1 year ago
test_sql.py Harrison/fix create sql agent (#2870) 1 year ago
test_tools.py Dynamic tool -> single purpose (#3697) 1 year ago