mirror of
https://github.com/trycua/computer.git
synced 2026-03-10 19:59:40 -05:00
Reorganize lib folder w/typescript and python roots, initialize core library.
This commit is contained in:
38
libs/python/computer-server/README.md
Normal file
38
libs/python/computer-server/README.md
Normal file
@@ -0,0 +1,38 @@
|
||||
<div align="center">
|
||||
<h1>
|
||||
<div class="image-wrapper" style="display: inline-block;">
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" alt="logo" height="150" srcset="../../img/logo_white.png" style="display: block; margin: auto;">
|
||||
<source media="(prefers-color-scheme: light)" alt="logo" height="150" srcset="../../img/logo_black.png" style="display: block; margin: auto;">
|
||||
<img alt="Shows my svg">
|
||||
</picture>
|
||||
</div>
|
||||
|
||||
[](#)
|
||||
[](#)
|
||||
[](https://discord.com/invite/mVnXXpdE85)
|
||||
[](https://pypi.org/project/cua-computer-server/)
|
||||
</h1>
|
||||
</div>
|
||||
|
||||
**Computer Server** is the server component for the Computer-Use Interface (CUI) framework powering Cua for interacting with local macOS and Linux sandboxes, PyAutoGUI-compatible, and pluggable with any AI agent systems (Cua, Langchain, CrewAI, AutoGen).
|
||||
|
||||
## Features
|
||||
|
||||
- WebSocket API for computer-use
|
||||
- Cross-platform support (macOS, Linux)
|
||||
- Integration with CUA computer library for screen control, keyboard/mouse automation, and accessibility
|
||||
|
||||
## Install
|
||||
|
||||
To install the Computer-Use Interface (CUI):
|
||||
|
||||
```bash
|
||||
pip install cua-computer-server
|
||||
```
|
||||
|
||||
## Run
|
||||
|
||||
Refer to this notebook for a step-by-step guide on how to use the Computer-Use Server on the host system or VM:
|
||||
|
||||
- [Computer-Use Server](../../notebooks/computer_server_nb.ipynb)
|
||||
Reference in New Issue
Block a user