From 38b138c56edcbf66cb0f53131c0c0ce15c9b877d Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 31 Oct 2024 14:24:03 -0400 Subject: [PATCH] [DOCS][UPDATE][Various Execution Methods] --- docs/swarms/structs/various_execution_methods.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/swarms/structs/various_execution_methods.md b/docs/swarms/structs/various_execution_methods.md index f1e7d48f..9bf83862 100644 --- a/docs/swarms/structs/various_execution_methods.md +++ b/docs/swarms/structs/various_execution_methods.md @@ -91,8 +91,7 @@ Runs multiple agents concurrently with timeout limits. ## Usage Examples ```python -from swarms.structs.agent import Agent -from your_module import run_agents_concurrently +from swarms import Agent, run_agents_concurrently, run_agents_with_timeout, run_agents_with_different_tasks # Initialize agents agents = [