You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/agents/patterns.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ head: []
8
8
9
9
import { GitHubCode } from"~/components";
10
10
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).
12
12
13
13
Code samples use the [AI SDK](https://sdk.vercel.ai/docs/foundations/agents), running in [Durable Objects](/durable-objects).
14
14
@@ -59,7 +59,7 @@ Enables simultaneous task processing through sectioning or voting mechanisms.
59
59
60
60
## Orchestrator-Workers
61
61
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.
0 commit comments