connery-sdk
Basic Information
The Connery SDK repository provides an open-source NPM package and CLI designed to help developers build plugins and actions for AI applications. It bundles a JavaScript SDK for defining plugin and action logic and a command-line tool that automates common development tasks and scaffolding. The SDK supports packaging actions into a plugin server that exposes a standardized REST API generated from action metadata. That plugin server handles cross-cutting concerns such as authorization, input validation, and logging so developers can focus on core action logic. Actions are authored as JavaScript functions accompanied by metadata describing inputs and outputs, and they can call external APIs, databases, or other services. The repo includes quickstart commands, examples demonstrating use cases like sending email and webpage summarization, and documentation resources to help developers get started.