@ash-ai/bridge
v0.0.15
Published
Ash sandbox bridge process (runs inside sandbox, talks to Claude Agent SDK)
Readme
@ash-ai/bridge
Bridge process for Ash — runs inside each sandbox and communicates with the Claude Agent SDK.
The bridge is the boundary between the isolated sandbox environment and the AI model. It receives messages over a Unix socket, forwards them to the Claude Agent SDK, and streams responses back.
Installation
npm install @ash-ai/bridgeHow it works
ash-server → Unix socket → bridge process → Claude Agent SDK
(inside sandbox)The bridge runs as an isolated child process with restricted environment variables, resource limits, and filesystem isolation.
Documentation
See the Ash README for full documentation.
