Xingyao Wang 7db0a35305 feat(runtime): Set server process to run with highest system priority (#5206) 1 年之前
..
README.md 67c8915d51 feat(runtime): Add prototype Runloop runtime impl (#4598) 1 年之前
runloop_runtime.py 7db0a35305 feat(runtime): Set server process to run with highest system priority (#5206) 1 年之前

README.md

Runloop Runtime

Runloop provides a fast, secure and scalable AI sandbox (Devbox). Check out the runloop docs for more detail

Access

Runloop is currently available in a closed beta. For early access, or just to say hello, sign up at https://www.runloop.ai/hello

Set up

With your runloop API,

export RUNLOOP_API_KEY=<your-api-key>

Configure the runtime

export RUNTIME="runloop"

Interact with your devbox

Runloop provides additional tools to interact with your Devbox based runtime environment. See the docs for an up to date list of tools.

Dashboard

View logs, ssh into, or view your Devbox status from the dashboard

CLI

Use the Runloop CLI to view logs, execute commands, and more. See the setup instructions here