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
Full Changelog: agent-v0.4.17...agent-v0.4.18