1.0.43 • Published 4 years ago

@meldcx/agent v1.0.43

Weekly downloads
29
License
SEE LICENSE IN li...
Repository
github
Last release
4 years ago

MeldCX Agent Library for AgentM


Please see https://docs.meld.cx/ for full documentation

Initialising the MeldCX Agent Library

To initialise the MeldCX Agent Library use the following code.

const Agent = require('@meldcx/agent');
const agent = new Agent();

agent.onReady(() => {
    // This code will be executed when the agent loads.
});

// Using a promise
agent.onReadyAsync().then(() => console.log('Agent is ready!'));

// Using async await

const init = async () => {
    await agent.onReadyAsync();
    console.log('Agent is ready');
};
1.0.43

4 years ago

1.0.42

4 years ago

1.0.41

4 years ago

1.0.40

4 years ago

1.0.39

4 years ago

1.0.38

5 years ago

1.0.37

5 years ago

1.0.36

5 years ago

1.0.35

5 years ago

1.0.34

5 years ago

1.0.31

5 years ago

1.0.30

5 years ago

1.0.18

6 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago