fixed merge conflicts

pull/1245/head
Hugh 1 day ago
parent edaea9fa0b
commit 7482a9b976

@ -24130,7 +24130,6 @@ flowchart LR
- Maintains strict ordering of task processing - Maintains strict ordering of task processing
### Star Swarm ### Star Swarm
```python ```python
def star_swarm(agents: AgentListType, tasks: List[str], return_full_history: bool = True) def star_swarm(agents: AgentListType, tasks: List[str], return_full_history: bool = True)
@ -24364,7 +24363,6 @@ flowchart TD
## Common Use Cases ## Common Use Cases
1. **Data Processing Pipelines** 1. **Data Processing Pipelines**
- Linear Swarm
- Circular Swarm - Circular Swarm
2. **Distributed Computing** 2. **Distributed Computing**

@ -294,7 +294,6 @@ flowchart TD
## Common Use Cases ## Common Use Cases
1. **Data Processing Pipelines** 1. **Data Processing Pipelines**
- Linear Swarm
- Circular Swarm - Circular Swarm
2. **Distributed Computing** 2. **Distributed Computing**

@ -106,7 +106,6 @@ def grid_swarm(
return history_output_formatter(conversation, output_type) return history_output_formatter(conversation, output_type)
# Star Swarm: A central agent first processes all tasks, followed by others # Star Swarm: A central agent first processes all tasks, followed by others
def star_swarm( def star_swarm(
agents: AgentListType, agents: AgentListType,

Loading…
Cancel
Save