diff --git a/docs/content/docs/index.mdx b/docs/content/docs/index.mdx index 6f873565..22d5986e 100644 --- a/docs/content/docs/index.mdx +++ b/docs/content/docs/index.mdx @@ -7,27 +7,24 @@ import { Monitor, Code, BookOpen } from 'lucide-react'; # Welcome! -cua is a framework for automating Windows, Mac, and Linux apps powered by computer-using agents (CUAs). +Cua is a framework for automating Windows, Mac, and Linux apps powered by computer-using agents (CUAs). -cua makes every stage of computer-using agent development simple: +Cua makes every stage of computer-using agent development simple: - **Development**: Use any LLM provider with liteLLM. The agent SDK makes multiple agent loop providers, trajectory tracing, caching, and budget management easy - **Containerization**: cua offers Docker containers pre-installed with everything needed for AI-powered RPA - **Deployment**: cua cloud gives you a production-ready cloud environment for your assistants
- } href="/docs/quickstart-ui" title="Quickstart (UI)"> + } href="/quickstart-ui" title="Quickstart (UI)"> Try the cua Agent UI in your browser—no coding required. - } - href="/docs/quickstart-devs" - title="Quickstart (Developers)"> + } href="/quickstart-devs" title="Quickstart (Developers)"> Build with Python—full SDK and agent code examples.
- } href="/docs/libraries/agent" title="API Reference"> + } href="/libraries/agent" title="API Reference"> Explore the agent SDK and APIs
diff --git a/docs/content/docs/quickstart-cli.mdx b/docs/content/docs/quickstart-cli.mdx index e6e6af0b..84aa80ae 100644 --- a/docs/content/docs/quickstart-cli.mdx +++ b/docs/content/docs/quickstart-cli.mdx @@ -274,8 +274,8 @@ You can ask your agent to perform actions like: --- -For advanced Python usage and GUI interface, see the [Quickstart (GUI)](/docs/quickstart-ui) and [Quickstart for Developers](/docs/quickstart-devs). +For advanced Python usage and GUI interface, see the [Quickstart (GUI)](/quickstart-ui) and [Quickstart for Developers](/quickstart-devs). -For a complete list of supported models, see [Supported Agents](/docs/agent-sdk/supported-agents). +For a complete list of supported models, see [Supported Agents](/agent-sdk/supported-agents). -For running models locally, see [Running Models Locally](/docs/agent-sdk/local-models). +For running models locally, see [Running Models Locally](/agent-sdk/local-models). diff --git a/docs/content/docs/quickstart-devs.mdx b/docs/content/docs/quickstart-devs.mdx index a6cf1b9f..3ba66514 100644 --- a/docs/content/docs/quickstart-devs.mdx +++ b/docs/content/docs/quickstart-devs.mdx @@ -121,6 +121,6 @@ async for result in agent.run(messages): ## Next Steps -- Explore the [SDK documentation](/docs/sdk) for advanced features -- Learn about [trajectory tracking and callbacks](/docs/concepts) +- Explore the [SDK documentation](/sdk) for advanced features +- Learn about [trajectory tracking and callbacks](/concepts) - Join our [Discord community](https://discord.com/invite/mVnXXpdE85) for support diff --git a/docs/content/docs/quickstart-ui.mdx b/docs/content/docs/quickstart-ui.mdx index 0d7689a8..fb7a2b0d 100644 --- a/docs/content/docs/quickstart-ui.mdx +++ b/docs/content/docs/quickstart-ui.mdx @@ -163,4 +163,4 @@ You can ask your agent to perform actions like: --- -For advanced Python usage, see the [Quickstart for Developers](/docs/quickstart-devs). +For advanced Python usage, see the [Quickstart for Developers](/quickstart-devs).