Skip to content

Releases: trycua/cua

cua-computer v0.4.5

05 Sep 15:22
da9af2e

Choose a tag to compare

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.5

What'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

05 Sep 15:24
da9af2e

Choose a tag to compare

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.25

With SOM (recommended)

pip install cua-agent[som]==0.4.25

All features

pip install cua-agent[all]==0.4.25

What's Changed

  • Change HUD dataset name from OSWorld-Verified-XLang to OSWorld-Verified by @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

03 Sep 14:38
7bed4e8

Choose a tag to compare

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

Installation

pip install cua-computer-server==0.1.22

cua-agent v0.4.24

28 Aug 23:29
db49d5e

Choose a tag to compare

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.24

With SOM (recommended)

pip install cua-agent[som]==0.4.24

All features

pip install cua-agent[all]==0.4.24

cua-agent v0.4.23

28 Aug 21:56
8fa5d7d

Choose a tag to compare

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.23

With SOM (recommended)

pip install cua-agent[som]==0.4.23

All features

pip install cua-agent[all]==0.4.23

cua-agent v0.4.22

28 Aug 20:56

Choose a tag to compare

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.22

With SOM (recommended)

pip install cua-agent[som]==0.4.22

All features

pip install cua-agent[all]==0.4.22

cua-agent v0.4.21

28 Aug 20:52

Choose a tag to compare

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.21

With SOM (recommended)

pip install cua-agent[som]==0.4.21

All features

pip install cua-agent[all]==0.4.21

cua-agent v0.4.20

28 Aug 20:41

Choose a tag to compare

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.20

With SOM (recommended)

pip install cua-agent[som]==0.4.20

All features

pip install cua-agent[all]==0.4.20

cua-agent v0.4.19

28 Aug 17:22
53aa6b6

Choose a tag to compare

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.19

With SOM (recommended)

pip install cua-agent[som]==0.4.19

All features

pip install cua-agent[all]==0.4.19

What'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

28 Aug 16:54

Choose a tag to compare

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.18

With SOM (recommended)

pip install cua-agent[som]==0.4.18

All features

pip install cua-agent[all]==0.4.18

What'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

  • @onel made their first contribution in #361

Full Changelog: agent-v0.4.17...agent-v0.4.18