cua-computer-server v0.1.26
Computer Server for the Computer Universal Automation (CUA) project
A FastAPI-based server implementation for computer control.
Dependencies
- cua-computer: latest
Usage
# Run the server
cua-computer-serverInstallation
pip install cua-computer-server==0.1.26What's Changed
- Moved platform-specific deps from computer-server out of optional dependencies (fixes accessibility API not working on macOS, Windows) by @ddupont808 in #508
Full Changelog: agent-v0.4.35...computer-server-v0.1.26