Skip to content

Commit

Permalink
[docs]
Browse files Browse the repository at this point in the history
  • Loading branch information
kyegomez committed Jan 1, 2025
1 parent 61ae849 commit 33e7f69
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/swarms/examples/unique_swarms.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,15 @@ flowchart LR
```

**Best Used When:**

- You need continuous processing of tasks

- Tasks need to be processed by every agent in sequence

- You want predictable, ordered task distribution

**Key Features:**

- Tasks move in a circular pattern through all agents

- Each agent processes each task once
Expand All @@ -78,6 +80,7 @@ flowchart LR
```

**Best Used When:**

- Tasks need sequential, pipeline-style processing

- Each agent performs a specific transformation step
Expand Down Expand Up @@ -111,6 +114,7 @@ flowchart TD
```

**Best Used When:**

- You need centralized control

- Tasks require coordination or oversight
Expand Down Expand Up @@ -143,6 +147,7 @@ flowchart TD
```

**Best Used When:**

- You need maximum flexibility

- Task processing order isn't critical
Expand Down Expand Up @@ -170,6 +175,7 @@ flowchart TD
```

**Best Used When:**

- You need natural scaling patterns

- Tasks have increasing complexity
Expand Down Expand Up @@ -207,6 +213,7 @@ flowchart TD
```

**Best Used When:**

- You need hierarchical task processing

- Tasks require multiple levels of oversight
Expand Down Expand Up @@ -235,6 +242,7 @@ flowchart TD
```

**Best Used When:**

- Tasks have spatial relationships

- You need neighbor-based processing
Expand All @@ -257,6 +265,7 @@ flowchart LR
```

**Best Used When:**

- Direct agent communication is needed

- Tasks require back-and-forth interaction
Expand All @@ -279,6 +288,7 @@ flowchart TD
```

**Best Used When:**

- Information needs to reach all agents

- Tasks require global coordination
Expand Down

0 comments on commit 33e7f69

Please sign in to comment.