Computers for AI agents
Project description
Orgo SDK
Desktop infrastructure for AI agents.
Install
pip install orgo
Usage
from orgo import Computer
# Create computer
computer = Computer()
# Control
computer.left_click(100, 200)
computer.type("Hello world")
computer.key("Enter")
computer.screenshot() # Returns PIL Image
# Execute Python code
computer.exec("import pyautogui; pyautogui.click(512, 384)")
# Cleanup
computer.shutdown()
Full documentation: docs.orgo.ai
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
orgo-0.0.46.tar.gz
(22.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
orgo-0.0.46-py3-none-any.whl
(25.6 kB
view details)
File details
Details for the file orgo-0.0.46.tar.gz.
File metadata
- Download URL: orgo-0.0.46.tar.gz
- Upload date:
- Size: 22.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
952032daa3642fd8c2990bc73c7e1f025c76809b1a2d0d00d36e4e8b225872ad
|
|
| MD5 |
6e711c2086fc9d349a950299f4853eb4
|
|
| BLAKE2b-256 |
8ead2a4d6f067b8ae271e7af8f02af111dfd010c283b88d91ff63fbec3961d22
|
File details
Details for the file orgo-0.0.46-py3-none-any.whl.
File metadata
- Download URL: orgo-0.0.46-py3-none-any.whl
- Upload date:
- Size: 25.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4cfb532ac6d248bd857d104b6a81a94d21407266fb44c8b11da0945fd801a375
|
|
| MD5 |
37f5c5ebd995899a2aff98fa7c031031
|
|
| BLAKE2b-256 |
26ec31846a0cb6e4d72b01dcecd187cc379906532b1ecf98ede1c331ccf63a44
|