0.2.10 • Published 8 months ago

@goat-sdk/adapter-eleven-labs v0.2.10

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Eleven Labs Adapter for GOAT

Integrate the more than +200 onchain tools of GOAT with Eleven Labs.

Installation

npm install @goat-sdk/adapter-eleven-labs
yarn add @goat-sdk/adapter-eleven-labs
pnpm add @goat-sdk/adapter-eleven-labs

Usage

See a full working example here.

import { getOnChainTools } from "@goat-sdk/adapter-eleven-labs";

const tools = await getOnChainTools({
    wallet: // your wallet
    plugins: // your plugins
});

// ...

// Start the conversation with your agent
await conversation.startSession({
    agentId: process.env.NEXT_PUBLIC_ELEVEN_LABS_AGENT_ID ?? "",
    clientTools: tools,
});
0.2.10

8 months ago

0.2.9

8 months ago

0.2.8

9 months ago

0.2.7

10 months ago

0.2.6

10 months ago

0.2.5

10 months ago

0.2.4

10 months ago

0.2.3

10 months ago

0.2.2

10 months ago

0.2.1

10 months ago

0.2.0

11 months ago

0.1.7

11 months ago

0.1.6

11 months ago

0.1.5

11 months ago

0.1.3

11 months ago

0.1.2

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago