Install
Install only the layers you need — each package can be used independently. Most
full products start with @claxedo/workspace-runtime.
Published on npm
Section titled “Published on npm”All ten framework packages are live on the npm registry. Install the ones you need — or the whole set in one line:
npm install @claxedo/workspace-runtime @claxedo/agent-sdk-runtime @claxedo/agent-event-runtime @claxedo/agent-extensions @claxedo/workspace-relay @claxedo/workspace-relay-protocol @claxedo/sandbox-manager @claxedo/channels @claxedo/connections @claxedo/workgraphpnpm add @claxedo/workspace-runtime @claxedo/agent-sdk-runtime @claxedo/agent-event-runtime @claxedo/agent-extensions @claxedo/workspace-relay @claxedo/workspace-relay-protocol @claxedo/sandbox-manager @claxedo/channels @claxedo/connections @claxedo/workgraphbun add @claxedo/workspace-runtime @claxedo/agent-sdk-runtime @claxedo/agent-event-runtime @claxedo/agent-extensions @claxedo/workspace-relay @claxedo/workspace-relay-protocol @claxedo/sandbox-manager @claxedo/channels @claxedo/connections @claxedo/workgraph| Package | Install |
|---|---|
@claxedo/workspace-runtime | npm install @claxedo/workspace-runtime |
@claxedo/agent-sdk-runtime | npm install @claxedo/agent-sdk-runtime |
@claxedo/agent-event-runtime | npm install @claxedo/agent-event-runtime |
@claxedo/agent-extensions | npm install @claxedo/agent-extensions |
@claxedo/workspace-relay | npm install @claxedo/workspace-relay |
@claxedo/workspace-relay-protocol | npm install @claxedo/workspace-relay-protocol |
@claxedo/sandbox-manager | npm install @claxedo/sandbox-manager |
@claxedo/channels | npm install @claxedo/channels |
@claxedo/connections | npm install @claxedo/connections |
@claxedo/mcp | npm install @claxedo/mcp (or npx -y @claxedo/mcp for the bridge) |
@claxedo/workgraph | npm install @claxedo/workgraph |
Next step
Section titled “Next step”The quickstart: boot a Workspace Host, configure a harness, and send your first prompt.