@executor-js · 15 packages

Name Description License Versions
@executor-js/cli CLI for the executor SDK — schema generation, migrations MIT 3 greenflagged / 12 total
@executor-js/codemode-core 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 MIT 18 greenflagged / 19 total
@executor-js/config MIT 17 greenflagged / 17 total
@executor-js/execution 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. MIT 17 greenflagged / 22 total
@executor-js/plugin-example MIT 16 greenflagged / 16 total
@executor-js/plugin-file-secrets 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. MIT 2 greenflagged / 14 rejected / 22 total
@executor-js/plugin-google-discovery Turn any [Google Discovery API](https://developers.google.com/discovery) (Calendar, Gmail, Drive, Sheets, etc.) into a set of executor tools. Handles the discovery document, OAuth flow, and per-request token binding. MIT 17 greenflagged / 22 total
@executor-js/plugin-graphql Introspect a GraphQL endpoint and expose its queries and mutations as invokable tools on an executor. MIT 16 greenflagged / 22 total
@executor-js/plugin-keychain OS-keychain-backed secret store for the executor. Reads and writes secrets to: MIT 17 greenflagged / 22 total
@executor-js/plugin-mcp Register [Model Context Protocol](https://modelcontextprotocol.io) servers as tool sources for an executor. Supports both stdio-launched servers and remote (HTTP) servers, with optional OAuth. MIT 16 greenflagged / 22 total
@executor-js/plugin-onepassword [1Password](https://1password.com) integration for the executor. Provides a secret source that resolves values from a 1Password vault, backed by either the desktop app (connect.sock) or a service account token. MIT 5 greenflagged / 22 total
@executor-js/plugin-openapi 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. MIT 16 greenflagged / 22 total
@executor-js/runtime-quickjs [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- MIT 18 greenflagged / 19 total
@executor-js/sdk 18 greenflagged / 23 total
@executor-js/storage-core 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. MIT 14 greenflagged / 15 total
Showing 15 packages