run as a worker

pull/160/head
Kye 2 years ago
parent 4d4c96b8f9
commit f3736ac542

@ -78,7 +78,7 @@ class Swarms:
return BossNode(llm, vectorstore, agent_executor, max_iterations=5)
def run_swarms(self, objective, run_as="boss"):
def run_swarms(self, objective, run_as="worker"):
# try:
# # Run the swarm with the given objective
# worker_tools = self.initialize_tools(OpenAI)

Loading…
Cancel
Save