diff --git a/docs/content/docs/agent-sdk/meta.json b/docs/content/docs/agent-sdk/meta.json index b2b75fa3..b86632e7 100644 --- a/docs/content/docs/agent-sdk/meta.json +++ b/docs/content/docs/agent-sdk/meta.json @@ -13,6 +13,7 @@ "custom-computer-handlers", "prompt-caching", "usage-tracking", + "telemetry", "benchmarks", "migration-guide", "integrations" diff --git a/docs/content/docs/get-started/telemetry.mdx b/docs/content/docs/agent-sdk/telemetry.mdx similarity index 100% rename from docs/content/docs/get-started/telemetry.mdx rename to docs/content/docs/agent-sdk/telemetry.mdx diff --git a/docs/content/docs/get-started/introduction.mdx b/docs/content/docs/get-started/introduction.mdx index d5aaa3c5..ac2f411a 100644 --- a/docs/content/docs/get-started/introduction.mdx +++ b/docs/content/docs/get-started/introduction.mdx @@ -8,6 +8,7 @@ import { Monitor, Code, BookOpen, Zap, Bot, Boxes, Rocket } from 'lucide-react'; Cua is an open-source framework for building **Computer-Use Agents** - AI systems that see, understand, and interact with desktop applications through vision and action, just like humans do. +
Go from prototype to production with everything you need: multi-provider LLM support, cross-platform sandboxes, and trajectory tracing. Whether you're running locally or deploying to the cloud, Cua gives you the tools to build reliable computer-use agents. @@ -40,12 +41,12 @@ Explore real-world examples in our [blog posts](https://cua.ai/blog). ## Get started -Follow the [Quickstart guide](/quickstart-devs) for step-by-step setup with Python or TypeScript. +Follow the [Quickstart guide](/docs/get-started/quickstart) for step-by-step setup with Python or TypeScript. If you're new to computer-use agents, check out our [tutorials](https://cua.ai/blog), [examples](https://github.com/trycua/cua/tree/main/examples), and [notebooks](https://github.com/trycua/cua/tree/main/notebooks) to start building with Cua today.
- } href="/quickstart-devs" title="Quickstart"> + } href="/docs/get-started/quickstart" title="Quickstart"> Get up and running in 3 steps with Python or TypeScript. } href="/agent-sdk/agent-loops" title="Learn Core Concepts"> diff --git a/docs/content/docs/get-started/meta.json b/docs/content/docs/get-started/meta.json index 3c655811..ab876eab 100644 --- a/docs/content/docs/get-started/meta.json +++ b/docs/content/docs/get-started/meta.json @@ -3,5 +3,5 @@ "description": "Get started with Cua", "defaultOpen": true, "icon": "Rocket", - "pages": ["introduction", "quickstart", "telemetry"] + "pages": ["introduction", "quickstart"] }