Framework for creating computer use agents
Project description
computerai
A minimal framework for creating computer use agents.
Installation
pip install computerai
Usage
from computerai import create_agent
# Create a new agent
agent = create_agent(name="MyAgent")
# Execute a command with the agent
result = agent.execute("open browser")
print(result) # "Executed: open browser"
License
MIT
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
computerai-0.1.0.tar.gz
(1.8 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
File details
Details for the file computerai-0.1.0.tar.gz.
File metadata
- Download URL: computerai-0.1.0.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3cebc22b78d5c335715ace42a7f198011adde6969b1ee02310ccbdf3d4760b6a
|
|
| MD5 |
19f26987d80d809e3aa9cc3108a06726
|
|
| BLAKE2b-256 |
71f0f9b33c5c68f61af901763e4cd35dd1abe105214e11e16760f532876ef6c9
|
File details
Details for the file computerai-0.1.0-py3-none-any.whl.
File metadata
- Download URL: computerai-0.1.0-py3-none-any.whl
- Upload date:
- Size: 1.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7fa432c612837568dc3674f8259f26a82545ad5f953304eb13e7bfd5d9fa2b7b
|
|
| MD5 |
ed7fc0eb85b0dfa02369d0facfc5fe16
|
|
| BLAKE2b-256 |
658a71720c7fa616c693ee203ee16a63ad548c1a4763037a82b90a7aa19abb35
|