From 185624aa96f97ae8ea17c9ff85e4383a31ee6833 Mon Sep 17 00:00:00 2001 From: Greg Brimble Date: Mon, 17 Mar 2025 12:46:06 -0400 Subject: [PATCH] started -> starter --- src/content/docs/agents/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/agents/index.mdx b/src/content/docs/agents/index.mdx index 701e8f694d16fd..9105bdabe87bbd 100644 --- a/src/content/docs/agents/index.mdx +++ b/src/content/docs/agents/index.mdx @@ -27,7 +27,7 @@ Build and deploy AI-powered Agents on Cloudflare that can autonomously perform t #### Ship your first Agent -Use the agent started template to create your first Agent with the `agents-sdk`: +Use the agent starter template to create your first Agent with the `agents-sdk`: ```sh # install it @@ -56,7 +56,7 @@ We built the `agents-sdk` with a few things in mind: Agents built with `agents-sdk` can be deployed directly to Cloudflare and run on top of [Durable Objects](/durable-objects/) — which you can think of as stateful micro-servers that can scale to tens of millions — and are able to run wherever they need to. Run your Agents close to a user for low-latency interactivity, close to your data for throughput, and/or anywhere in between. -*** +--- #### Build on the Cloudflare Platform