A **minimal example node package**: shows how to ship a custom node (config + implementation) that depends only on `@codemation/core`. The monorepo uses it in tests and as a template for **community or private node packages**.
**Built-in Codemation nodes** shipped with the framework: triggers (for example webhooks), control-flow and data helpers, OpenAI chat model wiring, and related registration types. It depends only on `@codemation/core` plus the small set of libraries those
The **Codemation engine**: workflow types, the execution model, builder DSL, dependency-injection primitives, and shared runtime contracts. It stays free of HTTP servers, databases, UI, and concrete node catalogs so apps and plugins can build on a stable
**Redis-backed run event bus** implementation for Codemation, bridging engine events to infrastructure using **ioredis**. It implements host/runtime expectations for publishing and subscribing to run lifecycle traffic.
Scaffold a Codemation consumer application (npm create codemation)
The **framework host**: app-config loading, app-container composition, HTTP/WebSocket gateway (Hono), persistence (Prisma/Postgres), plugin and workflow discovery, shared React UI shell pieces, and server/client **subpath bundles** so Next.js and Node ser
Determine if the current node version supports the `--preserve-symlinks` flag.
Determines if an object can be used as an array
The **production Next.js host** for Codemation: App Router app, UI features (workflows, credentials, users), and server wiring that delegates to `@codemation/host`. Published packages ship a prebuilt standalone runtime for consumer apps, while framework a
A Node.js module for sending notifications on native Mac, Windows (post and pre 8) and Linux (or Growl as fallback)
ECMAScript JS AST traversal functions
The core `url` packaged standalone for use with Browserify.
The **Codemation command-line** package: parse arguments, wire a small composition root, and run **build**, **dev**, **serve**, and **user** subcommands against a **consumer project** (your app that defines `codemation.config.ts` and workflows).
Native Abstractions for Node.js: C++ header for Node 0.8 -> 26 compatibility
Microsoft Graph (O365) plugin for Codemation — starting with an On New Mail polling trigger
Provides a way to make requests
Headless building blocks for the Codemation workflow canvas: hooks, controllers, realtime infrastructure, API client, and layout engine. **No JSX.**
The **default skin** for the Codemation workflow canvas: React components, screens, panels, and dialogs built on top of [`@codemation/canvas-core`](../canvas-core). Drop it into a consumer app for a working visual editor + run viewer without writing your
Node.js native addon binary install tool
[](https://www.npmjs.com/package/@aws-sdk/util-user-agent-node) [](https://www.npmjs.com/
Constants and utilities about visitor keys to traverse AST.
parse argument options
node's assert.deepEqual algorithm
Reusable agent skills for Codemation projects and plugin development.