Update multi_agent_exec.py

pull/1116/head
CI-DEV 2 months ago committed by GitHub
parent 9c39126fc9
commit 052669954a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -211,7 +211,7 @@ def run_agents_with_different_tasks(
return results
def run_agents_concurrently_optimized(
def run_agents_concurrently_uvloop(
agents: List[AgentType],
task: str,
max_workers: Optional[int] = None,
@ -324,7 +324,7 @@ def run_agents_concurrently_optimized(
raise
def run_agents_with_tasks_optimized(
def run_agents_with_tasks_uvloop(
agents: List[AgentType],
tasks: List[str],
max_workers: Optional[int] = None,

Loading…
Cancel
Save