This commit is contained in:
Dillon DuPont
2025-05-28 16:23:07 -04:00
parent f549a25827
commit 01f7b66243
+1 -1
View File
@@ -44,7 +44,7 @@
**Windows/Linux:**
```bash
# Requires Python 3.11+ and C/ua Cloud API key
pip install "cua-computer[all]" "cua-agent[all]" ; python -m agent.ui.gradio.app
pip install -U "cua-computer[all]" "cua-agent[all]" ; python -m agent.ui.gradio.app
```
*How it works: Computer module provides secure desktops (Lume CLI locally, [C/ua Cloud](https://trycua.com) remotely), Agent module handles local/API agents with OpenAI AgentResponse format and [trajectory tracing](https://trycua.com/trajectory-viewer).*