mirror of
https://github.com/trycua/lume.git
synced 2026-05-01 09:39:36 -05:00
pyautogui cleanup
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
</h1>
|
||||
</div>
|
||||
|
||||
**cua-computer** is a 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). Computer relies on [Lume](https://github.com/trycua/lume) for creating and managing sandbox environments.
|
||||
**cua-computer** is a Computer-Use Interface (CUI) framework powering Cua for interacting with local macOS and Linux sandboxes, automation-compatible, and pluggable with any AI agent systems (Cua, Langchain, CrewAI, AutoGen). Computer relies on [Lume](https://github.com/trycua/lume) for creating and managing sandbox environments.
|
||||
|
||||
### Get started with Computer
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ FunctionKey = Literal["f1", "f2", "f3", "f4", "f5", "f6", "f7", "f8", "f9", "f10
|
||||
class Key(Enum):
|
||||
"""Keyboard keys that can be used with press_key.
|
||||
|
||||
These key names map to PyAutoGUI's expected key names.
|
||||
These key names follow a consistent cross-platform keyboard key naming convention.
|
||||
"""
|
||||
|
||||
# Navigation
|
||||
|
||||
Reference in New Issue
Block a user