diff --git a/README.md b/README.md index e22dcc65..067656d2 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,6 @@ Missing a model? [Raise a feature request](https://github.com/trycua/cua/issues/ # Quick Start - [Clone a starter template and run the code in <1 min](https://github.com/trycua/agent-template) (⭐️ Recommended!) -- [Get started with a Computer-Use Agent UI](https://docs.trycua.com/docs/quickstart-ui) - [Get started with the Computer-Use Agent CLI](https://docs.trycua.com/docs/quickstart-cli) - [Get started with the Python SDKs](https://docs.trycua.com/docs/quickstart-devs) diff --git a/blog/trajectory-viewer.md b/blog/trajectory-viewer.md index 16b78d95..697eda3a 100644 --- a/blog/trajectory-viewer.md +++ b/blog/trajectory-viewer.md @@ -40,10 +40,6 @@ The viewer allows you to see exactly what your agent observed and how it interac ## Recording a Trajectory -### Using the Gradio UI - -The simplest way to create agent trajectories is through the [Cua Agent Gradio UI](https://www.trycua.com/docs/quickstart-ui) by checking the "Save Trajectory" option. - ### Using the ComputerAgent API Trajectories are saved by default when using the ComputerAgent API: diff --git a/docs/content/docs/index.mdx b/docs/content/docs/index.mdx index 65b12e24..9e4bf2ff 100644 --- a/docs/content/docs/index.mdx +++ b/docs/content/docs/index.mdx @@ -16,14 +16,9 @@ Cua makes every stage of computer-using agent development simple: - **Deployment**: Cua cloud gives you a production-ready cloud environment for your assistants
- } href="/quickstart-ui" title="Quickstart (UI)"> - Try the Cua Agent UI in your browser—no coding required. - - } href="/quickstart-devs" title="Quickstart (Developers)"> + } href="/quickstart-devs" title="Quickstart (Developers)"> Build with Python—full SDK and agent code examples. -
-
} 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 c89aee57..b545ad4a 100644 --- a/docs/content/docs/quickstart-cli.mdx +++ b/docs/content/docs/quickstart-cli.mdx @@ -340,6 +340,4 @@ You can ask your agent to perform actions like: --- -For advanced Python usage and GUI interface, see the [Quickstart (GUI)](/quickstart-ui) and [Quickstart for Developers](/quickstart-devs). - For running models locally, see [Running Models Locally](/agent-sdk/local-models).