|
|
@ -55,9 +55,9 @@ from swarms.structs.multi_agent_exec import (
|
|
|
|
run_agents_concurrently,
|
|
|
|
run_agents_concurrently,
|
|
|
|
run_agents_concurrently_async,
|
|
|
|
run_agents_concurrently_async,
|
|
|
|
run_agents_concurrently_multiprocess,
|
|
|
|
run_agents_concurrently_multiprocess,
|
|
|
|
run_agents_concurrently_optimized,
|
|
|
|
run_agents_concurrently_uvloop,
|
|
|
|
run_agents_with_different_tasks,
|
|
|
|
run_agents_with_different_tasks,
|
|
|
|
run_agents_with_tasks_optimized,
|
|
|
|
run_agents_with_tasks_uvloop,
|
|
|
|
run_single_agent,
|
|
|
|
run_single_agent,
|
|
|
|
)
|
|
|
|
)
|
|
|
|
from swarms.structs.multi_agent_router import MultiAgentRouter
|
|
|
|
from swarms.structs.multi_agent_router import MultiAgentRouter
|
|
|
@ -147,9 +147,9 @@ __all__ = [
|
|
|
|
"run_agents_concurrently",
|
|
|
|
"run_agents_concurrently",
|
|
|
|
"run_agents_concurrently_async",
|
|
|
|
"run_agents_concurrently_async",
|
|
|
|
"run_agents_concurrently_multiprocess",
|
|
|
|
"run_agents_concurrently_multiprocess",
|
|
|
|
"run_agents_concurrently_optimized",
|
|
|
|
"run_agents_concurrently_uvloop",
|
|
|
|
"run_agents_with_different_tasks",
|
|
|
|
"run_agents_with_different_tasks",
|
|
|
|
"run_agents_with_tasks_optimized",
|
|
|
|
"run_agents_with_tasks_uvloop",
|
|
|
|
"run_single_agent",
|
|
|
|
"run_single_agent",
|
|
|
|
"GroupChat",
|
|
|
|
"GroupChat",
|
|
|
|
"expertise_based",
|
|
|
|
"expertise_based",
|
|
|
|