Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/content/docs/realtime/agents/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ description: Deploy your first Realtime Agent using the CLI.

import { Render, PackageManagers, WranglerConfig, TypeScriptExample } from "~/components";

:::caution
This guide is experimental, Realtime agents will be consolidated into the [Agents SDK](/agents/) in a future release
:::

This guide will instruct you through setting up and deploying your first Realtime Agents project. You will use [Workers](/workers/), the Realtime Agents SDK, a Workers AI binding, and a large language model (LLM) to deploy your first AI-powered application on the Cloudflare global network.

<Render file="prereqs" product="workers" />
Expand Down
Loading