@almadar/std 8.5.1 → 10.0.0

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 (187) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1219 -1219
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
  24. package/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
  25. package/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
  26. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
  27. package/behaviors/registry/app/organisms/std-cms.orb +587 -587
  28. package/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
  29. package/behaviors/registry/app/organisms/std-crm.orb +966 -966
  30. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
  31. package/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
  32. package/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
  33. package/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
  34. package/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
  35. package/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
  36. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
  37. package/behaviors/registry/app/organisms/std-lms.orb +876 -876
  38. package/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
  39. package/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
  40. package/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
  41. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
  42. package/behaviors/registry/core/atoms/std-browse.orb +67 -67
  43. package/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
  44. package/behaviors/registry/core/atoms/std-calendar.orb +62 -62
  45. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
  46. package/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
  47. package/behaviors/registry/core/atoms/std-display.orb +370 -370
  48. package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
  49. package/behaviors/registry/core/atoms/std-filter.orb +63 -63
  50. package/behaviors/registry/core/atoms/std-gallery.orb +55 -55
  51. package/behaviors/registry/core/atoms/std-modal.orb +19 -19
  52. package/behaviors/registry/core/atoms/std-pagination.orb +53 -53
  53. package/behaviors/registry/core/atoms/std-push.orb +49 -49
  54. package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
  55. package/behaviors/registry/core/atoms/std-related.orb +39 -39
  56. package/behaviors/registry/core/atoms/std-search.orb +73 -73
  57. package/behaviors/registry/core/atoms/std-selection.orb +110 -110
  58. package/behaviors/registry/core/atoms/std-tabs.orb +47 -47
  59. package/behaviors/registry/core/molecules/std-cart.orb +68 -72
  60. package/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
  61. package/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
  62. package/behaviors/registry/core/molecules/std-list.orb +68 -68
  63. package/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
  64. package/behaviors/registry/game/atoms/std-collision.orb +140 -140
  65. package/behaviors/registry/game/atoms/std-combat.orb +76 -76
  66. package/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
  67. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
  68. package/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
  69. package/behaviors/registry/game/atoms/std-movement.orb +276 -276
  70. package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
  71. package/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
  72. package/behaviors/registry/game/atoms/std-quest.orb +129 -129
  73. package/behaviors/registry/game/atoms/std-timer.orb +285 -285
  74. package/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
  75. package/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
  76. package/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
  77. package/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
  78. package/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
  79. package/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
  80. package/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
  81. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
  82. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
  83. package/behaviors/registry/service/atoms/std-service-email.orb +92 -92
  84. package/behaviors/registry/service/atoms/std-service-github.orb +111 -111
  85. package/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
  86. package/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
  87. package/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
  88. package/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
  89. package/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
  90. package/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
  91. package/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
  92. package/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
  94. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
  95. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
  96. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
  97. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
  98. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
  99. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
  100. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
  101. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
  102. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
  103. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
  104. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
  105. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
  106. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
  107. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
  108. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
  109. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
  110. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
  111. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  112. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1219 -1219
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
  116. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
  117. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
  118. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
  119. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
  120. package/dist/behaviors/registry/app/organisms/std-cms.orb +587 -587
  121. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
  122. package/dist/behaviors/registry/app/organisms/std-crm.orb +966 -966
  123. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
  124. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
  125. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
  126. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
  127. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
  128. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
  129. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
  130. package/dist/behaviors/registry/app/organisms/std-lms.orb +876 -876
  131. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
  132. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
  133. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
  134. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
  135. package/dist/behaviors/registry/core/atoms/std-browse.orb +67 -67
  136. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
  137. package/dist/behaviors/registry/core/atoms/std-calendar.orb +62 -62
  138. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
  139. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
  140. package/dist/behaviors/registry/core/atoms/std-display.orb +370 -370
  141. package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
  142. package/dist/behaviors/registry/core/atoms/std-filter.orb +63 -63
  143. package/dist/behaviors/registry/core/atoms/std-gallery.orb +55 -55
  144. package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
  145. package/dist/behaviors/registry/core/atoms/std-pagination.orb +53 -53
  146. package/dist/behaviors/registry/core/atoms/std-push.orb +49 -49
  147. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
  148. package/dist/behaviors/registry/core/atoms/std-related.orb +39 -39
  149. package/dist/behaviors/registry/core/atoms/std-search.orb +73 -73
  150. package/dist/behaviors/registry/core/atoms/std-selection.orb +110 -110
  151. package/dist/behaviors/registry/core/atoms/std-tabs.orb +47 -47
  152. package/dist/behaviors/registry/core/molecules/std-cart.orb +68 -72
  153. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
  154. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
  155. package/dist/behaviors/registry/core/molecules/std-list.orb +68 -68
  156. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
  157. package/dist/behaviors/registry/game/atoms/std-collision.orb +140 -140
  158. package/dist/behaviors/registry/game/atoms/std-combat.orb +76 -76
  159. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
  160. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
  161. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
  162. package/dist/behaviors/registry/game/atoms/std-movement.orb +276 -276
  163. package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
  164. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
  165. package/dist/behaviors/registry/game/atoms/std-quest.orb +129 -129
  166. package/dist/behaviors/registry/game/atoms/std-timer.orb +285 -285
  167. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
  168. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
  169. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
  170. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
  171. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
  172. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
  173. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
  174. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
  175. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
  176. package/dist/behaviors/registry/service/atoms/std-service-email.orb +92 -92
  177. package/dist/behaviors/registry/service/atoms/std-service-github.orb +111 -111
  178. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
  179. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
  180. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
  181. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
  182. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
  183. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
  184. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
  185. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
  187. package/package.json +1 -1
