diff --git a/src/content/docs/agents/index.mdx b/src/content/docs/agents/index.mdx index 701e8f694d16fdd..9105bdabe87bbdc 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