@indra.ai/deva 1.1.52 → 1.1.54
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 +28 -29
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -215,34 +215,34 @@ class Deva {
|
|
|
215
215
|
cipher: `🔒 ${this._agent.profile.name} ${this._actions.cipher}`,
|
|
216
216
|
decipher: `🔓 ${this._agent.profile.name} ${this._actions.decipher}`,
|
|
217
217
|
|
|
218
|
-
security:
|
|
219
|
-
Security:
|
|
220
|
-
support:
|
|
221
|
-
Support:
|
|
222
|
-
services:
|
|
223
|
-
Services:
|
|
224
|
-
solutions:
|
|
225
|
-
Solutions:
|
|
226
|
-
systems:
|
|
227
|
-
Systems:
|
|
228
|
-
research:
|
|
229
|
-
Research:
|
|
230
|
-
development:
|
|
231
|
-
Development:
|
|
232
|
-
business:
|
|
233
|
-
Business:
|
|
234
|
-
legal:
|
|
235
|
-
Legal:
|
|
236
|
-
assistant:
|
|
237
|
-
Assistant:
|
|
238
|
-
story:
|
|
239
|
-
Story:
|
|
240
|
-
mind:
|
|
241
|
-
Mind:
|
|
218
|
+
security: `👮♀️ ${this._features.security} action`,
|
|
219
|
+
Security: `👮♂️ ${this._features.Security} ready`,
|
|
220
|
+
support: `👩⚕️ ${this._features.support} action`,
|
|
221
|
+
Support: `👨⚕️ ${this._features.Support} ready`,
|
|
222
|
+
services: `👩🔧 ${this._features.services} action`,
|
|
223
|
+
Services: `👨🔧 ${this._features.Services} ready`,
|
|
224
|
+
solutions: `👩🚀 ${this._features.solutions} action`,
|
|
225
|
+
Solutions: `👨🚀 ${this._features.Solutions} ready`,
|
|
226
|
+
systems: `👷♀️ ${this._features.systems} action`,
|
|
227
|
+
Systems: `👷♂️ ${this._features.Systems} ready`,
|
|
228
|
+
research: `👩🔬 ${this._features.research} action`,
|
|
229
|
+
Research: `👨🔬 ${this._features.Research} ready`,
|
|
230
|
+
development: `👩💻 ${this._features.Development} action`,
|
|
231
|
+
Development: `👨💻 ${this._features.Development} ready`,
|
|
232
|
+
business: `👩💼 ${this._features.business} action`,
|
|
233
|
+
Business: `👨💼 ${this._features.Business} ready`,
|
|
234
|
+
legal: `👩⚖️ ${this._features.legal} action`,
|
|
235
|
+
Legal: `👩⚖️ ${this._features.Legal} ready`,
|
|
236
|
+
assistant: `👩 ${this._features.assistant} action`,
|
|
237
|
+
Assistant: `👨 ${this._features.Assistant} ready`,
|
|
238
|
+
story: `👩🏫 ${this._features.story} action`,
|
|
239
|
+
Story: `👨🏫 ${this._features.Story} ready`,
|
|
240
|
+
mind: `🧘♀️ ${this._features.mind} action`,
|
|
241
|
+
Mind: `🧘♂️ ${this._features.Mind} ready`,
|
|
242
242
|
client_data: `📂 ${this._agent.profile.name} configure`,
|
|
243
|
-
invalid:
|
|
243
|
+
invalid: `⚠️ ${this._actions.invalid}`,
|
|
244
244
|
done: `✅ ${this._actions.done}`,
|
|
245
|
-
error:
|
|
245
|
+
error: `❌ ${this._action.error}`,
|
|
246
246
|
},
|
|
247
247
|
features: {
|
|
248
248
|
security: `🔐 ${this._features.security} feature`,
|
|
@@ -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',
|