Remove references to the gradio UI

This commit is contained in:
James Murdza
2025-10-20 14:13:39 -07:00
parent 366675628a
commit 6d2ec2b1de
4 changed files with 1 additions and 13 deletions

View File

@@ -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
<div className="grid grid-cols-1 md:grid-cols-2 gap-6 mt-8">
<Card icon={<Monitor />} href="/quickstart-ui" title="Quickstart (UI)">
Try the Cua Agent UI in your browser—no coding required.
</Card>
<Card icon={<Code />} href="/quickstart-devs" title="Quickstart (Developers)">
<Card icon={<Monitor />} href="/quickstart-devs" title="Quickstart (Developers)">
Build with Python—full SDK and agent code examples.
</Card>
</div>
<div className="grid grid-cols-1 gap-6 mt-6">
<Card icon={<BookOpen />} href="/libraries/agent" title="API Reference">
Explore the agent SDK and APIs
</Card>

View File

@@ -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).