Skip to content

Commit 0f86f2b

Browse files
authored
Merge pull request #641 from trycua/f-trycua/readme-badge-colors
Update README badges with sky/emerald colors and larger logo
2 parents 76afcc6 + fe0b3a1 commit 0f86f2b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+200
-533
lines changed

README.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
11
<div align="center">
2-
<picture>
3-
<source media="(prefers-color-scheme: dark)" alt="Cua logo" height="150" srcset="img/logo_white.png">
4-
<source media="(prefers-color-scheme: light)" alt="Cua logo" height="150" srcset="img/logo_black.png">
5-
<img alt="Cua logo" height="150" src="img/logo_black.png">
6-
</picture>
7-
8-
[![Python](https://img.shields.io/badge/Python-333333?logo=python&logoColor=white&labelColor=333333)](#)
9-
[![Discord](https://img.shields.io/badge/Discord-%235865F2.svg?&logo=discord&logoColor=white)](https://discord.com/invite/mVnXXpdE85)
10-
<br>
2+
<a href="https://cua.ai" target="_blank" rel="noopener noreferrer">
3+
<picture>
4+
<source media="(prefers-color-scheme: dark)" alt="Cua logo" width="150" srcset="img/logo_white.png">
5+
<source media="(prefers-color-scheme: light)" alt="Cua logo" width="150" srcset="img/logo_black.png">
6+
<img alt="Cua logo" width="500" src="img/logo_black.png">
7+
</picture>
8+
</a>
9+
10+
<p align="center">Build and deploy AI agents that can reason, plan and act on any Computers</p>
11+
12+
<p align="center">
13+
<a href="https://cua.ai" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/badge/cua.ai-0ea5e9" alt="cua.ai"></a>
14+
<a href="https://discord.gg/cua" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/badge/Discord-Join%20Server-10b981?logo=discord&logoColor=white" alt="Discord"></a>
15+
<a href="https://x.com/trycua" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/twitter/follow/trycua?style=social" alt="Twitter"></a>
16+
<a href="https://cua.ai/docs" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/badge/Docs-0ea5e9.svg" alt="Documentation"></a>
17+
<br>
1118
<a href="https://trendshift.io/repositories/13685" target="_blank"><img src="https://trendshift.io/api/badge/repositories/13685" alt="trycua%2Fcua | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
19+
</p>
1220

1321
</div>
1422

docs/content/docs/agent-sdk/agent-loops.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ description: Supported computer-using agent loops and models
44
---
55

66
<Callout>
7-
A corresponding{' '}
8-
<a href="https://github.com/trycua/cua/blob/main/notebooks/agent_nb.ipynb" target="_blank">
9-
Jupyter Notebook
10-
</a>{' '}
11-
is available for this documentation.
7+
A corresponding <a href="https://github.com/trycua/cua/blob/main/notebooks/agent_nb.ipynb" target="_blank">Jupyter Notebook</a> is available for this documentation.
128
</Callout>
139

1410
An agent can be thought of as a loop - it generates actions, executes them, and repeats until done:

docs/content/docs/agent-sdk/customizing-computeragent.mdx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,7 @@ title: Customize ComputerAgent
33
---
44

55
<Callout>
6-
A corresponding{' '}
7-
<a
8-
href="https://github.com/trycua/cua/blob/main/notebooks/customizing_computeragent.ipynb"
9-
target="_blank"
10-
>
11-
Jupyter Notebook
12-
</a>{' '}
13-
is available for this documentation.
6+
A corresponding <a href="https://github.com/trycua/cua/blob/main/notebooks/customizing_computeragent.ipynb" target="_blank">Jupyter Notebook</a> is available for this documentation.
147
</Callout>
158

169
The `ComputerAgent` interface provides an easy proxy to any computer-using model configuration, and it is a powerful framework for extending and building your own agentic systems.

docs/content/docs/agent-sdk/integrations/hud.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ description: Use ComputerAgent with HUD for benchmarking and evaluation
44
---
55

66
<Callout>
7-
A corresponding{' '}
8-
<a href="https://github.com/trycua/cua/blob/main/notebooks/eval_osworld.ipynb" target="_blank">
9-
Jupyter Notebook
10-
</a>{' '}
11-
is available for this documentation.
7+
A corresponding <a href="https://github.com/trycua/cua/blob/main/notebooks/eval_osworld.ipynb" target="_blank">Jupyter Notebook</a> is available for this documentation.
128
</Callout>
139

1410
The HUD integration allows an agent to be benchmarked using the [HUD framework](https://www.hud.so/). Through the HUD integration, the agent controls a computer inside HUD, where tests are run to evaluate the success of each task.
File renamed without changes.
File renamed without changes.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: MCP Server
3+
description: Run Cua agents through Claude Desktop and other MCP clients
4+
---
5+
6+
The MCP Server exposes Cua agents as tools for [Model Context Protocol](https://modelcontextprotocol.io/) clients like Claude Desktop. This lets you ask Claude to perform computer tasks directly from the chat interface.
7+
8+
```bash
9+
pip install cua-mcp-server
10+
```
11+
12+
## Key Features
13+
14+
- **Claude Desktop integration** - Use Cua agents directly in Claude's chat
15+
- **Multi-client support** - Concurrent sessions with automatic resource management
16+
- **Progress reporting** - Real-time updates during task execution
17+
- **VM safety** - Runs in sandboxed VMs by default
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)