Giving Agents Computers
Project description
AES-Operator Agent backend
⚠️ Early Development: This API is currently experimental and not functional for development. It's a work in progress. Quickstart guide is not yet available.
Environment Setup
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
# Required environment variables
export ANTHROPIC_API_KEY=your_key
export VNC_PASSWORD=secure_password
export ALLOWED_ORIGINS=http://localhost:3000
Running the Agent
# Development mode with hot reload
uvicorn agent.main:app --reload --port 8000
# Production setup
docker build -t aes-agent .
docker run \
-e ANTHROPIC_API_KEY=$ANTHROPIC_API_KEY \
-v $HOME/.anthropic:/home/computeruse/.anthropic \
-v $HOME/agent/logs:/home/computeruse/logs \
-p 5900:5900 \
-p 5000:5000 \
-p 6080:6080 \
-p 8080:8080 \
-p 5001:5001 \
-it computer-use-aesop
API Endpoints
| Endpoint | Method | Description |
|---|---|---|
/api/agent |
POST | Main agent interaction |
/api/agent/stream |
GET | Event stream for UI |
/vnc |
GET | VNC websocket proxy |
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
computer_agent-0.1.1.tar.gz
(19.5 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 computer_agent-0.1.1.tar.gz.
File metadata
- Download URL: computer_agent-0.1.1.tar.gz
- Upload date:
- Size: 19.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
161bbabf5b2060e6eca39b1caeb81b1a79b2dace95c1cbece69c92e478495cb8
|
|
| MD5 |
3840d90a9d250c743605dd2b18830334
|
|
| BLAKE2b-256 |
707e64699bfe8df53ab73ef20d9804c4a934e1ee16c9e89cc70b19feb442c2da
|
File details
Details for the file computer_agent-0.1.1-py3-none-any.whl.
File metadata
- Download URL: computer_agent-0.1.1-py3-none-any.whl
- Upload date:
- Size: 23.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d750fc211beee464dca48930012db9113c23618554cb26e78b72d98d5799d42
|
|
| MD5 |
1432c92a61703d25157230f2c2cb1948
|
|
| BLAKE2b-256 |
de2677cc5579817694a69f5fd82b30dfa5f7051d7cfef379886bc74ef4c90154
|