Skip to content

Commit 1afb5b3

Browse files
committed
update agents.yaml
1 parent fbb2b22 commit 1afb5b3

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

src/content/docs/agents/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import {
2424

2525
<Plan type="all" />
2626

27-
Build AI-powered agents that can autonomously perform tasks, remember state, control web browsers, and communicate over email.
27+
Build AI-powered agents that can autonomously perform tasks, persist state, browse the web, and communicate back to users in real-time over any channel.
2828

2929
Agents are deployed to Cloudflare's [Workers](/workers/) platform using [Durable Objects](/durable-objects/), [Browser Rendering](/browser-rendering/), [Email Routing](/email-routing/) and [more](/products/?product-group=Developer+platform).
3030

src/content/products/agents.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: Agents
2+
3+
product:
4+
title: Agents
5+
url: /agents/
6+
group: Developer platform
7+
preview_tryout: true
8+
9+
meta:
10+
title: Cloudflare Agents
11+
description: Build AI-powered agents that can autonomously perform tasks, persist state, browse the web, and communicate back to users in real-time over any channel.
12+
author: "@cloudflare"
13+
14+
resources:
15+
community: https://community.cloudflare.com/c/developers/workers/40
16+
dashboard_link: https://dash.cloudflare.com/?to=/:account/workers
17+
learning_center: https://www.cloudflare.com/learning/serverless/what-is-serverless/
18+
discord: https://discord.com/invite/cloudflaredev
19+
20+
externals:
21+
- title: Workers home
22+
url: https://workers.cloudflare.com
23+
- title: Playground
24+
url: https://workers.cloudflare.com/playground
25+
- title: Pricing
26+
url: https://workers.cloudflare.com/#plans
27+
- title: Discord
28+
url: https://discord.cloudflare.com

0 commit comments

Comments
 (0)