Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patterns #19559

Open
wants to merge 9 commits into
base: production
Choose a base branch
from
Open

Patterns #19559

wants to merge 9 commits into from

Conversation

irvinebroque
Copy link
Contributor

hat tip @threepointone 🙌 🙌 🙌

Copy link
Contributor

@hyperlint-ai hyperlint-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 files reviewed, 1 total issue(s) found.


## Orchestrator-Workers

A central LLM dynamically breaks down tasks, delegates to worker LLMs, and synthesizes results.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
A central LLM dynamically breaks down tasks, delegates to worker LLMs, and synthesizes results.
A central LLM dynamically breaks down tasks, delegates to Worker LLMs, and synthesizes results.

Issues:

  • Style Guide - (Terms-error) Use 'Worker' instead of 'worker'.

Fix Explanation:

The term 'worker' should be capitalized to 'Worker' according to the style guide recommendation. This is a straightforward capitalization fix.

Copy link
Contributor

@threepointone threepointone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tentative lfg


![Figure 5: Evaluator-Optimizer](~/assets/images/agents/05-evaluator.png "Figure 5: Evaluator-Optimizer")

[**Interactive Demo**](https://patterns.agents.workers.dev)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[**Interactive Demo**](https://patterns.agents.workers.dev)
[**Interactive Demo**](https://anthropic-patterns.agents.workers.dev)


![Figure 1: Prompt Chaining](~/assets/images/agents/01-sequential.png "Figure 1: Prompt Chaining")

[**Interactive Demo**](https://patterns.agents.workers.dev)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[**Interactive Demo**](https://patterns.agents.workers.dev)
[**Interactive Demo**](https://anthropic-patterns.agents.workers.dev)


![Figure 2: Routing](~/assets/images/agents/02-routing.png "Figure 2: Routing")

[**Interactive Demo**](https://patterns.agents.workers.dev)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[**Interactive Demo**](https://patterns.agents.workers.dev)
[**Interactive Demo**](https://anthropic-patterns.agents.workers.dev)


![Figure 3: Parallelization](~/assets/images/agents/03-parallel.png "Figure 3: Parallelization")

[**Interactive Demo**](https://patterns.agents.workers.dev)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[**Interactive Demo**](https://patterns.agents.workers.dev)
[**Interactive Demo**](https://anthropic-patterns.agents.workers.dev)


![Figure 4: Orchestrator Workers](~/assets/images/agents/04-orchestrator.png "Figure 4: Orchestrator Workers")

[**Interactive Demo**](https://patterns.agents.workers.dev)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[**Interactive Demo**](https://patterns.agents.workers.dev)
[**Interactive Demo**](https://anthropic-patterns.agents.workers.dev)

@threepointone
Copy link
Contributor

We should probably make our own images for this, I don't think the anthropic pics are cc. I"ll try to do something for it tomorrow.

Copy link

Deploying cloudflare-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: f06897e
Status: ✅  Deploy successful!
Preview URL: https://f33a1663.cloudflare-docs-7ou.pages.dev
Branch Preview URL: https://patterns.cloudflare-docs-7ou.pages.dev

View logs

Copy link

@irvinebroque irvinebroque marked this pull request as ready for review January 31, 2025 15:50
@irvinebroque irvinebroque requested a review from a team as a code owner January 31, 2025 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants