Sandboxed JavaScript execution for an executor. Hands a `tools.<namespace>.<name>(...)` proxy into a code sandbox so an agent (or any caller) can run generated TypeScript/JavaScript that invokes the executor's registered tools.
thread-sleep the runs on multiple versions of node
Base class defining the interface for executor implementations
A module for when you just need node to back off for a few milliseconds
An Undici interceptor that routes requests over a worker thread
Runtime Actions executor for MemberJunction — runs Action.Type='Runtime' JavaScript payloads inside the existing isolated-vm sandbox and (in a later phase) exposes the MJ bridge utilities to sandbox code.
JS library that executes schematics.
Vite plugin that runs TypeScript type checker on a separate process.
A package for deliberately limiting the performance of React Native applications
Nx plugin for blazing fast Verdaccio setup & testing
Load [OpenAPI](https://www.openapis.org/) specifications into an executor. Every operation in the spec becomes an invokable tool with a JSON-Schema input, automatic request building, and optional secret-backed auth.
iTwin.js frontend components
Create a lazy promise that defers execution until it's awaited or when `.then()`, `.catch()`, or `.finally()` is called
Make a synchronous function asynchronous by running it in a worker
Target-agnostic execution engine for Prisma Next
Azure client library for Azure Communication Chat services
Framework-agnostic client for Tambo AI
Type-safe, structured communication between worker threads and parent processes via TypeScript meta-programming.
OS-keychain-backed secret store for the executor. Reads and writes secrets to:
MSR JavaScript Cryptography Library
Storage adapter interface for the executor. Defines the shared `DBAdapter`, `DBSchema`, and query-operator types every persistence backend implements, plus helpers for typed queries and an in-memory conformance test suite.
File-backed secret store for the executor. Persists secrets to a single JSON file at an XDG-compliant path so they survive between process restarts — useful for local development, CLIs, and scripts where a system keychain isn't available.
Helper classes for your async flow control
NX plugin for integrating Stryker mutation testing into your NX workspace