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.
[QuickJS](https://github.com/justjake/quickjs-emscripten) sandbox runtime for `@executor-js/execution`. Runs untrusted TypeScript/JavaScript in a WASM-backed interpreter with configurable timeout, memory limit, and stack size — safe enough to execute LLM-
A Promise-compatible abstraction that defers resolving/rejecting promises to another closure.
This package is intended for Prisma's internal use
Fork of GraphQL.js' execute function
Low footprint ECMAScript source code parser
A work queue that can be gated, stopping to wait for sub-queues to complete.
A module for managing ES6 promise concurrency, frequency, and efficiency.
- Skip the execution phase and reduce server load by caching execution results in-memory. - Customize cache entry time to live based on fields and types within the execution result. - Automatically invalidate the cache based on mutation selection sets. -
Codex CLI integration for Ruflo (claude-flow) - OpenAI Codex platform adapter
Create a lazy promise that defers execution until it's awaited or when `.then()`, `.catch()`, or `.finally()` is called
Cloud-native autonomous executor for Dragon Agent workflows
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.
Target-agnostic execution engine for Prisma Next
[](https://github.com/Nas3nmann/nx-oxlint/actions/workflows/weekly-e2e.yml)
TON transaction emulator
Experimental sandboxed JS execution and filesystem runtime for Cloudflare Workers agents
This plugins replaces the original `execute` of GraphQL with [`graphql-jit`](https://github.com/zalando-incubator/graphql-jit).
Workflow execution engine for Generacy - shared between CLI and VS Code extension
fast, tiny `queueMicrotask` shim for modern engines
Provides a FHIR-based data source for use w/ CQL
Chopsticks executor
Core primitives for "code mode" — the pattern where an LLM writes TypeScript/JavaScript that calls into a pre-registered set of tools, executed in a sandbox. This package provides the shared type surface (`Tool`, `SandboxToolInvoker`, `CodeExecutor`), JSO
Helper classes for your async flow control