Metadata-Version: 2.4
Name: primer-runtime
Version: 0.1.0
Summary: Workspace runtime server - persistent in-container WS process
Requires-Python: >=3.13
Requires-Dist: aiohttp>=3.11
Requires-Dist: pydantic>=2.13
Requires-Dist: watchfiles>=1.0
Description-Content-Type: text/markdown

# primer-runtime

The workspace runtime server for [Primer](https://github.com/primerhq/primer) -
a persistent in-container WebSocket process that executes agent and graph work
inside a sandboxed workspace and streams results back to the Primer control
plane.

This package is published independently so a remote host can run only the
runtime without the full Primer platform. For the platform, the operator
console, and full documentation, see the main repository:

https://github.com/primerhq/primer

## Install

```bash
pip install primer-runtime
primer-runtime   # starts the WS server (default port 5959)
```

## License

Apache-2.0. See the main repository for the full text.
