75 packages
agentless
A fast all-in-one JavaScript package
answeroverflow
AnswerOverflow - Index your Discord channels into Google
@answeroverflow/discordjs-mock
@answeroverflow/discordjs-react
@answeroverflow/next-auth
Fork of Next Auth for Answer Overflow
@answeroverflow/reacord
Fork of reacord
create-epoch-app
Create Effect + Convex + Next.js apps
domains
List of domains, include com, org ...
executor
Local AI executor with a CLI, local API server, and web UI.
@executor-js/cli
CLI for the executor SDK — schema generation, migrations
@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
@executor-js/core
@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.
@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.
@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.
@executor-js/plugin-graphql
Introspect a GraphQL endpoint and expose its queries and mutations as invokable tools on an executor.
@executor-js/plugin-keychain
OS-keychain-backed secret store for the executor. Reads and writes secrets to:
@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.
@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.
@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.
@executor-js/runtime-quickjs
[QuickJS](https://github.com/justjake/quickjs-emscripten) sandbox runtime for `@executor/execution`. Runs untrusted TypeScript/JavaScript in a WASM-backed interpreter with configurable timeout, memory limit, and stack size — safe enough to execute LLM-gen
@executor-js/sdk
A TypeScript SDK for building executors that wire together tool sources, secrets, and policies across MCP, OpenAPI, GraphQL, and custom plugins.
@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.
harness-sdk
localcode
localcode