You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/agents/index.mdx
+3-14Lines changed: 3 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,20 +27,9 @@ Build and deploy AI-powered [agents](/agents/) that can autonomously perform tas
27
27
28
28
### Why builds agents on Cloudflare?
29
29
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).
0 commit comments