1.0.43 • Published 5 years ago

@meldcx/agent v1.0.43

Weekly downloads
29
License
SEE LICENSE IN li...
Repository
github
Last release
5 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

5 years ago

1.0.42

5 years ago

1.0.41

5 years ago

1.0.40

6 years ago

1.0.39

6 years ago

1.0.38

6 years ago

1.0.37

6 years ago

1.0.36

6 years ago

1.0.35

6 years ago

1.0.34

6 years ago

1.0.31

6 years ago

1.0.30

6 years ago

1.0.18

7 years ago

1.0.17

7 years ago

1.0.16

7 years ago

1.0.15

7 years ago

1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago