Skip to content

Commit f06897e

Browse files
committed
links
1 parent 9d378f2 commit f06897e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/content/docs/agents/patterns.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ 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://patterns.agents.workers.dev)
21+
[**Interactive Demo**](https://ai.cloudflare.com/anthropic-agent-patterns)
2222

2323
<GitHubCode
2424
repo="cloudflare/agents"
@@ -33,7 +33,7 @@ Classifies input and directs it to specialized followup tasks, allowing for sepa
3333

3434
![Figure 2: Routing](~/assets/images/agents/2_Routing.jpg)
3535

36-
[**Interactive Demo**](https://patterns.agents.workers.dev)
36+
[**Interactive Demo**](https://ai.cloudflare.com/anthropic-agent-patterns)
3737

3838
<GitHubCode
3939
repo="cloudflare/agents"
@@ -48,7 +48,7 @@ Enables simultaneous task processing through sectioning or voting mechanisms.
4848

4949
![Figure 3: Parallelization](~/assets/images/agents/3_Parallelization.jpg)
5050

51-
[**Interactive Demo**](https://patterns.agents.workers.dev)
51+
[**Interactive Demo**](https://ai.cloudflare.com/anthropic-agent-patterns)
5252

5353
<GitHubCode
5454
repo="cloudflare/agents"
@@ -63,7 +63,7 @@ A central LLM dynamically breaks down tasks, delegates to worker LLMs, and synth
6363

6464
![Figure 4: Orchestrator Workers](~/assets/images/agents/4_Orchestrator-Workers.jpg)
6565

66-
[**Interactive Demo**](https://patterns.agents.workers.dev)
66+
[**Interactive Demo**](https://ai.cloudflare.com/anthropic-agent-patterns)
6767

6868
<GitHubCode
6969
repo="cloudflare/agents"
@@ -78,7 +78,7 @@ One LLM generates responses while another provides evaluation and feedback in a
7878

7979
![Figure 5: Evaluator-Optimizer](~/assets/images/agents/5_Evaluator-Optimizer.jpg)
8080

81-
[**Interactive Demo**](https://patterns.agents.workers.dev)
81+
[**Interactive Demo**](https://ai.cloudflare.com/anthropic-agent-patterns)
8282

8383
<GitHubCode
8484
repo="cloudflare/agents"

0 commit comments

Comments
 (0)