pull/24/head
Kye 1 year ago
parent aa3bd5915f
commit 1f7b2f2f72

@ -44,10 +44,10 @@ Orchestrate(WorkerNode, autoscale=True, nodes=int, swarm_type="flat")
"""
#in a shared state, provide 3 communication times, during task assignment, task compeltion, and feedback or inability to complete a task.
import threading
from abc import ABC, abstractmethod
from typing import List, Dict, Any
from typing import Any, Dict, List
import threading
from swarms.agents.memory.ocean import OceanDB

@ -1,6 +1,6 @@
import pytest
from unittest.mock import Mock, patch
from swarms.workers.worker_agent_ultra import WorkerUltraNode, WorkerUltraNodeInitializer # replace 'yourmodule' with the actual module name
from swarms.workers.worker_agent_ultra import WorkerUltraNode, WorkerUltraNodeInitializer
@pytest.fixture
def llm_mock():

Loading…
Cancel
Save