We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bc81c1 commit 30a1654Copy full SHA for 30a1654
swarms/structs/__init__.py
@@ -61,11 +61,6 @@
61
run_single_agent,
62
)
63
from swarms.structs.multi_agent_router import MultiAgentRouter
64
-from swarms.structs.planner_worker_swarm import (
65
- PlannerWorkerSwarm,
66
- TaskQueue,
67
- WorkerPool,
68
-)
69
from swarms.structs.round_robin import RoundRobinSwarm
70
from swarms.structs.self_moa_seq import SelfMoASeq
71
from swarms.structs.sequential_workflow import SequentialWorkflow
@@ -181,7 +176,4 @@
181
176
"SubagentRegistry",
182
177
"SubagentTask",
183
178
"TaskStatus",
184
- "PlannerWorkerSwarm",
185
- "TaskQueue",
186
- "WorkerPool",
187
179
]
0 commit comments