Skip to content

Commit 9981116

Browse files
committed
update
1 parent 2625119 commit 9981116

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/docs/agents/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ import {
2525

2626
Build and deploy AI-powered Agents on Cloudflare that can autonomously perform tasks, communicate with clients in real time, persist state, execute long-running and repeat tasks on a schedule, send emails, run asynchronous workflows, browse the web, query data from your Postgres database, call AI models, support human-in-the-loop use-cases, and more.
2727

28-
#### Ship your first Agent
28+
### Ship your first Agent
2929

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

3232
```sh
3333
# install it
@@ -46,7 +46,7 @@ npm i agents
4646

4747
Dive into the [Agent SDK reference](/agents/api-reference/agents-api/) to learn more about how to use the Agents SDK package and defining an `Agent`.
4848

49-
#### Why build agents on Cloudflare?
49+
### Why build agents on Cloudflare?
5050

5151
We built the Agents SDK with a few things in mind:
5252

@@ -58,7 +58,7 @@ Agents built with Agents SDK can be deployed directly to Cloudflare and run on t
5858

5959
---
6060

61-
#### Build on the Cloudflare Platform
61+
### Build on the Cloudflare Platform
6262

6363
<RelatedProduct header="Workers" href="/workers/" product="workers">
6464

0 commit comments

Comments
 (0)