File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 batched_grid_agent_execution ,
88)
99from swarms .structs .omni_agent_types import AgentType
10- from swarms .utils .output_types import OutputType
1110from swarms .telemetry .otel import capture_init , trace_run
1211from swarms .utils .generate_id import generate_id
1312
@@ -32,7 +31,6 @@ class BatchedGridWorkflow:
3231 description (str): Description of the workflow's purpose.
3332 agents (List[AgentType]): List of agents to execute tasks.
3433 max_loops (int): Maximum number of execution loops to perform.
35- output_type (OutputType): Type of output to return.
3634
3735 Example:
3836 >>> from swarms.structs.batched_grid_workflow import BatchedGridWorkflow
@@ -51,7 +49,6 @@ def __init__(
5149 description : str = "For every agent, run the task on a different task" ,
5250 agents : List [AgentType ] = None ,
5351 max_loops : int = 1 ,
54- output_type : OutputType = "dict" ,
5552 ):
5653 """
5754 Initialize a BatchedGridWorkflow instance.
You can’t perform that action at this time.
0 commit comments