* feat: add autoqa * chore: add auto start computer_server * chore: add ci autoqa windows * chore: add ci support for both windows and linux * chore: add ci support for macos * chore: refactor auto qa * chore: refactor autoqa workflow * chore: fix upload turn
18 lines
405 B
Plaintext
18 lines
405 B
Plaintext
# Core dependencies
|
|
cua-computer[all]>=0.3.5
|
|
cua-agent[all]>=0.3.0
|
|
cua-agent @ git+https://github.com/menloresearch/cua.git@compute-agent-0.3.0-patch#subdirectory=libs/python/agent
|
|
|
|
# ReportPortal integration
|
|
reportportal-client>=5.6.5
|
|
|
|
# Screen recording and automation
|
|
opencv-python>=4.12.0
|
|
numpy>=2.2.6
|
|
PyAutoGUI>=0.9.54
|
|
|
|
# System utilities
|
|
psutil>=7.0.0
|
|
|
|
# Server component
|
|
cua-computer-server>=0.1.19 |