Skip to main content

Connery

Connery SDK is an NPM package that includes both an SDK and a CLI, designed for the development of plugins and actions.

The CLI automates many things in the development process. The SDK offers a JavaScript API for defining plugins and actions and packaging them into a plugin server with a standardized REST API generated from the metadata. The plugin server handles authorization, input validation, and logging. So you can focus on the logic of your actions.

See the use cases and examples in the Connery SDK documentation

Toolkit

See usage example.

from langchain_community.agent_toolkits.connery import ConneryToolkit
API Reference:ConneryToolkit

Tools

ConneryAction

from langchain_community.tools.connery import ConneryService
API Reference:ConneryService

Was this page helpful?


You can also leave detailed feedback on GitHub.