@@ -62,7 +62,7 @@
62
62
  "event": "ServiceNodeLoaded",
63
63
  "description": "Fired when ServiceNode finishes loading",
64
64
  "scope": "internal",
65
- "payload": [
65
+ "payloadSchema": [
66
66
  {
67
67
  "name": "id",
68
68
  "type": "string"
@@ -101,7 +101,7 @@
101
101
  "event": "ServiceNodeLoadFailed",
102
102
  "description": "Fired when ServiceNode fails to load",
103
103
  "scope": "internal",
104
- "payload": [
104
+ "payloadSchema": [
105
105
  {
106
106
  "name": "message",
107
107
  "type": "string"
@@ -146,7 +146,7 @@
146
146
  {
147
147
  "key": "ServiceNodeLoaded",
148
148
  "name": "ServiceNode loaded",
149
- "payload": [
149
+ "payloadSchema": [
150
150
  {
151
151
  "name": "id",
152
152
  "type": "string"
@@ -184,7 +184,7 @@
184
184
  {
185
185
  "key": "ServiceNodeLoadFailed",
186
186
  "name": "ServiceNode load failed",
187
- "payload": [
187
+ "payloadSchema": [
188
188
  {
189
189
  "name": "message",
190
190
  "type": "string"
@@ -212,14 +212,20 @@
212
212
  "render-ui",
213
213
  "main",
214
214
  {
215
+ "gap": "lg",
216
+ "direction": "vertical",
215
217
  "children": [
216
218
  {
217
- "type": "stack",
219
+ "justify": "between",
218
220
  "direction": "horizontal",
221
+ "align": "center",
222
+ "type": "stack",
223
+ "gap": "md",
219
224
  "children": [
220
225
  {
221
- "type": "stack",
222
226
  "align": "center",
227
+ "type": "stack",
228
+ "direction": "horizontal",
223
229
  "children": [
224
230
  {
225
231
  "name": "shield",
@@ -231,54 +237,48 @@
231
237
  "content": "ServiceNode"
232
238
  }
233
239
  ],
234
- "direction": "horizontal",
235
240
  "gap": "md"
236
241
  },
237
242
  {
243
+ "label": "Circuit Closed",
238
244
  "type": "status-dot",
239
- "status": "online",
240
245
  "pulse": false,
241
- "label": "Circuit Closed"
246
+ "status": "online"
242
247
  }
243
- ],
244
- "justify": "between",
245
- "gap": "md",
246
- "align": "center"
248
+ ]
247
249
  },
248
250
  {
249
251
  "type": "divider"
250
252
  },
251
253
  {
252
- "message": "Service is healthy. All requests are being processed.",
254
+ "type": "alert",
253
255
  "variant": "success",
254
- "type": "alert"
256
+ "message": "Service is healthy. All requests are being processed."
255
257
  },
256
258
  {
257
259
  "type": "simple-grid",
258
- "cols": 2.0,
259
260
  "children": [
260
261
  {
262
+ "value": "@entity.failureCount",
261
263
  "type": "stat-display",
262
- "label": "Failures",
263
- "value": "@entity.failureCount"
264
+ "label": "Failures"
264
265
  },
265
266
  {
266
- "label": "Successes",
267
267
  "value": "@entity.successCount",
268
+ "label": "Successes",
268
269
  "type": "stat-display"
269
270
  }
270
- ]
271
+ ],
272
+ "cols": 2.0
271
273
  },
272
274
  {
273
- "max": "@entity.threshold",
274
- "min": 0.0,
275
275
  "type": "meter",
276
- "value": "@entity.failureCount"
276
+ "value": "@entity.failureCount",
277
+ "max": "@entity.threshold",
278
+ "min": 0.0
277
279
  }
278
280
  ],
279
- "type": "stack",
280
- "direction": "vertical",
281
- "gap": "lg"
281
+ "type": "stack"
282
282
  }
283
283
  ]
284
284
  ]
@@ -292,56 +292,57 @@
292
292
  "render-ui",
293
293
  "main",
294
294
  {
295
+ "type": "stack",
295
296
  "gap": "lg",
296
297
  "direction": "vertical",
297
298
  "children": [
298
299
  {
299
- "direction": "horizontal",
300
300
  "align": "center",
301
301
  "justify": "between",
302
- "type": "stack",
303
- "gap": "md",
304
302
  "children": [
305
303
  {
306
- "direction": "horizontal",
307
- "gap": "md",
308
- "type": "stack",
309
304
  "children": [
310
305
  {
311
- "type": "icon",
312
- "name": "alert-triangle"
306
+ "name": "alert-triangle",
307
+ "type": "icon"
313
308
  },
314
309
  {
310
+ "type": "typography",
315
311
  "content": "ServiceNode",
316
- "variant": "h2",
317
- "type": "typography"
312
+ "variant": "h2"
318
313
  }
319
314
  ],
315
+ "gap": "md",
316
+ "type": "stack",
317
+ "direction": "horizontal",
320
318
  "align": "center"
321
319
  },
322
320
  {
321
+ "status": "critical",
323
322
  "pulse": true,
324
- "type": "status-dot",
325
323
  "label": "Circuit Open",
326
- "status": "critical"
324
+ "type": "status-dot"
327
325
  }
328
- ]
326
+ ],
327
+ "direction": "horizontal",
328
+ "gap": "md",
329
+ "type": "stack"
329
330
  },
330
331
  {
331
332
  "type": "divider"
332
333
  },
333
334
  {
335
+ "type": "alert",
334
336
  "message": "Circuit is open. Requests are being rejected to prevent cascading failures.",
335
- "variant": "error",
336
- "type": "alert"
337
+ "variant": "error"
337
338
  },
338
339
  {
339
340
  "type": "simple-grid",
340
341
  "cols": 2.0,
341
342
  "children": [
342
343
  {
343
- "label": "Failures",
344
344
  "type": "stat-display",
345
+ "label": "Failures",
345
346
  "value": "@entity.failureCount"
346
347
  },
347
348
  {
@@ -352,20 +353,19 @@
352
353
  ]
353
354
  },
354
355
  {
355
- "min": 0.0,
356
+ "max": "@entity.threshold",
356
357
  "type": "meter",
357
358
  "value": "@entity.failureCount",
358
- "max": "@entity.threshold"
359
+ "min": 0.0
359
360
  },
360
361
  {
361
- "icon": "rotate-ccw",
362
- "label": "Reset",
363
362
  "action": "RESET",
364
363
  "variant": "ghost",
365
- "type": "button"
364
+ "label": "Reset",
365
+ "type": "button",
366
+ "icon": "rotate-ccw"
366
367
  }
367
- ],
368
- "type": "stack"
368
+ ]
369
369
  }
370
370
  ]
371
371
  ]
@@ -381,49 +381,50 @@
381
381
  {
382
382
  "type": "stack",
383
383
  "direction": "vertical",
384
- "gap": "lg",
385
384
  "children": [
386
385
  {
387
- "type": "stack",
388
386
  "direction": "horizontal",
389
- "align": "center",
387
+ "justify": "between",
390
388
  "children": [
391
389
  {
390
+ "type": "stack",
392
391
  "gap": "md",
393
392
  "direction": "horizontal",
394
- "type": "stack",
393
+ "align": "center",
395
394
  "children": [
396
395
  {
397
- "type": "icon",
398
- "name": "shield"
396
+ "name": "shield",
397
+ "type": "icon"
399
398
  },
400
399
  {
401
- "content": "ServiceNode",
402
400
  "type": "typography",
401
+ "content": "ServiceNode",
403
402
  "variant": "h2"
404
403
  }
405
- ],
406
- "align": "center"
404
+ ]
407
405
  },
408
406
  {
409
- "pulse": false,
410
407
  "type": "status-dot",
411
- "label": "Circuit Closed",
412
- "status": "online"
408
+ "status": "online",
409
+ "pulse": false,
410
+ "label": "Circuit Closed"
413
411
  }
414
412
  ],
415
413
  "gap": "md",
416
- "justify": "between"
414
+ "type": "stack",
415
+ "align": "center"
417
416
  },
418
417
  {
419
418
  "type": "divider"
420
419
  },
421
420
  {
422
- "variant": "success",
421
+ "message": "Service is healthy. All requests are being processed.",
423
422
  "type": "alert",
424
- "message": "Service is healthy. All requests are being processed."
423
+ "variant": "success"
425
424
  },
426
425
  {
426
+ "cols": 2.0,
427
+ "type": "simple-grid",
427
428
  "children": [
428
429
  {
429
430
  "value": "@entity.failureCount",
@@ -431,21 +432,20 @@
431
432
  "label": "Failures"
432
433
  },
433
434
  {
434
- "type": "stat-display",
435
435
  "value": "@entity.successCount",
436
- "label": "Successes"
436
+ "label": "Successes",
437
+ "type": "stat-display"
437
438
  }
438
- ],
439
- "type": "simple-grid",
440
- "cols": 2.0
439
+ ]
441
440
  },
442
441
  {
443
442
  "value": "@entity.failureCount",
444
443
  "type": "meter",
445
- "max": "@entity.threshold",
446
- "min": 0.0
444
+ "min": 0.0,
445
+ "max": "@entity.threshold"
447
446
  }
448
- ]
447
+ ],
448
+ "gap": "lg"
449
449
  }
450
450
  ]
451
451
  ]
@@ -461,19 +461,15 @@
461
461
  {
462
462
  "type": "stack",
463
463
  "direction": "vertical",
464
- "gap": "lg",
465
464
  "children": [
466
465
  {
467
- "align": "center",
468
466
  "justify": "between",
469
- "type": "stack",
470
- "direction": "horizontal",
471
467
  "gap": "md",
468
+ "type": "stack",
469
+ "align": "center",
472
470
  "children": [
473
471
  {
474
472
  "type": "stack",
475
- "direction": "horizontal",
476
- "gap": "md",
477
473
  "children": [
478
474
  {
479
475
  "type": "icon",
@@ -485,41 +481,45 @@
485
481
  "content": "ServiceNode"
486
482
  }
487
483
  ],
488
- "align": "center"
484
+ "align": "center",
485
+ "gap": "md",
486
+ "direction": "horizontal"
489
487
  },
490
488
  {
491
- "status": "warning",
492
- "type": "status-dot",
493
489
  "label": "Circuit Half-Open",
494
- "pulse": true
490
+ "type": "status-dot",
491
+ "pulse": true,
492
+ "status": "warning"
495
493
  }
496
- ]
494
+ ],
495
+ "direction": "horizontal"
497
496
  },
498
497
  {
499
498
  "type": "divider"
500
499
  },
501
500
  {
501
+ "message": "Testing recovery. Limited requests are being allowed through.",
502
502
  "type": "alert",
503
- "variant": "warning",
504
- "message": "Testing recovery. Limited requests are being allowed through."
503
+ "variant": "warning"
505
504
  },
506
505
  {
507
- "cols": 2.0,
506
+ "type": "simple-grid",
508
507
  "children": [
509
508
  {
510
509
  "value": "@entity.failureCount",
511
- "type": "stat-display",
512
- "label": "Failures"
510
+ "label": "Failures",
511
+ "type": "stat-display"
513
512
  },
514
513
  {
515
514
  "label": "Successes",
516
- "value": "@entity.successCount",
517
- "type": "stat-display"
515
+ "type": "stat-display",
516
+ "value": "@entity.successCount"
518
517
  }
519
518
  ],
520
- "type": "simple-grid"
519
+ "cols": 2.0
521
520
  }
522
- ]
521
+ ],
522
+ "gap": "lg"
523
523
  }
