@@ -18,8 +18,6 @@ Decomposes tasks into a sequence of steps, where each LLM call processes the out
1818
1919![ Figure 1: Prompt Chaining] ( ~/assets/images/agents/01-prompt-chaining.jpg )
2020
21- [ ** Interactive Demo** ] ( https://ai.cloudflare.com/anthropic-agent-patterns )
22-
2321<GitHubCode
2422 repo = " cloudflare/agents"
2523 file = " guides/anthropic-patterns/src/flows/01 sequential.txt"
@@ -33,8 +31,6 @@ Classifies input and directs it to specialized followup tasks, allowing for sepa
3331
3432![ Figure 2: Routing] ( ~/assets/images/agents/2_Routing.jpg )
3533
36- [ ** Interactive Demo** ] ( https://ai.cloudflare.com/anthropic-agent-patterns )
37-
3834<GitHubCode
3935 repo = " cloudflare/agents"
4036 file = " guides/anthropic-patterns/src/flows/02 routing.txt"
@@ -48,7 +44,6 @@ Enables simultaneous task processing through sectioning or voting mechanisms.
4844
4945![ Figure 3: Parallelization] ( ~/assets/images/agents/3_Parallelization.jpg )
5046
51- [ ** Interactive Demo** ] ( https://ai.cloudflare.com/anthropic-agent-patterns )
5247
5348<GitHubCode
5449 repo = " cloudflare/agents"
@@ -63,8 +58,6 @@ A central LLM dynamically breaks down tasks, delegates to Worker LLMs, and synth
6358
6459![ Figure 4: Orchestrator Workers] ( ~/assets/images/agents/4_Orchestrator-Workers.jpg )
6560
66- [ ** Interactive Demo** ] ( https://ai.cloudflare.com/anthropic-agent-patterns )
67-
6861<GitHubCode
6962 repo = " cloudflare/agents"
7063 file = " guides/anthropic-patterns/src/flows/04 orchestrator.txt"
@@ -78,8 +71,6 @@ One LLM generates responses while another provides evaluation and feedback in a
7871
7972![ Figure 5: Evaluator-Optimizer] ( ~/assets/images/agents/5_Evaluator-Optimizer.jpg )
8073
81- [ ** Interactive Demo** ] ( https://ai.cloudflare.com/anthropic-agent-patterns )
82-
8374<GitHubCode
8475 repo = " cloudflare/agents"
8576 file = " guides/anthropic-patterns/src/flows/05 evaluator.txt"
0 commit comments