Creates a ConneryService instance.
Optional
params: ConneryServiceParamsA ConneryServiceParams object. If not provided, the values are retrieved from the CONNERY_RUNNER_URL and CONNERY_RUNNER_API_KEY environment variables.
A ConneryService instance.
Protected
apiProtected
asyncProtected
runnerReturns the specified Connery action wrapped as a LangChain Tool object.
The ID of the action to return.
A promise that resolves to a ConneryAction object.
Returns the list of Connery actions wrapped as a LangChain Tool objects.
A promise that resolves to an array of ConneryAction objects.
Runs the specified Connery action with the provided input.
The ID of the action to run.
Optional
prompt: stringThis is a plain English prompt with all the information needed to run the action.
Optional
input: InputThe input expected by the action. If provided together with the prompt, the input takes precedence over the input specified in the prompt.
A promise that resolves to a JSON string containing the output of the action.
Generated using TypeDoc
A service for working with Connery actions.
Connery is an open-source plugin infrastructure for AI. Source code: https://github.com/connery-io/connery-platform