SDK/CLI tool for AI plugin and action creation
Top 90.4% on sourcepulse
Connery SDK is an open-source NPM package and CLI tool designed to simplify the creation of plugins and actions for AI applications. It targets developers building integrations for AI platforms, enabling them to define reusable actions with standardized REST APIs, abstracting away authorization, input validation, and logging.
How It Works
Connery SDK utilizes a monorepo structure, with the core SDK and CLI residing in ./packages/connery
. Developers define actions using JavaScript code and metadata describing inputs and outputs. The CLI automates the development process, packaging these actions into a plugin server that exposes a standardized REST API. This approach allows AI applications to interact with diverse services consistently, focusing developer effort on core action logic rather than boilerplate API management.
Quick Start & Requirements
npx connery@latest dev init
followed by npm install
and npm start
.Highlighted Details
Maintenance & Community
The project is actively seeking feedback and contributions, with channels for Discussions, Issues, and Twitter updates. It is noted as being in early beta.
Licensing & Compatibility
Limitations & Caveats
The project is explicitly stated to be in early beta, indicating potential instability, missing features, or upcoming breaking changes.
3 months ago
1 day