From e83da4970ccf488b0b0c987500fa2b096f2aedc6 Mon Sep 17 00:00:00 2001 From: Kye Date: Wed, 5 Jul 2023 19:50:26 -0400 Subject: [PATCH] clean up --- swarms/agents/workers/worker_agent.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/swarms/agents/workers/worker_agent.py b/swarms/agents/workers/worker_agent.py index 6ff91302..8db02df6 100644 --- a/swarms/agents/workers/worker_agent.py +++ b/swarms/agents/workers/worker_agent.py @@ -7,8 +7,9 @@ from langchain.callbacks.manager import ( ) + class WorkerNode(BaseTool): - """Useful for when you need to spawn an autonomous agent instance as a worker to accomplish complex tasks, it can search the internet or spawn child multi-modality models to process and generate images and text or audio and so on """ + # """Useful for when you need to spawn an autonomous agent instance as a worker to accomplish complex tasks, it can search the internet or spawn child multi-modality models to process and generate images and text or audio and so on """ name = "WorkerNode" description = "A worker node that can perform complex tasks" @@ -50,8 +51,6 @@ class WorkerNode(BaseTool): - - # class WorkerNode(BaseTool): # """Useful for when you need to spawn an autonomous agent instance as a worker to accomplish complex tasks, it can search the internet or spawn child multi-modality models to process and generate images and text or audio and so on """ # name = "WorkerNode"