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