524
524
  ]
525
525
  ]
@@ -533,65 +533,62 @@
533
533
  "render-ui",
534
534
  "main",
535
535
  {
536
- "type": "stack",
537
- "direction": "vertical",
538
- "gap": "lg",
539
536
  "children": [
540
537
  {
538
+ "justify": "between",
541
539
  "children": [
542
540
  {
543
541
  "type": "stack",
542
+ "direction": "horizontal",
543
+ "align": "center",
544
544
  "children": [
545
545
  {
546
546
  "name": "shield",
547
547
  "type": "icon"
548
548
  },
549
549
  {
550
- "content": "ServiceNode",
551
550
  "type": "typography",
551
+ "content": "ServiceNode",
552
552
  "variant": "h2"
553
553
  }
554
554
  ],
555
- "gap": "md",
556
- "align": "center",
557
- "direction": "horizontal"
555
+ "gap": "md"
558
556
  },
559
557
  {
560
- "pulse": false,
561
- "label": "Circuit Closed",
562
558
  "type": "status-dot",
563
- "status": "online"
559
+ "pulse": false,
560
+ "status": "online",
561
+ "label": "Circuit Closed"
564
562
  }
565
563
  ],
566
- "justify": "between",
567
- "direction": "horizontal",
568
564
  "gap": "md",
569
565
  "type": "stack",
570
- "align": "center"
566
+ "align": "center",
567
+ "direction": "horizontal"
571
568
  },
572
569
  {
573
570
  "type": "divider"
574
571
  },
575
572
  {
576
- "message": "Service is healthy. All requests are being processed.",
577
573
  "variant": "success",
578
- "type": "alert"
574
+ "type": "alert",
575
+ "message": "Service is healthy. All requests are being processed."
579
576
  },
580
577
  {
581
578
  "children": [
582
579
  {
583
- "label": "Failures",
584
580
  "type": "stat-display",
585
- "value": "@entity.failureCount"
581
+ "value": "@entity.failureCount",
582
+ "label": "Failures"
586
583
  },
587
584
  {
588
- "value": "@entity.successCount",
589
585
  "type": "stat-display",
586
+ "value": "@entity.successCount",
590
587
  "label": "Successes"
591
588
  }
592
589
  ],
593
- "type": "simple-grid",
594
- "cols": 2.0
590
+ "cols": 2.0,
591
+ "type": "simple-grid"
595
592
  },
596
593
  {
597
594
  "value": "@entity.failureCount",
@@ -599,7 +596,10 @@
599
596
  "type": "meter",
600
597
  "max": "@entity.threshold"
601
598
  }
602
- ]
599
+ ],
600
+ "gap": "lg",
601
+ "direction": "vertical",
602
+ "type": "stack"
603
603
  }
