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