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