@indra.ai/deva 1.1.53 → 1.1.55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +3 -4
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -267,8 +267,8 @@ class Deva {
|
|
|
267
267
|
Assistant: `👤 ${this._features.Assistant} configure`,
|
|
268
268
|
story: `📚 ${this._features.story} feature`,
|
|
269
269
|
Story: `📚 ${this._features.Story} configure`,
|
|
270
|
-
mind:
|
|
271
|
-
Mind:
|
|
270
|
+
mind: `🧠 ${this._features.story} feature`,
|
|
271
|
+
Mind: `🧠 ${this._features.Mind} configure`,
|
|
272
272
|
invalid: `⚠️ ${this._features.invalid}`,
|
|
273
273
|
done: `✅ ${this._features.done}`,
|
|
274
274
|
error: `❌ ${this._features.error}`,
|
|
@@ -1130,7 +1130,6 @@ class Deva {
|
|
|
1130
1130
|
usage: this.init(client_object)
|
|
1131
1131
|
***************/
|
|
1132
1132
|
init(client) {
|
|
1133
|
-
console.log('INIT');
|
|
1134
1133
|
const _data = {
|
|
1135
1134
|
id: this.uid(true),
|
|
1136
1135
|
key: 'return',
|
|
@@ -1650,7 +1649,7 @@ class Deva {
|
|
|
1650
1649
|
***************/
|
|
1651
1650
|
load(key, client) {
|
|
1652
1651
|
return new Promise((resolve, reject) => {
|
|
1653
|
-
this.state('load');
|
|
1652
|
+
this.state('load', key);
|
|
1654
1653
|
this.devas[key].init(client).then(loaded => {
|
|
1655
1654
|
this.talk(`devacore:load`, {
|
|
1656
1655
|
id:this.uid(true),
|