MCPcopy Create free account
hub / github.com/OpenBMB/BMTools / singletool.py

File singletool.py

bmtools/agent/singletool.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from langchain.llms import OpenAI
2from langchain import OpenAI, LLMChain, PromptTemplate, SerpAPIWrapper
3from langchain.agents import ZeroShotAgent, AgentExecutor, initialize_agent, Tool
4import importlib

Callers

nothing calls this directly

Calls 4

get_loggerFunction · 0.90
load_single_toolsFunction · 0.85
STQuestionAnswererClass · 0.85
load_toolsMethod · 0.45

Tested by

no test coverage detected