returnworker_tool(name="WorkerNode AI Agent",func=worker_node.run,description="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")
worker_node_tool=Tool(name="WorkerNode AI Agent",func=worker_node.run,description="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")