MCPcopy Create free account
hub / github.com/OpenBMB/BMTools / Tool

Class Tool

bmtools/agent/apitool.py:17–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15logger = get_logger(__name__)
16
17class Tool(LangChainTool):
18 tool_logo_md: str = ""
19
20class RequestTool(BaseTool):
21 """Tool that takes in function or coroutine directly."""

Callers 2

load_toolsMethod · 0.90
BabyagiTools.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected