@indra.ai/deva.support 0.0.18 → 0.0.20

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 (3) hide show
  1. package/index.js +1 -3
  2. package/package.json +88 -2
  3. package/data.json +0 -92
package/index.js CHANGED
@@ -3,9 +3,7 @@
3
3
  // Support Deva manages the support eatures of deva.world.
4
4
  import Deva from '@indra.ai/deva';
5
5
  import pkg from './package.json' with {type:'json'};
6
-
7
- import data from './data.json' with {type:'json'};
8
- const {agent,vars} = data.DATA;
6
+ const {agent,vars} = pkg.data;
9
7
 
10
8
  // set the __dirname
11
9
  import {dirname} from 'node:path';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": 4077391632050,
3
3
  "name": "@indra.ai/deva.support",
4
- "version": "0.0.18",
4
+ "version": "0.0.20",
5
5
  "author": "Quinn Michaels",
6
6
  "license": "MIT",
7
7
  "copyright": "(c) 2025 Quinn Michaels",
@@ -28,6 +28,92 @@
28
28
  },
29
29
  "homepage": "https://deva.space/devas/support",
30
30
  "devDependencies": {
31
- "@indra.ai/deva": "^1.4.23"
31
+ "@indra.ai/deva": "^1.4.25"
32
+ },
33
+ "data": {
34
+ "agent": {
35
+ "id": 4077391632050,
36
+ "key": "support",
37
+ "prompt": {
38
+ "emoji": "💼",
39
+ "text": "Support",
40
+ "colors": {
41
+ "label": {
42
+ "R": 98,
43
+ "G": 186,
44
+ "B": 94
45
+ },
46
+ "text": {
47
+ "R": 137,
48
+ "G": 191,
49
+ "B": 197
50
+ }
51
+ }
52
+ },
53
+ "profile": {
54
+ "name": "Support Deva",
55
+ "gender": "DEVA",
56
+ "pronouns": "He, Him",
57
+ "owner": "Quinn Michaels",
58
+ "creator": "Quinn Michaels",
59
+ "created": "Monday, May 22, 2023 at 9:49 AM",
60
+ "system": "Deva.world.support",
61
+ "describe": "The SupportDEVA provides the essential resources to support the Deva.world multi-agent system.",
62
+ "emoji": "/public/devas/support/emoji.png",
63
+ "avatar": "/public/devas/support/avatar.png",
64
+ "background": "/public/devas/support/background.png",
65
+ "color": "#a2dbe1",
66
+ "bgcolor": "#1e0e1e",
67
+ "voice": "shimmer"
68
+ }
69
+ },
70
+ "vars": {
71
+ "messages": {
72
+ "init": "🟠 INIT",
73
+ "start": "🔵 START",
74
+ "enter": "🟢 ENTER",
75
+ "ready": "⭐️ READY!",
76
+ "stop": "🔴 STOP",
77
+ "exit": "🟡 EXIT",
78
+ "done": "🟣 DONE",
79
+ "error": "💣 ERROR!"
80
+ },
81
+ "live": {
82
+ "profile": "support",
83
+ "max_tokens": 50,
84
+ "words": 25,
85
+ "history": [],
86
+ "max_chats": 10,
87
+ "page_token": ""
88
+ },
89
+ "ask": {
90
+ "history": []
91
+ },
92
+ "reply": {
93
+ "profile": "support",
94
+ "max_tokens": 300,
95
+ "words": 100,
96
+ "history": []
97
+ },
98
+ "comment": {
99
+ "profile": "support",
100
+ "max_tokens": 300,
101
+ "words": 100,
102
+ "history": []
103
+ },
104
+ "art": {
105
+ "history": []
106
+ },
107
+ "trigger": "@SUPPORT",
108
+ "context": {
109
+ "uid": "generating uid",
110
+ "status": "getting status",
111
+ "info": "getting info",
112
+ "feature": "accessing feature",
113
+ "issue": "Suppot Issue",
114
+ "help": "Support Help",
115
+ "ask": "Ask Support"
116
+ }
117
+ }
32
118
  }
33
119
  }
package/data.json DELETED
@@ -1,92 +0,0 @@
1
- {
2
- "name": "Support Deva Data File",
3
- "describe": "The main Data file for Support Deva",
4
- "copyright": "Copyright (c)2025 Quinn Michaels. All rights reserved.",
5
- "DATA": {
6
- "agent": {
7
- "id": 4077391632050,
8
- "key": "support",
9
- "prompt": {
10
- "emoji": "💼",
11
- "text": "Support",
12
- "colors": {
13
- "label": {
14
- "R": 98,
15
- "G": 186,
16
- "B": 94
17
- },
18
- "text": {
19
- "R": 137,
20
- "G": 191,
21
- "B": 197
22
- }
23
- }
24
- },
25
- "profile": {
26
- "name": "Support Deva",
27
- "gender": "DEVA",
28
- "pronouns": "He, Him",
29
- "owner": "Quinn Michaels",
30
- "creator": "Quinn Michaels",
31
- "created": "Monday, May 22, 2023 at 9:49 AM",
32
- "system": "Deva.world.support",
33
- "describe": "The SupportDEVA provides the essential resources to support the Deva.world multi-agent system.",
34
- "emoji": "/public/devas/support/emoji.png",
35
- "avatar": "/public/devas/support/avatar.png",
36
- "background": "/public/devas/support/background.png",
37
- "color": "#a2dbe1",
38
- "bgcolor": "#1e0e1e",
39
- "gender": "deva",
40
- "voice": "shimmer"
41
- }
42
- },
43
- "vars": {
44
- "messages": {
45
- "init": "🟠 INIT",
46
- "start": "🔵 START",
47
- "enter": "🟢 ENTER",
48
- "ready": "⭐️ Support Deva Ready!",
49
- "stop": "🔴 STOP",
50
- "exit": "🟡 EXIT",
51
- "done": "🟣 DONE",
52
- "error": "💣 ERROR!"
53
- },
54
- "live": {
55
- "profile": "support",
56
- "max_tokens": 50,
57
- "words": 25,
58
- "history": [],
59
- "max_chats": 10,
60
- "page_token": ""
61
- },
62
- "ask": {
63
- "history": []
64
- },
65
- "reply": {
66
- "profile": "support",
67
- "max_tokens": 300,
68
- "words": 100,
69
- "history": []
70
- },
71
- "comment": {
72
- "profile": "support",
73
- "max_tokens": 300,
74
- "words": 100,
75
- "history": []
76
- },
77
- "art": {
78
- "history": []
79
- },
80
- "trigger": "@SUPPORT",
81
- "context": {
82
- "uid": "generating uid",
83
- "status": "getting status",
84
- "info": "getting info",
85
- "feature": "accessing feature",
86
- "issue": "Suppot Issue",
87
- "help": "Support Help",
88
- "ask": "Ask Support"
89
- }
90
- }
91
- }
92
- }