fix links

This commit is contained in:
Morgan Dean
2025-07-31 18:16:35 +01:00
parent 67479088f5
commit 0a6d6ff261
4 changed files with 11 additions and 14 deletions

View File

@@ -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
<div className="grid grid-cols-1 md:grid-cols-2 gap-6 mt-8">
<Card icon={<Monitor />} href="/docs/quickstart-ui" title="Quickstart (UI)">
<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="/docs/quickstart-devs"
title="Quickstart (Developers)">
<Card icon={<Code />} 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="/docs/libraries/agent" title="API Reference">
<Card icon={<BookOpen />} href="/libraries/agent" title="API Reference">
Explore the agent SDK and APIs
</Card>
</div>

View File

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

View File

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

View File

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