Skip to content

Commit f09fa7e

Browse files
committed
fin
1 parent 3740f53 commit f09fa7e

File tree

5 files changed

+11
-125
lines changed

5 files changed

+11
-125
lines changed

src/content/docs/agents/examples/send-emails.mdx

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
pcx_content_type: navigation
3+
title: Build a Chat Agent
4+
external_link: https://github.com/cloudflare/agents-starter
5+
sidebar:
6+
order: 3
7+
head: []
8+
description: A starter template for building AI-powered chat agents using Cloudflare's Agent platform, powered by agents-sdk. This project provides a foundation for creating interactive chat experiences with AI, complete with a modern UI and tool integration capabilities.
9+
---

src/content/docs/agents/getting-started/quick-start.mdx

Lines changed: 0 additions & 83 deletions
This file was deleted.

src/content/docs/agents/getting-started/writing-your-first-agent.mdx

Lines changed: 0 additions & 29 deletions
This file was deleted.

src/content/docs/agents/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ Build and deploy AI-powered Agents on Cloudflare that can autonomously perform t
2727

2828
#### Ship your first Agent
2929

30-
Use the agent started template to create your first Agent:
30+
Use the agent started template to create your first Agent with the `agents-sdk`:
3131

3232
```sh
3333
# install it
34-
npm create cloudflare@latest -- --template=cloudflare/agents-starter
34+
npm create cloudflare@latest agents-starter -- --template=cloudflare/agents-starter
3535
# and deploy it
3636
npx wrangler@latest deploy
3737
```

0 commit comments

Comments
 (0)