main
Kye 2 years ago
parent cbcc7998f0
commit f605e6dfef

@ -72,7 +72,7 @@ tools = [
CodeWriter,
CodeEditor,
math_tool
# math_tool
# HumanInputRun(), # Activate if you want the permit asking for help from the human
]
@ -231,7 +231,9 @@ class Swarms:
tools = [web_search, WriteFileTool(root_dir="./data"), ReadFileTool(root_dir="./data"), process_csv,
# multimodal_agent_tool,
WebpageQATool(qa_chain=load_qa_with_sources_chain(llm)),
Terminal, CodeWriter, CodeEditor, math_tool]
Terminal, CodeWriter, CodeEditor,
# math_tool
]
return tools
def initialize_vectorstore(self):

@ -1,2 +1,2 @@
# from swarms.agents.workers import multimodal_agent_tool
from swarms.tools.main import Terminal, CodeWriter, CodeEditor, process_csv, WebpageQATool, math_tool, HumanInputRun, ReadFileTool, WriteFileTool, BaseTool, DuckDuckGoSearchRun
from swarms.tools.main import Terminal, CodeWriter, CodeEditor, process_csv, WebpageQATool, HumanInputRun, ReadFileTool, WriteFileTool, BaseTool, DuckDuckGoSearchRun
Loading…
Cancel
Save