A toolkit for working with Connery actions.

Connery is an open-source plugin infrastructure for AI. Source code: https://github.com/connery-io/connery-platform

See an example of using this toolkit here: ./examples/src/agents/connery_mrkl.ts

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

tools: ToolInterface[]

Methods

  • Returns ToolInterface[]

  • Creates a ConneryToolkit instance based on the provided ConneryService instance. It populates the tools property of the ConneryToolkit instance with the list of available tools from the ConneryService instance.

    Parameters

    Returns Promise<ConneryToolkit>

    A Promise that resolves to a ConneryToolkit instance.

Generated using TypeDoc