cua-agent v0.2.10
Dependencies
- cua-computer: latest
- cua-som: latest
Installation Options
Basic installation with Anthropic
pip install cua-agent[anthropic]==0.2.10
With SOM (recommended)
pip install cua-agent[som]==0.2.10
All features
pip install cua-agent[all]==0.2.10
What's Changed
- Fixed image retention bug by @ddupont808 in #282
- Removed
torch
requirement fromcua-agent/core
andcua-agent/anthropic
by @ddupont808 in #285
Full Changelog: agent-v0.2.7...agent-v0.2.10