@almadar/std 8.4.1 → 8.5.1
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/behaviors/registry/agent/atoms/std-agent-context-window.orb +415 -391
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1084 -1070
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +2877 -2897
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2094 -2102
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1026 -1012
- package/behaviors/registry/core/atoms/std-push.orb +49 -59
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +991 -991
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +903 -903
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +415 -391
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1084 -1070
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2877 -2897
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2094 -2102
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1026 -1012
- package/dist/behaviors/registry/core/atoms/std-push.orb +49 -59
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +991 -991
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +903 -903
- package/package.json +1 -1
|
@@ -46,16 +46,6 @@
|
|
|
46
46
|
}
|
|
47
47
|
]
|
|
48
48
|
},
|
|
49
|
-
{
|
|
50
|
-
"event": "PUSH_DISCONNECTED",
|
|
51
|
-
"scope": "internal",
|
|
52
|
-
"payload": [
|
|
53
|
-
{
|
|
54
|
-
"name": "data",
|
|
55
|
-
"type": "object"
|
|
56
|
-
}
|
|
57
|
-
]
|
|
58
|
-
},
|
|
59
49
|
{
|
|
60
50
|
"event": "PushDisconnected",
|
|
61
51
|
"description": "Fired when the push connection drops",
|
|
@@ -220,19 +210,19 @@
|
|
|
220
210
|
"main",
|
|
221
211
|
{
|
|
222
212
|
"type": "stack",
|
|
213
|
+
"direction": "horizontal",
|
|
214
|
+
"gap": "sm",
|
|
215
|
+
"align": "center",
|
|
223
216
|
"children": [
|
|
224
217
|
{
|
|
225
218
|
"type": "spinner"
|
|
226
219
|
},
|
|
227
220
|
{
|
|
221
|
+
"content": "Connecting…",
|
|
228
222
|
"variant": "caption",
|
|
229
|
-
"type": "typography"
|
|
230
|
-
"content": "Connecting…"
|
|
223
|
+
"type": "typography"
|
|
231
224
|
}
|
|
232
|
-
]
|
|
233
|
-
"align": "center",
|
|
234
|
-
"direction": "horizontal",
|
|
235
|
-
"gap": "sm"
|
|
225
|
+
]
|
|
236
226
|
}
|
|
237
227
|
]
|
|
238
228
|
]
|
|
@@ -251,22 +241,22 @@
|
|
|
251
241
|
"render-ui",
|
|
252
242
|
"main",
|
|
253
243
|
{
|
|
254
|
-
"
|
|
244
|
+
"align": "center",
|
|
255
245
|
"children": [
|
|
256
246
|
{
|
|
257
|
-
"
|
|
247
|
+
"name": "wifi",
|
|
258
248
|
"color": "success",
|
|
259
|
-
"
|
|
249
|
+
"type": "icon"
|
|
260
250
|
},
|
|
261
251
|
{
|
|
262
|
-
"type": "typography",
|
|
263
252
|
"variant": "caption",
|
|
253
|
+
"type": "typography",
|
|
264
254
|
"content": "Connected"
|
|
265
255
|
}
|
|
266
256
|
],
|
|
267
257
|
"direction": "horizontal",
|
|
268
|
-
"
|
|
269
|
-
"
|
|
258
|
+
"type": "stack",
|
|
259
|
+
"gap": "sm"
|
|
270
260
|
}
|
|
271
261
|
]
|
|
272
262
|
]
|
|
@@ -285,22 +275,22 @@
|
|
|
285
275
|
"render-ui",
|
|
286
276
|
"main",
|
|
287
277
|
{
|
|
288
|
-
"
|
|
278
|
+
"direction": "horizontal",
|
|
279
|
+
"gap": "sm",
|
|
280
|
+
"type": "stack",
|
|
289
281
|
"children": [
|
|
290
282
|
{
|
|
291
|
-
"color": "warning",
|
|
292
283
|
"type": "icon",
|
|
293
|
-
"name": "wifi-off"
|
|
284
|
+
"name": "wifi-off",
|
|
285
|
+
"color": "warning"
|
|
294
286
|
},
|
|
295
287
|
{
|
|
296
|
-
"content": "Reconnecting…",
|
|
297
288
|
"variant": "caption",
|
|
298
|
-
"type": "typography"
|
|
289
|
+
"type": "typography",
|
|
290
|
+
"content": "Reconnecting…"
|
|
299
291
|
}
|
|
300
292
|
],
|
|
301
|
-
"
|
|
302
|
-
"direction": "horizontal",
|
|
303
|
-
"gap": "sm"
|
|
293
|
+
"align": "center"
|
|
304
294
|
}
|
|
305
295
|
]
|
|
306
296
|
]
|
|
@@ -322,19 +312,19 @@
|
|
|
322
312
|
"gap": "sm",
|
|
323
313
|
"align": "center",
|
|
324
314
|
"type": "stack",
|
|
325
|
-
"direction": "horizontal",
|
|
326
315
|
"children": [
|
|
327
316
|
{
|
|
317
|
+
"name": "wifi",
|
|
328
318
|
"color": "success",
|
|
329
|
-
"type": "icon"
|
|
330
|
-
"name": "wifi"
|
|
319
|
+
"type": "icon"
|
|
331
320
|
},
|
|
332
321
|
{
|
|
333
322
|
"content": "Connected",
|
|
334
|
-
"
|
|
335
|
-
"
|
|
323
|
+
"variant": "caption",
|
|
324
|
+
"type": "typography"
|
|
336
325
|
}
|
|
337
|
-
]
|
|
326
|
+
],
|
|
327
|
+
"direction": "horizontal"
|
|
338
328
|
}
|
|
339
329
|
]
|
|
340
330
|
]
|
|
@@ -353,22 +343,22 @@
|
|
|
353
343
|
"render-ui",
|
|
354
344
|
"main",
|
|
355
345
|
{
|
|
356
|
-
"align": "center",
|
|
357
|
-
"direction": "horizontal",
|
|
358
|
-
"type": "stack",
|
|
359
346
|
"children": [
|
|
360
347
|
{
|
|
361
|
-
"color": "warning",
|
|
362
348
|
"type": "icon",
|
|
363
|
-
"name": "wifi-off"
|
|
349
|
+
"name": "wifi-off",
|
|
350
|
+
"color": "warning"
|
|
364
351
|
},
|
|
365
352
|
{
|
|
353
|
+
"content": "Reconnecting…",
|
|
366
354
|
"variant": "caption",
|
|
367
|
-
"type": "typography"
|
|
368
|
-
"content": "Reconnecting…"
|
|
355
|
+
"type": "typography"
|
|
369
356
|
}
|
|
370
357
|
],
|
|
371
|
-
"gap": "sm"
|
|
358
|
+
"gap": "sm",
|
|
359
|
+
"type": "stack",
|
|
360
|
+
"direction": "horizontal",
|
|
361
|
+
"align": "center"
|
|
372
362
|
}
|
|
373
363
|
]
|
|
374
364
|
]
|
|
@@ -387,22 +377,22 @@
|
|
|
387
377
|
"render-ui",
|
|
388
378
|
"main",
|
|
389
379
|
{
|
|
390
|
-
"
|
|
380
|
+
"direction": "horizontal",
|
|
391
381
|
"children": [
|
|
392
382
|
{
|
|
383
|
+
"name": "wifi",
|
|
393
384
|
"type": "icon",
|
|
394
|
-
"color": "success"
|
|
395
|
-
"name": "wifi"
|
|
385
|
+
"color": "success"
|
|
396
386
|
},
|
|
397
387
|
{
|
|
398
|
-
"content": "Connected",
|
|
399
388
|
"variant": "caption",
|
|
400
|
-
"type": "typography"
|
|
389
|
+
"type": "typography",
|
|
390
|
+
"content": "Connected"
|
|
401
391
|
}
|
|
402
392
|
],
|
|
403
393
|
"type": "stack",
|
|
404
394
|
"gap": "sm",
|
|
405
|
-
"
|
|
395
|
+
"align": "center"
|
|
406
396
|
}
|
|
407
397
|
]
|
|
408
398
|
]
|
|
@@ -416,22 +406,22 @@
|
|
|
416
406
|
"render-ui",
|
|
417
407
|
"main",
|
|
418
408
|
{
|
|
419
|
-
"align": "center",
|
|
420
|
-
"type": "stack",
|
|
421
|
-
"gap": "sm",
|
|
422
409
|
"children": [
|
|
423
410
|
{
|
|
411
|
+
"color": "destructive",
|
|
424
412
|
"name": "wifi-off",
|
|
425
|
-
"type": "icon"
|
|
426
|
-
"color": "destructive"
|
|
413
|
+
"type": "icon"
|
|
427
414
|
},
|
|
428
415
|
{
|
|
429
416
|
"content": "Disconnected",
|
|
430
|
-
"
|
|
431
|
-
"
|
|
417
|
+
"variant": "caption",
|
|
418
|
+
"type": "typography"
|
|
432
419
|
}
|
|
433
420
|
],
|
|
434
|
-
"
|
|
421
|
+
"gap": "sm",
|
|
422
|
+
"direction": "horizontal",
|
|
423
|
+
"type": "stack",
|
|
424
|
+
"align": "center"
|
|
435
425
|
}
|
|
436
426
|
]
|
|
437
427
|
]
|
|
@@ -454,4 +444,4 @@
|
|
|
454
444
|
]
|
|
455
445
|
}
|
|
456
446
|
]
|
|
457
|
-
}
|
|
447
|
+
}
|