604
604
  ]
605
605
  ]
@@ -613,73 +613,73 @@
613
613
  "render-ui",
614
614
  "main",
615
615
  {
616
+ "type": "stack",
617
+ "direction": "vertical",
618
+ "gap": "lg",
616
619
  "children": [
617
620
  {
618
- "direction": "horizontal",
619
621
  "align": "center",
620
- "type": "stack",
621
622
  "gap": "md",
622
- "justify": "between",
623
623
  "children": [
624
624
  {
625
- "direction": "horizontal",
626
- "type": "stack",
627
- "align": "center",
628
625
  "gap": "md",
629
626
  "children": [
630
627
  {
631
- "name": "shield",
632
- "type": "icon"
628
+ "type": "icon",
629
+ "name": "shield"
633
630
  },
634
631
  {
635
632
  "content": "ServiceNode",
636
- "variant": "h2",
637
- "type": "typography"
633
+ "type": "typography",
634
+ "variant": "h2"
638
635
  }
639
- ]
636
+ ],
637
+ "type": "stack",
638
+ "align": "center",
639
+ "direction": "horizontal"
640
640
  },
641
641
  {
642
- "type": "status-dot",
643
642
  "label": "Circuit Closed",
644
643
  "pulse": false,
644
+ "type": "status-dot",
645
645
  "status": "online"
646
646
  }
647
- ]
647
+ ],
648
+ "type": "stack",
649
+ "direction": "horizontal",
650
+ "justify": "between"
648
651
  },
