Files
langchain-python/langchain/tools/shell/__init__.py
T
Zander Chase 5042bd40d3 Add Shell Tool (#3335)
Create an official bash shell tool to replace the dynamically generated one
2023-04-28 11:10:43 -07:00

6 lines
93 B
Python

"""Shell tool."""
from langchain.tools.shell.tool import ShellTool
__all__ = ["ShellTool"]