Former-commit-id: 3f6c09e1a22024d58c107301d366013505445b1d
@ -9,7 +9,6 @@ import chromadb
from chromadb.utils import embedding_functions
class Orchestrator:
"""
The Orchestrator takes in an agent, worker, or boss as input
@ -264,4 +263,3 @@ class Orchestrator:
max_workers=self.agents.qsize()
)