Skip to content

Commit 196a5ba

Browse files
committed
update index
1 parent 2001aa1 commit 196a5ba

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

src/content/docs/agents/index.mdx

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

2828
### Why builds agents on Cloudflare?
2929

30-
- **Batteries included**: Want your agent to search the web? Connect it to [Browser Rendering](/browser-rendering/). Store data? Write to the Agent's underlying [Durable Object](/durable-objects/). Query your database? Connect it to your Postgres database [with Hyperdrive](/hyperdrive/). Stream data back in real-time to one, ten or one thousand users at once? Establish a [WebSocket](/websockets/). Feed data to an AI model? Connect it to [Workers AI](/workers-ai/), OpenAI, Gemini, or Anthropic.
31-
- **Scale to production**: Deploy agents to Cloudflare's global network and let them scale out automatically.
32-
- **Don't break the bank**: Agents are built on Cloudflare Workers. Only pay when your agents are running.
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
3344

3445
### Start building
3546

0 commit comments

Comments
 (0)