@indra.ai/deva 1.2.19 â 1.2.21
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/config.json +140 -132
- package/index.js +291 -235
- package/package.json +1 -1
package/config.json
CHANGED
|
@@ -30,166 +30,174 @@
|
|
|
30
30
|
"context": false,
|
|
31
31
|
"zone": "deva",
|
|
32
32
|
"zones": {
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"adventure": "Adventure",
|
|
54
|
-
"cartoon": "Cartoon",
|
|
55
|
-
"mystery": "Mystery",
|
|
56
|
-
"fantasy": "Fantasy",
|
|
57
|
-
"romance": "Romance",
|
|
58
|
-
"comedy": "Comedy",
|
|
59
|
-
"drama": "Drama",
|
|
60
|
-
"scifi": "SciFi",
|
|
61
|
-
"help": "Help",
|
|
62
|
-
"error": "ERROR!"
|
|
33
|
+
"load": "đ Load",
|
|
34
|
+
"unload": "đģ Unload",
|
|
35
|
+
"init": "đ Initialize",
|
|
36
|
+
"start": "đī¸ Start",
|
|
37
|
+
"stop": "đ Stop",
|
|
38
|
+
"enter": "đĄ Enter",
|
|
39
|
+
"exit": "đĒ Exit",
|
|
40
|
+
"finish": "đ Finish",
|
|
41
|
+
"done": "â
Done",
|
|
42
|
+
"question": "đââī¸ Question",
|
|
43
|
+
"ask": "đĸ Ask",
|
|
44
|
+
"answer": "đââī¸ Answer",
|
|
45
|
+
"deva": "đ§ââī¸ Deva",
|
|
46
|
+
"client": "đ¨âđŧ Client",
|
|
47
|
+
"agent": "đ¤ Agent",
|
|
48
|
+
"security": "đ Security",
|
|
49
|
+
"support": "đŧ Support",
|
|
50
|
+
"services": "đ ī¸ Services",
|
|
51
|
+
"help": "đ Help",
|
|
52
|
+
"error": "â ERROR!"
|
|
63
53
|
},
|
|
64
54
|
"state": "offline",
|
|
65
55
|
"states": {
|
|
66
|
-
"online": "Online",
|
|
67
|
-
"offline": "Offline",
|
|
68
|
-
"active": "Active",
|
|
69
|
-
"inactive": "Inactive",
|
|
70
|
-
"idle": "Idle",
|
|
71
|
-
"talk": "Talk",
|
|
72
|
-
"listen": "Listen",
|
|
73
|
-
"ask": "Ask",
|
|
74
|
-
"question": "Question",
|
|
75
|
-
"cmd": "Command",
|
|
76
|
-
"answer": "Answer",
|
|
77
|
-
"ready": "Ready",
|
|
78
|
-
"wait": "Waiting",
|
|
79
|
-
"pause": "Pause",
|
|
80
|
-
"resume": "Resume",
|
|
81
|
-
"connect": "Connect",
|
|
82
|
-
"disconnect": "Disconnect",
|
|
83
|
-
"send": "Send",
|
|
84
|
-
"receive": "Receive",
|
|
85
|
-
"init": "Initialize",
|
|
86
|
-
"forward": "Forward",
|
|
87
|
-
"backward": "Backward",
|
|
88
|
-
"start": "Start",
|
|
89
|
-
"stop": "Stop",
|
|
90
|
-
"open": "Open",
|
|
91
|
-
"close": "Close",
|
|
92
|
-
"enter": "Enter",
|
|
93
|
-
"exit": "Exit",
|
|
94
|
-
"begin": "Begin",
|
|
95
|
-
"end": "End",
|
|
96
|
-
"load": "Load",
|
|
97
|
-
"unload": "Unload",
|
|
98
|
-
"resolve": "Resolve",
|
|
99
|
-
"reject": "Reject",
|
|
100
|
-
"done": "Done",
|
|
101
|
-
"data": "Data",
|
|
102
|
-
"finish": "Finish",
|
|
103
|
-
"complete": "Complete",
|
|
104
|
-
"create": "Create",
|
|
105
|
-
"destroy": "Destroy",
|
|
106
|
-
"
|
|
107
|
-
"
|
|
108
|
-
"
|
|
109
|
-
"
|
|
110
|
-
"
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
"
|
|
116
|
-
"
|
|
56
|
+
"online": "𤊠Online",
|
|
57
|
+
"offline": "đ´ Offline",
|
|
58
|
+
"active": "đ Active",
|
|
59
|
+
"inactive": "đĢĨ Inactive",
|
|
60
|
+
"idle": "đ Idle",
|
|
61
|
+
"talk": "đĸ Talk",
|
|
62
|
+
"listen": "đ Listen",
|
|
63
|
+
"ask": "đŖī¸ Ask",
|
|
64
|
+
"question": "đŦ Question",
|
|
65
|
+
"cmd": "đĒ Command",
|
|
66
|
+
"answer": "đĄ Answer",
|
|
67
|
+
"ready": "đ Ready",
|
|
68
|
+
"wait": "âŗ Waiting",
|
|
69
|
+
"pause": "â¸ī¸ Pause",
|
|
70
|
+
"resume": "đ Resume",
|
|
71
|
+
"connect": "đŗ Connect",
|
|
72
|
+
"disconnect": "đ´ Disconnect",
|
|
73
|
+
"send": "đŦ Send",
|
|
74
|
+
"receive": "đĒ Receive",
|
|
75
|
+
"init": "đ Initialize",
|
|
76
|
+
"forward": "âī¸ Forward",
|
|
77
|
+
"backward": "âŽī¸ Backward",
|
|
78
|
+
"start": "đ Start",
|
|
79
|
+
"stop": "âšī¸ Stop",
|
|
80
|
+
"open": "đĨĢ Open",
|
|
81
|
+
"close": "đĻ Close",
|
|
82
|
+
"enter": "đĄ Enter",
|
|
83
|
+
"exit": "đĒ Exit",
|
|
84
|
+
"begin": "đēī¸ Begin",
|
|
85
|
+
"end": "đŦ End",
|
|
86
|
+
"load": "đ Load",
|
|
87
|
+
"unload": "đģ Unload",
|
|
88
|
+
"resolve": "đŦ Resolve",
|
|
89
|
+
"reject": "đ§ą Reject",
|
|
90
|
+
"done": "â
Done",
|
|
91
|
+
"data": "đĄ Data",
|
|
92
|
+
"finish": "đ Finish",
|
|
93
|
+
"complete": "âī¸ Complete",
|
|
94
|
+
"create": "đ¨ Create",
|
|
95
|
+
"destroy": "đŖ Destroy",
|
|
96
|
+
"write": "đ Write",
|
|
97
|
+
"save": "đž Save",
|
|
98
|
+
"delete": "𧨠Delete",
|
|
99
|
+
"set": "đ Set",
|
|
100
|
+
"get": "đ Get",
|
|
101
|
+
"put": "đ¤ Put",
|
|
102
|
+
"push": "đ̏ Push",
|
|
103
|
+
"pull": "đ Pull",
|
|
104
|
+
"search": "đ Search",
|
|
105
|
+
"memory": "đ Memory",
|
|
106
|
+
"response": "âī¸ Response",
|
|
107
|
+
"invalid": "đ INVALID!",
|
|
108
|
+
"abort": "đ ABORT!",
|
|
109
|
+
"error": "â ERROR!",
|
|
110
|
+
"help": "đ Help"
|
|
117
111
|
},
|
|
118
112
|
"action": false,
|
|
119
113
|
"actions": {
|
|
120
|
-
"client": "
|
|
121
|
-
"agent": "
|
|
122
|
-
"wait": "Waiting",
|
|
123
|
-
"start": "Start",
|
|
124
|
-
"enter": "Enter",
|
|
125
|
-
"exit": "Exit",
|
|
126
|
-
"stop": "Stop",
|
|
127
|
-
"load": "Load",
|
|
128
|
-
"unload": "Unload",
|
|
129
|
-
"done": "Done",
|
|
130
|
-
"question": "Question",
|
|
114
|
+
"client": "đ¨âđŧ Client",
|
|
115
|
+
"agent": "đĩī¸ââī¸ Agent",
|
|
116
|
+
"wait": "âŗ Waiting",
|
|
117
|
+
"start": "đŦ Start",
|
|
118
|
+
"enter": "đĄ Enter",
|
|
119
|
+
"exit": "đĒ Exit",
|
|
120
|
+
"stop": "đ Stop",
|
|
121
|
+
"load": "đĻ Load",
|
|
122
|
+
"unload": "đĨĄ Unload",
|
|
123
|
+
"done": "â
Done",
|
|
124
|
+
"question": "đ Question",
|
|
131
125
|
"context": "Context",
|
|
132
|
-
"prompt": "Prompt",
|
|
133
|
-
"issue": "Issue",
|
|
134
|
-
"find": "Find",
|
|
135
|
-
"parse": "Parse",
|
|
136
|
-
"view": "View",
|
|
137
|
-
"insert": "Insert",
|
|
138
|
-
"update": "Update",
|
|
139
|
-
"delete": "Delete",
|
|
140
|
-
"info": "Information",
|
|
141
|
-
"status": "Status",
|
|
142
|
-
"func": "Function",
|
|
143
|
-
"
|
|
144
|
-
"
|
|
145
|
-
"
|
|
146
|
-
"
|
|
126
|
+
"prompt": "đ Prompt",
|
|
127
|
+
"issue": "đĢ Issue",
|
|
128
|
+
"find": "đ Find",
|
|
129
|
+
"parse": "đī¸ Parse",
|
|
130
|
+
"view": "đ View",
|
|
131
|
+
"insert": "đ Insert",
|
|
132
|
+
"update": "đ Update",
|
|
133
|
+
"delete": "đī¸ Delete",
|
|
134
|
+
"info": "đââī¸ Information",
|
|
135
|
+
"status": "đĨ Status",
|
|
136
|
+
"func": "đĻ Function",
|
|
137
|
+
"method": "âĄī¸ Method",
|
|
138
|
+
"list": "đ List items",
|
|
139
|
+
"reply": "đŽ Reply",
|
|
140
|
+
"write": "ī¸đ Write",
|
|
141
|
+
"set": "đŊī¸ Set",
|
|
142
|
+
"get": "đ¤ Get",
|
|
143
|
+
"return": "đ Return",
|
|
144
|
+
"resolve": "âĩī¸ Resolve",
|
|
145
|
+
"reject": "â Reject",
|
|
147
146
|
|
|
148
|
-
"question_ask": "
|
|
149
|
-
"question_ask_answer": "
|
|
150
|
-
"question_cmd": "
|
|
151
|
-
"
|
|
152
|
-
"question_talk": "Question talk",
|
|
153
|
-
"question_answer": "Answer question",
|
|
154
|
-
"question_done": "Question done",
|
|
147
|
+
"question_ask": "đŖī¸ Asked",
|
|
148
|
+
"question_ask_answer": "đī¸ Answered",
|
|
149
|
+
"question_cmd": "đĒ Command",
|
|
150
|
+
"question_answer": "đ Answer",
|
|
155
151
|
|
|
156
|
-
"answer": "Answer",
|
|
157
|
-
"
|
|
158
|
-
"ask": "Ask",
|
|
159
|
-
"ask_answer": "Ask answer",
|
|
152
|
+
"answer": "đĄ Answer",
|
|
153
|
+
"ask": "đŖ Ask",
|
|
160
154
|
|
|
161
155
|
"security": "Get Security",
|
|
162
156
|
"support": "Get Support",
|
|
163
157
|
"services": "Get Services",
|
|
164
158
|
|
|
165
|
-
"Client": "Set
|
|
159
|
+
"Client": "Set Client",
|
|
166
160
|
"Security": "Set Security",
|
|
167
161
|
"Support": "Set Support",
|
|
168
162
|
"Systems": "Set Systems",
|
|
169
163
|
"Services": "Set Services",
|
|
170
|
-
"Done": "Done",
|
|
164
|
+
"Done": "â
Done",
|
|
171
165
|
|
|
172
|
-
"invalid": "Invalid",
|
|
173
|
-
"states": "States",
|
|
174
|
-
"actions": "Actions",
|
|
166
|
+
"invalid": "â Invalid",
|
|
167
|
+
"states": "đģ States",
|
|
168
|
+
"actions": "đī¸ Actions",
|
|
175
169
|
"zones": "Zones",
|
|
176
|
-
"
|
|
177
|
-
"
|
|
178
|
-
"
|
|
179
|
-
"
|
|
180
|
-
"
|
|
170
|
+
"feature": "đĨ Feature",
|
|
171
|
+
"features": "đĨ Getting features",
|
|
172
|
+
"contexts": "đ Getting contexts",
|
|
173
|
+
"finish": "đ Finish",
|
|
174
|
+
"help": "đ Help",
|
|
175
|
+
"error": "đ´ ERROR!"
|
|
181
176
|
},
|
|
182
177
|
"feature": false,
|
|
183
178
|
"features": {
|
|
184
|
-
"security": "Security",
|
|
185
|
-
"support": "Support",
|
|
186
|
-
"services": "Services",
|
|
187
|
-
"
|
|
179
|
+
"security": "đ Security",
|
|
180
|
+
"support": "đŧ Support",
|
|
181
|
+
"services": "đ ī¸ Services",
|
|
182
|
+
"cipher": "đ Cipher",
|
|
183
|
+
"decipher": "đ Decipher",
|
|
184
|
+
"promp": "đĒĩ Prompt",
|
|
185
|
+
"getToday": "đ Get Today",
|
|
186
|
+
"formatDate": "đ
Date",
|
|
187
|
+
"formatTime": "đ°ī¸ Time",
|
|
188
|
+
"formatCurrency": "đ° Currency",
|
|
189
|
+
"formatPercent": "đ¯ Percent",
|
|
190
|
+
"trimWords": "đ Trim Words",
|
|
191
|
+
"dupes": "đ Duplicates",
|
|
192
|
+
"info": "đââī¸ Info",
|
|
193
|
+
"status": "â¤ī¸ Status",
|
|
194
|
+
"help": "đ Help"
|
|
188
195
|
},
|
|
189
196
|
"message": "offline",
|
|
190
197
|
"messages": {
|
|
191
198
|
"init": "Initializing Deva",
|
|
192
199
|
"offline": "The Deva is OFFLINE.",
|
|
200
|
+
"noid": "NO ID WAS PROVIDED",
|
|
193
201
|
"notext": "NO TEXT WAS PROVIDED",
|
|
194
202
|
"nopacket": "NO PACKET WAS PROVIDED",
|
|
195
203
|
"method_not_found": "METHOD NOT FOUND",
|