cua-agent v0.4.15
Dependencies
- cua-computer: latest
- cua-som: latest
Installation Options
Basic installation with Anthropic
pip install cua-agent[anthropic]==0.4.15
With SOM (recommended)
pip install cua-agent[som]==0.4.15
All features
pip install cua-agent[all]==0.4.15
What's Changed
- Pin OpenAI version to work around BerriAI/litellm#13711 by @jamesmurdza in #356
- Upgrade Claude 3.5 snapshot in web app, examples and docs by @jamesmurdza in #359
- Update agent/computer SDKs to match changes in telemetry SDK by @jamesmurdza in #355
Full Changelog: computer-v0.4.4...agent-v0.4.15