New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@agentkit-js/kernel-remote

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agentkit-js/kernel-remote

RemoteSandboxKernel — microVM third isolation tier for agentkit-js via E2B / Cloudflare Sandbox

latest
Source
npmnpm
Version
0.2.0
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

@agentkit-js/kernel-remote

Remote sandbox kernel — execute agent code in E2B, Cloudflare Sandbox, or any HTTP-driven microVM.

Part of agentkit-js — a TypeScript + WASM agent runtime.

Install

npm install @agentkit-js/kernel-remote @agentkit-js/core

Usage

import { RemoteSandboxKernel } from "@agentkit-js/kernel-remote";

const kernel = new RemoteSandboxKernel({
  endpoint: process.env.SANDBOX_URL!,  // E2B / CF Sandbox / your own
  apiKey: process.env.SANDBOX_KEY!,
});

Use this tier when agents need real shell access, npm install, or compilation chains — i.e. things WASM kernels structurally cannot provide.

See the kernel decision tree.

License

Apache-2.0 — © agentkit-js contributors

Keywords

microvm

FAQs

Package last updated on 12 Jun 2026

Related posts