Skip to content

Commit 23c5fee

Browse files
committed
update index
1 parent 196a5ba commit 23c5fee

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

src/content/docs/agents/index.mdx

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,9 @@ Build and deploy AI-powered [agents](/agents/) that can autonomously perform tas
2727

2828
### Why builds agents on Cloudflare?
2929

30-
#### Cost-Effective
31-
Pay only for [CPU usage](https://blog.cloudflare.com/workers-pricing-scale-to-zero/), not wall-clock time—ideal for agents with frequent pauses while awaiting LLM responses or external tools.
32-
33-
#### Serverless AI Inference
34-
Access AI models on-demand with [Workers AI](https://developers.cloudflare.com/workers-ai) without infrastructure management:
35-
- Scalable inference infrastrcture on demand, without requiring pre-provisioning of GPU-powered VMs
36-
- Pay-per-use billing
37-
- Support for open-source and custom models
38-
39-
#### Durable Execution
40-
Built-in reliability for complex processes:
41-
- State persistence across requests with Durable Objects
42-
- Automatic retries through Workflows
43-
- Context preservation during multi-step tasks
30+
- **Cost-Effective**: Pay only for [CPU usage](https://blog.cloudflare.com/workers-pricing-scale-to-zero/), not wall-clock time—saving costs during agent pauses while awaiting LLM responses or external tools.
31+
- Serverless AI Inference: Access AI models on-demand with [Workers AI](https://developers.cloudflare.com/workers-ai) with pay-per-use billing and no infrastructure management required.
32+
- Durable Execution: Maintain state persistence and execution reliability for complex multi-step processes with built-in retry mechanisms, using [Durable Objects](https://developers.cloudflare.com/durable-objects) and [Workflows](https://developers.cloudflare.com/workflows).
4433

4534
### Start building
4635

0 commit comments

Comments
 (0)