Skip to content

Commit 24a629d

Browse files
committed
clean up main page
1 parent 1afb5b3 commit 24a629d

File tree

4 files changed

+36
-85
lines changed

4 files changed

+36
-85
lines changed

src/content/docs/agents/examples/index.mdx

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

src/content/docs/agents/get-started.mdx

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

src/content/docs/agents/index.mdx

Lines changed: 36 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -22,38 +22,11 @@ import {
2222
Tabs,
2323
} from "~/components";
2424

25-
<Plan type="all" />
26-
2725
Build AI-powered agents that can autonomously perform tasks, persist state, browse the web, and communicate back to users in real-time over any channel.
2826

29-
Agents are deployed to Cloudflare's [Workers](/workers/) platform using [Durable Objects](/durable-objects/), [Browser Rendering](/browser-rendering/), [Email Routing](/email-routing/) and [more](/products/?product-group=Developer+platform).
30-
31-
<LinkButton variant="primary" href="/agents/get-started/">
32-
Get started
33-
</LinkButton>
34-
35-
## Why build agents on Cloudflare?
36-
37-
- *Non I/O bound pricing:* don't pay for long-running processes when your code is not executing. Cloudflare Workers is designed to scale down and [only charge you for CPU time](https://blog.cloudflare.com/workers-pricing-scale-to-zero/), as opposed to wall-clock time.
38-
- *Designed for durable execution:* [Durable Objects](/durable-objects/) and [Workflows](/workflows) are built for a programming model that enables guaranteed execution for async tasks like long-running deep thinking LLM calls, human-in-the-loop, or unreliable API calls.
39-
- *Scalable, and reliable, without compromising on performance:* by running on Cloudflare's network, agents can execute tasks close to the user without introducing latency for real-time experiences.
40-
41-
<!--
42-
## All the products you need in one platform
43-
44-
<RelatedProduct header="AI Gateway" href="/ai-gateway/" product="ai-gateway">
45-
46-
Observe and control your AI applications with caching, rate limiting, request retries, model fallback, and more.
47-
48-
</RelatedProduct>
49-
50-
<RelatedProduct header="Vectorize" href="/vectorize/" product="vectorize">
51-
52-
Build full-stack AI applications with Vectorize, Cloudflare’s vector database. Adding Vectorize enables you to perform tasks such as semantic search, recommendations, anomaly detection or can be used to provide context and memory to an LLM.
53-
54-
</RelatedProduct>
55-
56-
-->
27+
- **Non I/O bound pricing:** don't pay for long-running processes when your code is not executing. Cloudflare Workers is designed to scale down and [only charge you for CPU time](https://blog.cloudflare.com/workers-pricing-scale-to-zero/), as opposed to wall-clock time.
28+
- **Designed for durable execution:** [Durable Objects](/durable-objects/) and [Workflows](/workflows) are built for a programming model that enables guaranteed execution for async tasks like long-running deep thinking LLM calls, human-in-the-loop, or unreliable API calls.
29+
- **Scalable, and reliable, without compromising on performance:** by running on Cloudflare's network, agents can execute tasks close to the user without introducing latency for real-time experiences.
5730

5831
## Start Building
5932

@@ -521,4 +494,36 @@ export default {
521494
</TabItem>
522495
</Tabs>
523496

524-
***
497+
***
498+
499+
## All the products you need in one platform
500+
501+
<RelatedProduct header="AI Gateway" href="/ai-gateway/" product="ai-gateway">
502+
503+
Observe and control your AI applications with caching, rate limiting, request retries, model fallback, and more.
504+
505+
</RelatedProduct>
506+
507+
<RelatedProduct header="Vectorize" href="/vectorize/" product="vectorize">
508+
509+
Build full-stack AI applications with Vectorize, Cloudflare’s vector database. Adding Vectorize enables you to perform tasks such as semantic search, recommendations, anomaly detection or can be used to provide context and memory to an LLM.
510+
511+
</RelatedProduct>
512+
513+
<RelatedProduct header="Workers AI" href="/workers-ai/" product="workers-ai">
514+
515+
Run machine learning models, powered by serverless GPUs, on Cloudflare's global network.
516+
517+
</RelatedProduct>
518+
519+
<RelatedProduct header="Calls" href="/calls/" product="calls">
520+
521+
Build real-time serverless video, audio and data applications with WebRTC running on Cloudflare's network.
522+
523+
</RelatedProduct>
524+
525+
<RelatedProduct header="Workflows" href="/workflows/" product="workflows">
526+
527+
Build stateful agents that guarantee executions, including automatic retries, persistent state that runs for minutes, hours, days, or weeks.
528+
529+
</RelatedProduct>

src/content/docs/agents/models.mdx

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

0 commit comments

Comments
 (0)