Releases: trycua/cua
Releases · trycua/cua
cua-computer v0.4.5
cua-computer v0.4.5
Computer control library for the Computer Universal Automation (CUA) project
Dependencies
- pylume: latest
Installation
pip install cua-computer==0.4.5What's Changed
- Fix x/y scrolling by @ddupont808 in #393
- Fix invalid image error with some providers (i.e. WinSandbox)
- Reference documentation batch by @onel in #390
Full Changelog: computer-server-v0.1.22...computer-v0.4.5
cua-agent v0.4.25
cua-agent v0.4.25
Dependencies
- cua-computer: latest
- cua-som: latest
Installation Options
Basic installation with Anthropic
pip install cua-agent[anthropic]==0.4.25With SOM (recommended)
pip install cua-agent[som]==0.4.25All features
pip install cua-agent[all]==0.4.25What's Changed
- Change HUD dataset name from
OSWorld-Verified-XLangtoOSWorld-Verifiedby @jamesmurdza in #392 - Fixed error when running agent with multimodal user inputs in the anthropic loop by @ddupont808 in #394
- Reference documentation batch by @onel in #390
Full Changelog: computer-server-v0.1.22...agent-v0.4.25
cua-computer-server v0.1.22
cua-computer-server v0.1.22
Computer Server for the Computer Universal Automation (CUA) project
A FastAPI-based server implementation for computer control.
Dependencies
- cua-computer: latest
Usage
# Run the server
cua-computer-serverInstallation
pip install cua-computer-server==0.1.22cua-agent v0.4.24
cua-agent v0.4.24
Dependencies
- cua-computer: latest
- cua-som: latest
Installation Options
Basic installation with Anthropic
pip install cua-agent[anthropic]==0.4.24With SOM (recommended)
pip install cua-agent[som]==0.4.24All features
pip install cua-agent[all]==0.4.24cua-agent v0.4.23
cua-agent v0.4.23
Dependencies
- cua-computer: latest
- cua-som: latest
Installation Options
Basic installation with Anthropic
pip install cua-agent[anthropic]==0.4.23With SOM (recommended)
pip install cua-agent[som]==0.4.23All features
pip install cua-agent[all]==0.4.23cua-agent v0.4.22
cua-agent v0.4.22
Dependencies
- cua-computer: latest
- cua-som: latest
Installation Options
Basic installation with Anthropic
pip install cua-agent[anthropic]==0.4.22With SOM (recommended)
pip install cua-agent[som]==0.4.22All features
pip install cua-agent[all]==0.4.22cua-agent v0.4.21
cua-agent v0.4.21
Dependencies
- cua-computer: latest
- cua-som: latest
Installation Options
Basic installation with Anthropic
pip install cua-agent[anthropic]==0.4.21With SOM (recommended)
pip install cua-agent[som]==0.4.21All features
pip install cua-agent[all]==0.4.21cua-agent v0.4.20
cua-agent v0.4.20
Dependencies
- cua-computer: latest
- cua-som: latest
Installation Options
Basic installation with Anthropic
pip install cua-agent[anthropic]==0.4.20With SOM (recommended)
pip install cua-agent[som]==0.4.20All features
pip install cua-agent[all]==0.4.20cua-agent v0.4.19
cua-agent v0.4.19
Dependencies
- cua-computer: latest
- cua-som: latest
Installation Options
Basic installation with Anthropic
pip install cua-agent[anthropic]==0.4.19With SOM (recommended)
pip install cua-agent[som]==0.4.19All features
pip install cua-agent[all]==0.4.19What's Changed
- Added screenshot_dir parameter
- Bugfix: Lazy loading of MLX by @ddupont808 in #373
Full Changelog: agent-v0.4.18...agent-v0.4.19
cua-agent v0.4.18
cua-agent v0.4.18
Dependencies
- cua-computer: latest
- cua-som: latest
Installation Options
Basic installation with Anthropic
pip install cua-agent[anthropic]==0.4.18With SOM (recommended)
pip install cua-agent[som]==0.4.18All features
pip install cua-agent[all]==0.4.18What's Changed
- Fix example code and notebooks by @jamesmurdza in #364
- Added a readme file to the notebooks folder by @onel in #361
- Restrict root project to Python versions below 3.14 by @jamesmurdza in #363
- Restored
mlx/adapter by @ddupont808 in #366 - Upgrade HUD SDK to 0.4.12 by @ddupont808 in #371
- Added callback to normalize common tool call hallucinations seen during evals
New Contributors
Full Changelog: agent-v0.4.17...agent-v0.4.18