A TypeScript SDK for building executors that wire together tool sources, secrets, and policies across MCP, OpenAPI, GraphQL, and custom plugins.
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
Custom NX executors for building and serving Iris Apps using Vite.
A TypeScript SDK for building executors that wire together tool sources, secrets, and policies across MCP, OpenAPI, GraphQL, and custom plugins.
[](https://github.com/Nas3nmann/nx-oxlint/actions/workflows/weekly-e2e.yml)
A module for managing ES6 promise concurrency, frequency, and efficiency.
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.
Chopsticks executor
Nx plugin for automate versioning and CHANGELOG generation.
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.
A work queue that can be gated, stopping to wait for sub-queues to complete.
Local AI executor with a CLI, local API server, and web UI.
[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.
OS-keychain-backed secret store for the executor. Reads and writes secrets to:
A simple plugin for running sls commands in nx monorepo. It executes serverless commands in specific app directory. It is configured to support nx cache out of the box for build and deploy commands.
No description provided.
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.
Introspect a GraphQL endpoint and expose its queries and mutations as invokable tools on an executor.
No description provided.
No description provided.
This package has been strongly influenced by [Chopsticks](https://github.com/AcalaNetwork/chopsticks). It can be used in both web and NodeJS environments.