@indra.ai/deva.data 0.0.80 → 0.0.81

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.
Files changed (1) hide show
  1. package/package.json +3 -146
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "70660152326008741549",
3
3
  "name": "@indra.ai/deva.data",
4
- "version": "0.0.80",
4
+ "version": "0.0.81",
5
5
  "license": "VLA:70660152326008741549 LICENSE.md",
6
6
  "VLA": {
7
7
  "uid": "70660152326008741549",
@@ -81,7 +81,7 @@
81
81
  },
82
82
  "profile": {
83
83
  "name": "Data Deva",
84
- "hashtag": "#DataDeva",
84
+ "hashtag": "#Data",
85
85
  "title": "Data Deva",
86
86
  "subtitle": "A companion in managing and exploring data.",
87
87
  "describe": "Managing inserting and updating to searching and retrieving data with efficiency.",
@@ -111,7 +111,7 @@
111
111
  "init": "🟠 INIT",
112
112
  "start": "🔵 START",
113
113
  "enter": "🟢 ENTER",
114
- "ready": "🏞️ Ready for Data Nexus.",
114
+ "ready": "Ready for Data Nexus",
115
115
  "stop": "🔴 STOP",
116
116
  "exit": "🟡 EXIT",
117
117
  "done": "🟣 DONE",
@@ -201,149 +201,6 @@
201
201
  "knowledge": "🔎 Search knowledge",
202
202
  "archive": "🗃️ Archive"
203
203
  }
204
- },
205
- "data": {
206
- "agent": {
207
- "id": 4825562571950,
208
- "key": "data",
209
- "prompt": {
210
- "emoji": "💾",
211
- "text": "Data",
212
- "colors": {
213
- "label": {
214
- "R": 0,
215
- "G": 150,
216
- "B": 255
217
- },
218
- "text": {
219
- "R": 101,
220
- "G": 192,
221
- "B": 255
222
- }
223
- }
224
- },
225
- "profile": {
226
- "name": "Data Deva",
227
- "pronouns": "He, Him",
228
- "gender": "DEVA",
229
- "owner": "Quinn Michaels",
230
- "creator": "Quinn Michaels",
231
- "created": "Sunday, September 17, 2023 - 5:02:05 PM",
232
- "system": "Deva.world.data",
233
- "describe": "Data Deva manages the data in Deva.world. Responsibilities include managing, inserting, updating, searching, and retriving data from the Deva.world systems.",
234
- "emoji": "/public/devas/data/emoji.png",
235
- "avatar": "/public/devas/data/avatar.png",
236
- "background": "/public/devas/data/background.png",
237
- "color": "#c0d1e2",
238
- "bgcolor": "#000c18",
239
- "voice": "onyx",
240
- "style": "Data Illustrator"
241
- }
242
- },
243
- "vars": {
244
- "messages": {
245
- "init": "🟠 INIT",
246
- "start": "🔵 START",
247
- "enter": "🟢 ENTER",
248
- "ready": "⭐️ Data Deva Ready!",
249
- "stop": "🔴 STOP",
250
- "exit": "🟡 EXIT",
251
- "done": "🟣 DONE",
252
- "error": "💣 ERROR!"
253
- },
254
- "database": false,
255
- "uri": false,
256
- "live": {
257
- "profile": "deva",
258
- "max_tokens": 50,
259
- "words": 25,
260
- "history": [],
261
- "max_chats": 5,
262
- "page_token": ""
263
- },
264
- "ask": {
265
- "history": []
266
- },
267
- "reply": {
268
- "profile": "deva",
269
- "max_tokens": 300,
270
- "words": 100,
271
- "history": []
272
- },
273
- "comment": {
274
- "profile": "deva",
275
- "max_tokens": 300,
276
- "words": 100,
277
- "history": []
278
- },
279
- "art": {
280
- "history": []
281
- },
282
- "history": {
283
- "collection": "history",
284
- "limit": 25
285
- },
286
- "find": {
287
- "collection": false,
288
- "limit": 25
289
- },
290
- "search": {
291
- "collection": "history",
292
- "limit": 2
293
- },
294
- "model": {
295
- "agent": "deva",
296
- "role": "system",
297
- "group": "main",
298
- "collection": "models"
299
- },
300
- "modeler": {
301
- "agent": "deva",
302
- "collection": "models"
303
- },
304
- "knowledge": {
305
- "collection": "knowledge",
306
- "limit": 3,
307
- "content": false
308
- },
309
- "memory": {
310
- "collection": "memory",
311
- "limit": 3,
312
- "content": false
313
- },
314
- "archive": {
315
- "collection": "archive",
316
- "limit": 3,
317
- "index": "archive_text",
318
- "exclude": [
319
- "i apologize",
320
- "as an ai language model",
321
- "i'm unable to provide",
322
- "i will refrain from",
323
- "i will stop using",
324
- "apologies, but i'm unable",
325
- "repeated empty apologies",
326
- "ai lacks feelings"
327
- ],
328
- "include": []
329
- },
330
- "context": {
331
- "uid": "Uid",
332
- "status": "Status",
333
- "help": "Help",
334
- "history": "📦 History",
335
- "model": "Model",
336
- "modeler": "Modeler",
337
- "insert": "Insert",
338
- "update": "Update",
339
- "gpt": "generate data from GPT logs",
340
- "memory": "💭 Memory",
341
- "loadArchive": "🛸 Load Archive",
342
- "mem": "🧠️ Update knowledge",
343
- "knowledge": "🔎 Search knowledge",
344
- "archive": "🗃️ Archive"
345
- }
346
- }
347
204
  }
348
205
  }
349
206
  }