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 any complex tasks, it can search the internet or write code or spawn child multi-modality models to process and generate images and text or audio and so on")
worker_node.create_agent(ai_name="Swarm Worker AI Assistant",ai_role="Assistant",human_in_the_loop=False,search_kwargs={})
worker_node_tool=Tool(name="WorkerNode AI Agent",func=worker_node.run,description="Input: an objective with a todo list for that objective. Output: your task completed: Please be very clear what the objective and task instructions are. The Swarm worker agent is Useful for when you need to spawn an autonomous agent instance as a worker to accomplish any complex tasks, it can search the internet or write code or spawn child multi-modality models to process and generate images and text or audio and so on")