mirror of
https://github.com/trycua/computer.git
synced 2026-05-02 13:11:50 -05:00
Fix broken blogpost assets ref
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ Today, we are excited to introduce a new experimental feature landing in the [Cu
|
||||
Check out an example of a Cua Agent automating Cua's team Taco Bell order through the iPhone Mirroring app:
|
||||
|
||||
<video width="100%" controls>
|
||||
<source src="/demo_app_use.mp4" type="video/mp4">
|
||||
<source src="./assets/demo_app_use.mp4" type="video/mp4">
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ Today, we're excited to announce the release of the **`@trycua/computer` Web SDK
|
||||
With this new SDK, you can easily develop CUA experiences like the one below, which we will release soon as open source.
|
||||
|
||||
<video width="100%" controls>
|
||||
<source src="/playground_web_ui_sdk_sample.mp4" type="video/mp4">
|
||||
<source src="./assets/playground_web_ui_sdk_sample.mp4" type="video/mp4">
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ Our Operator will run in an isolated macOS VM, by making use of our [cua-compute
|
||||
Check out what it looks like to use your own Operator from a Gradio app:
|
||||
|
||||
<video width="100%" controls>
|
||||
<source src="/demo_gradio.mp4" type="video/mp4">
|
||||
<source src="./assets/demo_gradio.mp4" type="video/mp4">
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ In our [previous post](build-your-own-operator-on-macos-1.md), we built a basic
|
||||
In this follow-up, we'll explore our [cua-agent](https://pypi.org/project/cua-agent) framework - a high-level abstraction that handles all the complexity of VM interaction, screenshot processing, model communication, and action execution automatically.
|
||||
|
||||
<video width="100%" controls>
|
||||
<source src="/demo.mp4" type="video/mp4">
|
||||
<source src="./assets/demo.mp4" type="video/mp4">
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
*Published on August 26, 2025 by Dillon DuPont*
|
||||
|
||||
<img src="/composite-agents.png" alt="Composite Agents">
|
||||
<img src="./assets/composite-agents.png" alt="Composite Agents">
|
||||
|
||||
So you want to build an agent that can use a computer. Great! You've probably discovered that there are now dozens of different AI models that claim they can click GUI buttons and fill out forms. Less great: actually getting them to work together is like trying to coordinate a group project where everyone speaks a different language and has invented seventeen different ways to say "click here".
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
We’re bringing something new to [Hack the North](https://hackthenorth.com), Canada’s largest hackathon, this year: a head-to-head competition for **Computer-Use Agents** - on-site at Waterloo and a **Global online challenge**. From September 12–14, 2025, teams build on the **Cua Agent Framework** and are scored in **HUD’s OSWorld-Verified** environment to push past today’s SOTA on [OS-World](https://os-world.github.io).
|
||||
|
||||
<img src="/hack-the-north.png">
|
||||
<img src="./assets/hack-the-north.png">
|
||||
|
||||
## Track A: On-site @ Hack the North
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ You can now benchmark any GUI-capable agent on real computer-use tasks through o
|
||||
|
||||
If [yesterday's 0.4 release](composite-agents.md) made it easy to compose planning and grounding models, today's update makes it easy to measure them. Configure your model, run evaluations at scale, and watch traces live in HUD.
|
||||
|
||||
<img src="/hud-agent-evals.png" alt="Cua × HUD">
|
||||
<img src="./assets/hud-agent-evals.png" alt="Cua × HUD">
|
||||
|
||||
## What you get
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ Sometimes the best AI agent is a human. Whether you're creating training demonst
|
||||
With yesterday's [HUD evaluation integration](hud-agent-evals.md), you could benchmark any agent at scale. Today's update lets you *become* the agent when it matters most—seamlessly switching between automated intelligence and human judgment.
|
||||
|
||||
<video width="100%" controls>
|
||||
<source src="/human-in-the-loop.mp4" type="video/mp4">
|
||||
<source src="./assets/human-in-the-loop.mp4" type="video/mp4">
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
Welcome to the next chapter in our Computer-Use Agent journey! In [Part 1](./build-your-own-operator-on-macos-1), we showed you how to build your own Operator on macOS. In [Part 2](./build-your-own-operator-on-macos-2), we explored the cua-agent framework. Today, we're excited to introduce **Cua Cloud Containers** – the easiest way to deploy Computer-Use Agents at scale.
|
||||
|
||||
<video width="100%" controls>
|
||||
<source src="/launch-video-cua-cloud.mp4" type="video/mp4">
|
||||
<source src="./assets/launch-video-cua-cloud.mp4" type="video/mp4">
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
Today we’re shipping **Ubuntu Docker support** in Cua. You get a full Linux desktop inside a Docker container, viewable right in your browser—no VM spin-up, no extra clients. It behaves the same on macOS, Windows, and Linux.
|
||||
|
||||
<img src="/docker-ubuntu-support.png" alt="Cua + KasmVNC Ubuntu container desktop">
|
||||
<img src="./assets/docker-ubuntu-support.png" alt="Cua + KasmVNC Ubuntu container desktop">
|
||||
|
||||
## Why we did this
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ Most of us develop on macOS, so we hadn't considered Windows as a primary target
|
||||
So last month, we started working on Windows support for [RPA (Robotic Process Automation)](https://en.wikipedia.org/wiki/Robotic_process_automation). Here's the twist: **the perfect development environment was already sitting on every Windows machine** - we just had to unlock it.
|
||||
|
||||
<video width="100%" controls>
|
||||
<source src="/demo_wsb.mp4" type="video/mp4">
|
||||
<source src="./assets/demo_wsb.mp4" type="video/mp4">
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user