@indra.ai/deva 1.1.89 → 1.1.90
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 +94 -94
- package/package.json +1 -1
package/config.json
CHANGED
|
@@ -151,107 +151,107 @@
|
|
|
151
151
|
"message": "offline",
|
|
152
152
|
"messages": {
|
|
153
153
|
"states": {
|
|
154
|
-
"offline": "
|
|
155
|
-
"online": "
|
|
156
|
-
"ask": "
|
|
157
|
-
"question": "
|
|
158
|
-
"answer": "
|
|
159
|
-
"init": "
|
|
160
|
-
"start": "
|
|
161
|
-
"enter": "
|
|
162
|
-
"stop": "
|
|
163
|
-
"exit": "
|
|
164
|
-
"load": "
|
|
165
|
-
"unload": "
|
|
166
|
-
"invalid": "
|
|
167
|
-
"done": "
|
|
168
|
-
"error": "
|
|
154
|
+
"offline": "::agent.name:: is offline",
|
|
155
|
+
"online": "::agent.name:: is online",
|
|
156
|
+
"ask": "::agent.name:: is asking a question",
|
|
157
|
+
"question": "::agent.name:: has received a question",
|
|
158
|
+
"answer": "::agent.name:: answered the question",
|
|
159
|
+
"init": "::agent.name:: is initializing",
|
|
160
|
+
"start": "::agent.name:: is starting",
|
|
161
|
+
"enter": "::agent.name:: has entered deva.world",
|
|
162
|
+
"stop": "::agent.name:: is stopping",
|
|
163
|
+
"exit": "::agent.name:: has exited deva.world",
|
|
164
|
+
"load": "::agent.name:: is loading",
|
|
165
|
+
"unload": "::agent.name:: is is unloading",
|
|
166
|
+
"invalid": "::agent.name:: seems to be invalid",
|
|
167
|
+
"done": "::agent.name:: is done with their task",
|
|
168
|
+
"error": "::agent.name:: appears to have had an error"
|
|
169
169
|
},
|
|
170
170
|
"zones": {
|
|
171
|
-
"deva": "
|
|
172
|
-
"config": "
|
|
173
|
-
"features": "
|
|
174
|
-
"idle": "
|
|
175
|
-
"training": "
|
|
176
|
-
"school": "
|
|
177
|
-
"work": "
|
|
178
|
-
"danger": "
|
|
179
|
-
"invalid": "
|
|
180
|
-
"done": "
|
|
181
|
-
"error": "
|
|
171
|
+
"deva": "::agent.name:: is in the Deva Zone",
|
|
172
|
+
"config": "::agent.name:: is in the Config Zone",
|
|
173
|
+
"features": "::agent.name:: is in the Features Zone",
|
|
174
|
+
"idle": "::agent.name:: is in the Idle Zone",
|
|
175
|
+
"training": "::agent.name:: is in the Training Zone",
|
|
176
|
+
"school": "::agent.name:: is in the School Zone",
|
|
177
|
+
"work": "::agent.name:: is in the Work Zone",
|
|
178
|
+
"danger": "::agent.name:: is in the Danger Zone",
|
|
179
|
+
"invalid": "::agent.name:: is in the Invalid Zone",
|
|
180
|
+
"done": "::agent.name:: is in the Done Zone",
|
|
181
|
+
"error": "::agent.name:: is in the Error Zone"
|
|
182
182
|
},
|
|
183
183
|
"actions": {
|
|
184
|
-
"wait": "
|
|
185
|
-
"question": "
|
|
186
|
-
"question_ask": "
|
|
187
|
-
"question_ask_answer": "
|
|
188
|
-
"question_cmd": "
|
|
189
|
-
"question_method": "
|
|
190
|
-
"question_talk": "
|
|
191
|
-
"question_answer": "
|
|
192
|
-
"question_done": "
|
|
193
|
-
"answer": "
|
|
194
|
-
"answer_talk": "
|
|
195
|
-
"ask": "
|
|
196
|
-
"ask_answer": "
|
|
184
|
+
"wait": "::agent.name:: is waiting",
|
|
185
|
+
"question": "::agent.name:: was asked a question",
|
|
186
|
+
"question_ask": "::agent.name:: is asking the question to another Deva",
|
|
187
|
+
"question_ask_answer": "::agent.name:: answered the question they were asked",
|
|
188
|
+
"question_cmd": "::agent.name:: is running a command",
|
|
189
|
+
"question_method": "::agent.name:: is asking a question",
|
|
190
|
+
"question_talk": "::agent.name:: is talking the question",
|
|
191
|
+
"question_answer": "::agent.name:: answered the question",
|
|
192
|
+
"question_done": "::agent.name:: the question is done",
|
|
193
|
+
"answer": "::agent.name:: is generating an answer",
|
|
194
|
+
"answer_talk": "::agent.name:: is talking an answer",
|
|
195
|
+
"ask": "::agent.name:: is asking a question",
|
|
196
|
+
"ask_answer": "::agent.name:: is answering a question",
|
|
197
197
|
|
|
198
|
-
"security": "
|
|
199
|
-
"Security": "
|
|
200
|
-
"support": "
|
|
201
|
-
"Support": "
|
|
202
|
-
"services": "
|
|
203
|
-
"Services": "
|
|
204
|
-
"solutions": "
|
|
205
|
-
"Solutions": "
|
|
206
|
-
"systems": "
|
|
207
|
-
"Systems": "
|
|
208
|
-
"research": "
|
|
209
|
-
"Research": "
|
|
210
|
-
"development": "
|
|
211
|
-
"Development": "
|
|
212
|
-
"business": "
|
|
213
|
-
"Business": "
|
|
214
|
-
"legal": "
|
|
215
|
-
"Legal": "
|
|
216
|
-
"assistant": "
|
|
217
|
-
"Assistant": "
|
|
218
|
-
"story": "
|
|
219
|
-
"Story": "
|
|
220
|
-
"mind": "
|
|
221
|
-
"Mind": "
|
|
222
|
-
"client_data": "
|
|
223
|
-
"invalid": "
|
|
224
|
-
"done": "
|
|
225
|
-
"error": "
|
|
198
|
+
"security": "::agent.name:: is accessing the #security feature",
|
|
199
|
+
"Security": "::agent.name:: is loading the Security Feature",
|
|
200
|
+
"support": "::agent.name:: is accessing the #support feature",
|
|
201
|
+
"Support": "::agent.name:: is loading the Support Feature",
|
|
202
|
+
"services": "::agent.name:: is accessing the #services feature",
|
|
203
|
+
"Services": "::agent.name:: is loading the Services Feature",
|
|
204
|
+
"solutions": "::agent.name:: is accessing the #services feature",
|
|
205
|
+
"Solutions": "::agent.name:: is loading the Services Feature",
|
|
206
|
+
"systems": "::agent.name:: is accing #systems",
|
|
207
|
+
"Systems": "::agent.name:: is loading the Systems Feature",
|
|
208
|
+
"research": "::agent.name:: is accessing the #research feature",
|
|
209
|
+
"Research": "::agent.name:: is loading the Research Feature",
|
|
210
|
+
"development": "::agent.name:: is accessing the #development feature",
|
|
211
|
+
"Development": "::agent.name:: is loading the Development Feature",
|
|
212
|
+
"business": "::agent.name:: is accessing the #business feature",
|
|
213
|
+
"Business": "::agent.name:: is loading the Business Feature",
|
|
214
|
+
"legal": "::agent.name:: is accessing the #legal feature",
|
|
215
|
+
"Legal": "::agent.name:: is loading the Legal Feature",
|
|
216
|
+
"assistant": "::agent.name:: is accessing the #assistant feature",
|
|
217
|
+
"Assistant": "::agent.name:: is loading the Assistant Feature",
|
|
218
|
+
"story": "::agent.name:: is accessing the #story feature",
|
|
219
|
+
"Story": "::agent.name:: is loading the Story Feature",
|
|
220
|
+
"mind": "::agent.name:: is accessing the #mind feature",
|
|
221
|
+
"Mind": "::agent.name:: is loading the Mind Feature",
|
|
222
|
+
"client_data": "::agent.name:: configure",
|
|
223
|
+
"invalid": "invalid",
|
|
224
|
+
"done": "done",
|
|
225
|
+
"error": "this._action.erro"
|
|
226
226
|
},
|
|
227
227
|
"features": {
|
|
228
|
-
"security": "
|
|
229
|
-
"Security": "
|
|
230
|
-
"support": "
|
|
231
|
-
"Support": "
|
|
232
|
-
"services": "
|
|
233
|
-
"Services": "
|
|
234
|
-
"solutions": "
|
|
235
|
-
"Solutions": "
|
|
236
|
-
"systems": "
|
|
237
|
-
"Systems": "
|
|
238
|
-
"research": "
|
|
239
|
-
"Research": "
|
|
240
|
-
"development": "
|
|
241
|
-
"Development": "
|
|
242
|
-
"business": "
|
|
243
|
-
"Business": "
|
|
244
|
-
"legal": "
|
|
245
|
-
"Legal": "
|
|
246
|
-
"assistant": "
|
|
247
|
-
"Assistant": "
|
|
248
|
-
"story": "
|
|
249
|
-
"Story": "
|
|
250
|
-
"mind": "
|
|
251
|
-
"Mind": "
|
|
252
|
-
"invalid": "
|
|
253
|
-
"done": "
|
|
254
|
-
"error": "
|
|
228
|
+
"security": "security feature",
|
|
229
|
+
"Security": "Security configure",
|
|
230
|
+
"support": "support feature",
|
|
231
|
+
"Support": "Support configure",
|
|
232
|
+
"services": "services feature",
|
|
233
|
+
"Services": "Services configure",
|
|
234
|
+
"solutions": "solutions feature",
|
|
235
|
+
"Solutions": "Solutions configure",
|
|
236
|
+
"systems": "systems feature",
|
|
237
|
+
"Systems": "Systems configure",
|
|
238
|
+
"research": "research feature",
|
|
239
|
+
"Research": "Research configure",
|
|
240
|
+
"development": "development feature",
|
|
241
|
+
"Development": "Development configure",
|
|
242
|
+
"business": "business feature",
|
|
243
|
+
"Business": "Business configure",
|
|
244
|
+
"legal": "legal feature",
|
|
245
|
+
"Legal": "Legal configure",
|
|
246
|
+
"assistant": "assistant feature",
|
|
247
|
+
"Assistant": "Assistant configure",
|
|
248
|
+
"story": "story feature",
|
|
249
|
+
"Story": "Story configure",
|
|
250
|
+
"mind": "story feature",
|
|
251
|
+
"Mind": "Mind configure",
|
|
252
|
+
"invalid": "feature invalid",
|
|
253
|
+
"done": "feature done",
|
|
254
|
+
"error": "feature error"
|
|
255
255
|
}
|
|
256
256
|
}
|
|
257
257
|
}
|