clean up swarms

Former-commit-id: 931e342918
group-chat
Kye 2 years ago
parent 23ee44a0e2
commit d4f8485151

@ -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