cua-agent v0.4.14
Dependencies
- cua-computer: latest
- cua-som: latest
Installation Options
Basic installation with Anthropic
pip install cua-agent[anthropic]==0.4.14
With SOM (recommended)
pip install cua-agent[som]==0.4.14
All features
pip install cua-agent[all]==0.4.14
What's Changed
- Upgrade Agent SDK to require Python 3.12 by @jamesmurdza in #342
- Fix UI-TARS predict_click always returning None by @ddupont808 in #350
Full Changelog: computer-v0.4.3...agent-v0.4.14