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 StructuredTool 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 StructuredTool 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.
The input object expected by the action.
A promise that resolves to a JSON string containing the output of the action.
Generated using TypeDoc
A service for working with Connery Actions.