649
652
  {
650
653
  "type": "divider"
651
654
  },
652
655
  {
653
656
  "message": "Service is healthy. All requests are being processed.",
654
- "type": "alert",
655
- "variant": "success"
657
+ "variant": "success",
658
+ "type": "alert"
656
659
  },
657
660
  {
658
- "type": "simple-grid",
659
661
  "children": [
660
662
  {
661
663
  "value": "@entity.failureCount",
662
- "type": "stat-display",
663
- "label": "Failures"
664
+ "label": "Failures",
665
+ "type": "stat-display"
664
666
  },
665
667
  {
666
- "label": "Successes",
668
+ "value": "@entity.successCount",
667
669
  "type": "stat-display",
668
- "value": "@entity.successCount"
670
+ "label": "Successes"
669
671
  }
670
672
  ],
671
- "cols": 2.0
673
+ "cols": 2.0,
674
+ "type": "simple-grid"
672
675
  },
673
676
  {
674
- "type": "meter",
675
677
  "value": "@entity.failureCount",
676
- "max": "@entity.threshold",
677
- "min": 0.0
678
+ "min": 0.0,
679
+ "type": "meter",
680
+ "max": "@entity.threshold"
678
681
  }
679
- ],
680
- "direction": "vertical",
681
- "type": "stack",
682
- "gap": "lg"
682
+ ]
683
683
  }
