Skip to content

Commit

Permalink
add reference architectures and why cf
Browse files Browse the repository at this point in the history
  • Loading branch information
rita3ko committed Jan 29, 2025
1 parent b8aed32 commit 387c23f
Show file tree
Hide file tree
Showing 15 changed files with 57 additions and 187 deletions.
22 changes: 6 additions & 16 deletions src/content/docs/agents/capabilities/control-web-browsers.mdx
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
---
type: concept
title: Control Web Browsers
pcx_content_type: concept
pcx_content_type: navigation
title: Control Web Browsers (Browser Rendering API)
external_link: /browser-rendering/
sidebar:
order: 1
---

import {
Render,
PackageManagers,
Steps,
FileTree,
Details,
Tabs,
TabItem,
WranglerConfig,
} from "~/components";
head: []
description: The Workers Browser Rendering API allows developers to programmatically control and interact with a headless browser instance and create automation flows for their applications and products.

Control web browsers
---
22 changes: 0 additions & 22 deletions src/content/docs/agents/capabilities/human-in-the-loop.mdx

This file was deleted.

24 changes: 0 additions & 24 deletions src/content/docs/agents/capabilities/multiplayer.mdx

This file was deleted.

20 changes: 0 additions & 20 deletions src/content/docs/agents/capabilities/persistent-memory.mdx

This file was deleted.

26 changes: 0 additions & 26 deletions src/content/docs/agents/capabilities/receive-email.mdx

This file was deleted.

20 changes: 0 additions & 20 deletions src/content/docs/agents/capabilities/receive-webhooks.mdx

This file was deleted.

This file was deleted.

9 changes: 9 additions & 0 deletions src/content/docs/agents/capabilities/run-models.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
pcx_content_type: navigation
title: Run models (Workers AI)
external_link: /workers-ai/
sidebar:
order: 2
head: []
description: Run popular open-source AI models on Cloudflare's network.
---
21 changes: 5 additions & 16 deletions src/content/docs/agents/capabilities/send-email.mdx
Original file line number Diff line number Diff line change
@@ -1,22 +1,11 @@
---
type: concept
pcx_content_type: navigation
title: Send Email
pcx_content_type: concept
external_link: /email-routing/email-workers/send-email-workers/
sidebar:
order: 3
order: 2
head: []
description: Send emails from your Worker for async updates to a user.
---

import {
Render,
PackageManagers,
Steps,
FileTree,
Details,
Tabs,
TabItem,
WranglerConfig,
} from "~/components";

Send email

https://developers.cloudflare.com/email-routing/email-workers/send-email-workers/
20 changes: 0 additions & 20 deletions src/content/docs/agents/capabilities/wake-up.mdx

This file was deleted.

9 changes: 9 additions & 0 deletions src/content/docs/agents/capabilities/webrtc-realtime.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
pcx_content_type: navigation
title: Realtime voice (WebRTC)
external_link: /calls/
sidebar:
order: 4
head: []
description: Build real-time serverless video, audio and data applications.
---
2 changes: 1 addition & 1 deletion src/content/docs/agents/examples/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pcx_content_type: reference
title: Example Agents
sidebar:
order: 3
order: 4
group:
hideIndex: true
---
Expand Down
6 changes: 4 additions & 2 deletions src/content/docs/agents/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ Agents are deployed to Cloudflare's [Workers](/workers/) platform using [Durable
</LinkButton>

## Why build agents on Cloudflare?
-
- *Designed for durable execution:* [Durable Objects](/durable-objects/) and [Workflows](/workflows) are built for a programming model that enables guaranteed execution for async tasks like long-running deep thinking LLM calls, human-in-the-loop, or unreliable API calls.
- *Non I/O bound pricing:* don't pay for long-running processes when your code is not executing. Cloudflare Workers is designed to scale down and [only charge you for CPU time](https://blog.cloudflare.com/workers-pricing-scale-to-zero/), as opposed to wall-clock time.
- *Scalable, and reliable, without compromising on performance:* by running on Cloudflare's network, agents can execute tasks close to the user without introducing latency for real-time experiences.

## Products
## All the products you need in one platform

<RelatedProduct header="AI Gateway" href="/ai-gateway/" product="ai-gateway">

Expand Down
14 changes: 14 additions & 0 deletions src/content/docs/agents/reference-architectures/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
pcx_content_type: reference
title: Reference Architectures
sidebar:
order: 3
group:
hideIndex: true
---

import { DirectoryListing } from "~/components";

Example Reference Architectures

<DirectoryListing />
9 changes: 9 additions & 0 deletions src/content/docs/agents/reference-architectures/rag.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
pcx_content_type: navigation
title: Retrieval Augmented Generation
external_link: /reference-architecture/diagrams/ai/ai-rag/
sidebar:
order: 1
head: []
description: Build RAG architectures on Cloudflare
---

0 comments on commit 387c23f

Please sign in to comment.