You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Examples index](https://docs.swarms.world/examples/overviews/examples-index) — full list of runnable examples
38
+
-[Streaming agents](https://docs.swarms.world/examples/agents/agent-streaming) — token-streaming patterns used by the voice callback
39
39
-[guides/changelog_890/](../guides/changelog_890/) and [guides/880_update_changelog_examples/](../guides/880_update_changelog_examples/) for more voice examples
"See https://docs.swarms.world/swarms/structs/swarm_router/"
359
+
"See https://docs.swarms.world/api/swarm-router"
360
360
)
361
361
362
362
if (
363
363
self.swarm_type=="AgentRearrange"
364
364
andself.rearrange_flowisNone
365
365
):
366
366
raiseSwarmRouterConfigError(
367
-
"SwarmRouter: rearrange_flow cannot be 'none' when using AgentRearrange. Check the SwarmRouter docs to learn of required parameters. https://docs.swarms.world/swarms/structs/agent_rearrange/"
367
+
"SwarmRouter: rearrange_flow cannot be 'none' when using AgentRearrange. Check the SwarmRouter docs to learn of required parameters. https://docs.swarms.world/api/agent-rearrange"
368
368
)
369
369
370
370
# Validate max_loops
371
371
ifself.max_loops==0:
372
372
raiseSwarmRouterConfigError(
373
-
"SwarmRouter: max_loops cannot be 0. Check the docs for all the max_loops available. https://docs.swarms.world/swarms/structs/swarm_router/"
373
+
"SwarmRouter: max_loops cannot be 0. Check the docs for all the max_loops available. https://docs.swarms.world/api/swarm-router"
374
374
)
375
375
376
376
self.setup()
@@ -819,7 +819,7 @@ def _run(
819
819
" - Ensure all individual agents are properly configured and initialized.\n"
820
820
" - Review the error message and traceback above for clues.\n\n"
821
821
"For detailed documentation on SwarmRouter configuration, usage, and available swarm types, please visit:\n"
0 commit comments