684
684
  ]
685
685
  ]
@@ -693,7 +693,6 @@
693
693
  "render-ui",
694
694
  "main",
695
695
  {
696
- "gap": "lg",
697
696
  "direction": "vertical",
698
697
  "type": "stack",
699
698
  "children": [
@@ -702,6 +701,8 @@
702
701
  "children": [
703
702
  {
704
703
  "direction": "horizontal",
704
+ "align": "center",
705
+ "type": "stack",
705
706
  "gap": "md",
706
707
  "children": [
707
708
  {
@@ -709,64 +710,63 @@
709
710
  "name": "alert-triangle"
710
711
  },
711
712
  {
712
- "variant": "h2",
713
713
  "type": "typography",
714
- "content": "ServiceNode"
714
+ "content": "ServiceNode",
715
+ "variant": "h2"
715
716
  }
716
- ],
717
- "align": "center",
718
- "type": "stack"
717
+ ]
719
718
  },
720
719
  {
721
- "type": "status-dot",
722
- "pulse": true,
720
+ "label": "Circuit Open",
723
721
  "status": "critical",
724
- "label": "Circuit Open"
722
+ "pulse": true,
723
+ "type": "status-dot"
725
724
  }
726
725
  ],
727
- "type": "stack",
728
- "justify": "between",
729
726
  "align": "center",
727
+ "justify": "between",
728
+ "type": "stack",
730
729
  "gap": "md"
731
730
  },
732
731
  {
733
732
  "type": "divider"
734
733
  },
735
734
  {
736
- "variant": "error",
737
735
  "type": "alert",
736
+ "variant": "error",
738
737
  "message": "Circuit is open. Requests are being rejected to prevent cascading failures."
739
738
  },
