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