pull/712/head
Kye Gomez 1 week ago
parent 61ae8493c2
commit 33e7f69450

@ -46,6 +46,7 @@ flowchart LR
``` ```
**Best Used When:** **Best Used When:**
- You need continuous processing of tasks - You need continuous processing of tasks
- Tasks need to be processed by every agent in sequence - Tasks need to be processed by every agent in sequence
@ -53,6 +54,7 @@ flowchart LR
- You want predictable, ordered task distribution - You want predictable, ordered task distribution
**Key Features:** **Key Features:**
- Tasks move in a circular pattern through all agents - Tasks move in a circular pattern through all agents
- Each agent processes each task once - Each agent processes each task once
@ -78,6 +80,7 @@ flowchart LR
``` ```
**Best Used When:** **Best Used When:**
- Tasks need sequential, pipeline-style processing - Tasks need sequential, pipeline-style processing
- Each agent performs a specific transformation step - Each agent performs a specific transformation step
@ -111,6 +114,7 @@ flowchart TD
``` ```
**Best Used When:** **Best Used When:**
- You need centralized control - You need centralized control
- Tasks require coordination or oversight - Tasks require coordination or oversight
@ -143,6 +147,7 @@ flowchart TD
``` ```
**Best Used When:** **Best Used When:**
- You need maximum flexibility - You need maximum flexibility
- Task processing order isn't critical - Task processing order isn't critical
@ -170,6 +175,7 @@ flowchart TD
``` ```
**Best Used When:** **Best Used When:**
- You need natural scaling patterns - You need natural scaling patterns
- Tasks have increasing complexity - Tasks have increasing complexity
@ -207,6 +213,7 @@ flowchart TD
``` ```
**Best Used When:** **Best Used When:**
- You need hierarchical task processing - You need hierarchical task processing
- Tasks require multiple levels of oversight - Tasks require multiple levels of oversight
@ -235,6 +242,7 @@ flowchart TD
``` ```
**Best Used When:** **Best Used When:**
- Tasks have spatial relationships - Tasks have spatial relationships
- You need neighbor-based processing - You need neighbor-based processing
@ -257,6 +265,7 @@ flowchart LR
``` ```
**Best Used When:** **Best Used When:**
- Direct agent communication is needed - Direct agent communication is needed
- Tasks require back-and-forth interaction - Tasks require back-and-forth interaction
@ -279,6 +288,7 @@ flowchart TD
``` ```
**Best Used When:** **Best Used When:**
- Information needs to reach all agents - Information needs to reach all agents
- Tasks require global coordination - Tasks require global coordination

Loading…
Cancel
Save