740
739
  {
741
740
  "type": "simple-grid",
741
+ "cols": 2.0,
742
742
  "children": [
743
743
  {
744
- "type": "stat-display",
744
+ "label": "Failures",
745
745
  "value": "@entity.failureCount",
746
- "label": "Failures"
746
+ "type": "stat-display"
747
747
  },
748
748
  {
749
749
  "type": "stat-display",
750
- "label": "Successes",
751
- "value": "@entity.successCount"
750
+ "value": "@entity.successCount",
751
+ "label": "Successes"
752
752
  }
753
- ],
754
- "cols": 2.0
753
+ ]
755
754
  },
756
755
  {
757
756
  "type": "meter",
757
+ "max": "@entity.threshold",
758
758
  "min": 0.0,
759
- "value": "@entity.failureCount",
760
- "max": "@entity.threshold"
759
+ "value": "@entity.failureCount"
761
760
  },
762
761
  {
763
762
  "label": "Reset",
764
- "variant": "ghost",
765
763
  "icon": "rotate-ccw",
764
+ "variant": "ghost",
766
765
  "action": "RESET",
767
766
  "type": "button"
768
767
  }
769
- ]
768
+ ],
769
+ "gap": "lg"
770
770
  }
771
771
  ]
772
772
  ]
@@ -780,73 +780,73 @@
780
780
  "render-ui",
781
781
  "main",
782
782
  {
783
+ "type": "stack",
783
784
  "children": [
784
785
  {
785
- "direction": "horizontal",
786
- "gap": "md",
787
- "align": "center",
786
+ "justify": "between",
788
787
  "children": [
789
788
  {
790
- "align": "center",
791
- "direction": "horizontal",
792
789
  "gap": "md",
793
790
  "type": "stack",
791
+ "align": "center",
792
+ "direction": "horizontal",
794
793
  "children": [
795
794
  {
796
- "type": "icon",
797
- "name": "shield"
795
+ "name": "shield",
796
+ "type": "icon"
798
797
  },
799
798
  {
800
799
  "variant": "h2",
801
- "content": "ServiceNode",
802
- "type": "typography"
800
+ "type": "typography",
801
+ "content": "ServiceNode"
803
802
  }
804
803
  ]
805
804
  },
806
805
  {
807
806
  "pulse": false,
807
+ "label": "Circuit Closed",
808
808
  "type": "status-dot",
809
- "status": "online",
810
- "label": "Circuit Closed"
809
+ "status": "online"
811
810
  }
812
811
  ],
812
+ "align": "center",
813
813
  "type": "stack",
814
- "justify": "between"
814
+ "gap": "md",
815
+ "direction": "horizontal"
815
816
  },
816
817
  {
817
818
  "type": "divider"
818
819
  },
819
820
  {
820
- "type": "alert",
821
821
  "message": "Service is healthy. All requests are being processed.",
822
- "variant": "success"
822
+ "variant": "success",
823
+ "type": "alert"
823
824
  },
824
825
  {
825
- "type": "simple-grid",
826
826
  "cols": 2.0,
827
827
  "children": [
828
828
  {
829
- "label": "Failures",
830
829
  "value": "@entity.failureCount",
830
+ "label": "Failures",
831
831
  "type": "stat-display"
832
832
  },
833
833
  {
834
- "label": "Successes",
834
+ "type": "stat-display",
835
835
  "value": "@entity.successCount",
836
- "type": "stat-display"
836
+ "label": "Successes"
837
837
  }
838
- ]
838
+ ],
839
+ "type": "simple-grid"
839
840
  },
840
841
  {
841
- "value": "@entity.failureCount",
842
- "max": "@entity.threshold",
843
842
  "type": "meter",
844
- "min": 0.0
843
+ "min": 0.0,
844
+ "value": "@entity.failureCount",
845
+ "max": "@entity.threshold"
845
846
  }
846
847
  ],
847
848
  "direction": "vertical",
848
- "gap": "lg",
849
- "type": "stack"
849
+ "gap": "lg"
850
850
  }
851
851
  ]
852
852
  ]
@@ -869,4 +869,4 @@
869
869
  ]
870
870
  }
871
871
  ]
872
- }
872
+ }