Skip to content

Commit cc9c17b

Browse files
authored
PCX Review
1 parent f06897e commit cc9c17b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/agents/patterns.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ head: []
88

99
import { GitHubCode } from "~/components";
1010

11-
Common patterns for implementing AI agents, based on [Anthropic's patterns for building effective agents](https://www.anthropic.com/research/building-effective-agents).
11+
This page lists and defines common patterns for implementing AI agents, based on [Anthropic's patterns for building effective agents](https://www.anthropic.com/research/building-effective-agents).
1212

1313
Code samples use the [AI SDK](https://sdk.vercel.ai/docs/foundations/agents), running in [Durable Objects](/durable-objects).
1414

@@ -59,7 +59,7 @@ Enables simultaneous task processing through sectioning or voting mechanisms.
5959

6060
## Orchestrator-Workers
6161

62-
A central LLM dynamically breaks down tasks, delegates to worker LLMs, and synthesizes results.
62+
A central LLM dynamically breaks down tasks, delegates to Worker LLMs, and synthesizes results.
6363

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

0 commit comments

Comments
 (0)