guest-runtime 0.1.0-alpha.1

Linux guest runtime service for the Agent Computer Use Platform.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# guest-runtime

`guest-runtime` is the Rust HTTP runtime server for Agent Computer Use Platform guest sessions.

## Install

```bash
cargo install guest-runtime --locked
```

## Run from a source checkout

```bash
cargo run -p guest-runtime -- --port 4001
```

See the workspace [`README.md`](../../README.md) for the full control-plane stack, QEMU/Xvfb behavior, and smoke-test workflow.