clean up swarms

Former-commit-id: 3f6c09e1a22024d58c107301d366013505445b1d
pull/160/head
Kye 2 years ago
parent 601de9d741
commit 5a4ae8ef77

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