mirror of
https://github.com/Mintplex-Labs/langchain-python.git
synced 2026-07-21 00:35:23 -04:00
5042bd40d3
Create an official bash shell tool to replace the dynamically generated one
6 lines
93 B
Python
6 lines
93 B
Python
"""Shell tool."""
|
|
|
|
from langchain.tools.shell.tool import ShellTool
|
|
|
|
__all__ = ["ShellTool"]
|