@ash-ai/runner
v0.0.15
Published
Ash runner process — manages sandboxes and exposes them over HTTP/2
Readme
@ash-ai/runner
Ash runner process — manages sandboxes on a worker node and exposes them over HTTP for the coordinator server.
Used in multi-machine deployments where the Ash server acts as a control plane and runners host the actual sandboxes.
Installation
npm install @ash-ai/runnerHow it works
ash-server (coordinator) ──HTTP──> runner node 1 ──> sandboxes
──HTTP──> runner node 2 ──> sandboxesRunners register with the server, send heartbeats, and accept sandbox assignments. Sessions route to the least-loaded runner.
Documentation
See the Ash README for full documentation.
