@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.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
- package/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
- package/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1219 -1219
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
- package/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
- package/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
- package/behaviors/registry/app/organisms/std-cms.orb +587 -587
- package/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
- package/behaviors/registry/app/organisms/std-crm.orb +966 -966
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
- package/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
- package/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
- package/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
- package/behaviors/registry/app/organisms/std-lms.orb +876 -876
- package/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
- package/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
- package/behaviors/registry/core/atoms/std-browse.orb +67 -67
- package/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
- package/behaviors/registry/core/atoms/std-calendar.orb +62 -62
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
- package/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
- package/behaviors/registry/core/atoms/std-display.orb +370 -370
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +63 -63
- package/behaviors/registry/core/atoms/std-gallery.orb +55 -55
- package/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/behaviors/registry/core/atoms/std-pagination.orb +53 -53
- package/behaviors/registry/core/atoms/std-push.orb +49 -49
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/behaviors/registry/core/atoms/std-related.orb +39 -39
- package/behaviors/registry/core/atoms/std-search.orb +73 -73
- package/behaviors/registry/core/atoms/std-selection.orb +110 -110
- package/behaviors/registry/core/atoms/std-tabs.orb +47 -47
- package/behaviors/registry/core/molecules/std-cart.orb +68 -72
- package/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
- package/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
- package/behaviors/registry/core/molecules/std-list.orb +68 -68
- package/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
- package/behaviors/registry/game/atoms/std-collision.orb +140 -140
- package/behaviors/registry/game/atoms/std-combat.orb +76 -76
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
- package/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
- package/behaviors/registry/game/atoms/std-movement.orb +276 -276
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
- package/behaviors/registry/game/atoms/std-quest.orb +129 -129
- package/behaviors/registry/game/atoms/std-timer.orb +285 -285
- package/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
- package/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
- package/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
- package/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
- package/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
- package/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
- package/behaviors/registry/service/atoms/std-service-email.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-github.orb +111 -111
- package/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
- package/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
- package/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
- package/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
- package/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
- package/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
- package/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1219 -1219
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
- package/dist/behaviors/registry/app/organisms/std-cms.orb +587 -587
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
- package/dist/behaviors/registry/app/organisms/std-crm.orb +966 -966
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
- package/dist/behaviors/registry/app/organisms/std-lms.orb +876 -876
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
- package/dist/behaviors/registry/core/atoms/std-browse.orb +67 -67
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +62 -62
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-display.orb +370 -370
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +63 -63
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-push.orb +49 -49
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/dist/behaviors/registry/core/atoms/std-related.orb +39 -39
- package/dist/behaviors/registry/core/atoms/std-search.orb +73 -73
- package/dist/behaviors/registry/core/atoms/std-selection.orb +110 -110
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +47 -47
- package/dist/behaviors/registry/core/molecules/std-cart.orb +68 -72
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
- package/dist/behaviors/registry/core/molecules/std-list.orb +68 -68
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
- package/dist/behaviors/registry/game/atoms/std-collision.orb +140 -140
- package/dist/behaviors/registry/game/atoms/std-combat.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-movement.orb +276 -276
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
- package/dist/behaviors/registry/game/atoms/std-quest.orb +129 -129
- package/dist/behaviors/registry/game/atoms/std-timer.orb +285 -285
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +111 -111
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
- package/package.json +1 -1
|
@@ -95,17 +95,17 @@
|
|
|
95
95
|
"render-ui",
|
|
96
96
|
"main",
|
|
97
97
|
{
|
|
98
|
+
"type": "stack",
|
|
99
|
+
"gap": "lg",
|
|
98
100
|
"children": [
|
|
99
101
|
{
|
|
100
|
-
"justify": "between",
|
|
101
102
|
"children": [
|
|
102
103
|
{
|
|
103
|
-
"
|
|
104
|
-
"gap": "md",
|
|
104
|
+
"direction": "horizontal",
|
|
105
105
|
"children": [
|
|
106
106
|
{
|
|
107
|
-
"
|
|
108
|
-
"
|
|
107
|
+
"name": "shield",
|
|
108
|
+
"type": "icon"
|
|
109
109
|
},
|
|
110
110
|
{
|
|
111
111
|
"type": "typography",
|
|
@@ -113,20 +113,22 @@
|
|
|
113
113
|
"variant": "h2"
|
|
114
114
|
}
|
|
115
115
|
],
|
|
116
|
-
"
|
|
116
|
+
"type": "stack",
|
|
117
|
+
"gap": "md",
|
|
117
118
|
"align": "center"
|
|
118
119
|
},
|
|
119
120
|
{
|
|
121
|
+
"status": "online",
|
|
120
122
|
"type": "status-dot",
|
|
121
123
|
"pulse": false,
|
|
122
|
-
"status": "online",
|
|
123
124
|
"label": "Open"
|
|
124
125
|
}
|
|
125
126
|
],
|
|
127
|
+
"type": "stack",
|
|
128
|
+
"gap": "md",
|
|
126
129
|
"direction": "horizontal",
|
|
127
130
|
"align": "center",
|
|
128
|
-
"
|
|
129
|
-
"gap": "md"
|
|
131
|
+
"justify": "between"
|
|
130
132
|
},
|
|
131
133
|
{
|
|
132
134
|
"type": "divider"
|
|
@@ -140,51 +142,49 @@
|
|
|
140
142
|
"label": "Requests"
|
|
141
143
|
},
|
|
142
144
|
{
|
|
145
|
+
"label": "Window",
|
|
143
146
|
"type": "stat-display",
|
|
144
|
-
"value": "@entity.window"
|
|
145
|
-
"label": "Window"
|
|
147
|
+
"value": "@entity.window"
|
|
146
148
|
}
|
|
147
149
|
],
|
|
148
150
|
"cols": 2.0
|
|
149
151
|
},
|
|
150
152
|
{
|
|
151
|
-
"type": "meter",
|
|
152
153
|
"value": "@entity.count",
|
|
154
|
+
"min": 0.0,
|
|
153
155
|
"max": 100.0,
|
|
154
|
-
"
|
|
156
|
+
"type": "meter"
|
|
155
157
|
},
|
|
156
158
|
{
|
|
157
|
-
"type": "progress-bar",
|
|
158
159
|
"max": 100.0,
|
|
159
160
|
"value": "@entity.count",
|
|
160
|
-
"showPercentage": true
|
|
161
|
+
"showPercentage": true,
|
|
162
|
+
"type": "progress-bar"
|
|
161
163
|
},
|
|
162
164
|
{
|
|
163
|
-
"type": "stack",
|
|
164
|
-
"gap": "sm",
|
|
165
165
|
"justify": "center",
|
|
166
|
+
"direction": "horizontal",
|
|
166
167
|
"children": [
|
|
167
168
|
{
|
|
168
|
-
"action": "REQUEST",
|
|
169
169
|
"type": "button",
|
|
170
|
+
"label": "Request",
|
|
170
171
|
"variant": "primary",
|
|
171
172
|
"icon": "send",
|
|
172
|
-
"
|
|
173
|
+
"action": "REQUEST"
|
|
173
174
|
},
|
|
174
175
|
{
|
|
175
176
|
"type": "button",
|
|
176
177
|
"label": "Reset",
|
|
177
|
-
"
|
|
178
|
+
"variant": "ghost",
|
|
178
179
|
"icon": "rotate-ccw",
|
|
179
|
-
"
|
|
180
|
+
"action": "RESET"
|
|
180
181
|
}
|
|
181
182
|
],
|
|
182
|
-
"
|
|
183
|
+
"type": "stack",
|
|
184
|
+
"gap": "sm"
|
|
183
185
|
}
|
|
184
186
|
],
|
|
185
|
-
"
|
|
186
|
-
"direction": "vertical",
|
|
187
|
-
"gap": "lg"
|
|
187
|
+
"direction": "vertical"
|
|
188
188
|
}
|
|
189
189
|
]
|
|
190
190
|
]
|
|
@@ -198,17 +198,10 @@
|
|
|
198
198
|
"render-ui",
|
|
199
199
|
"main",
|
|
200
200
|
{
|
|
201
|
-
"gap": "lg",
|
|
202
|
-
"type": "stack",
|
|
203
201
|
"children": [
|
|
204
202
|
{
|
|
205
|
-
"direction": "horizontal",
|
|
206
|
-
"align": "center",
|
|
207
203
|
"children": [
|
|
208
204
|
{
|
|
209
|
-
"align": "center",
|
|
210
|
-
"gap": "md",
|
|
211
|
-
"direction": "horizontal",
|
|
212
205
|
"children": [
|
|
213
206
|
{
|
|
214
207
|
"name": "shield",
|
|
@@ -220,74 +213,81 @@
|
|
|
220
213
|
"variant": "h2"
|
|
221
214
|
}
|
|
222
215
|
],
|
|
223
|
-
"
|
|
216
|
+
"gap": "md",
|
|
217
|
+
"type": "stack",
|
|
218
|
+
"align": "center",
|
|
219
|
+
"direction": "horizontal"
|
|
224
220
|
},
|
|
225
221
|
{
|
|
226
|
-
"status": "online",
|
|
227
|
-
"label": "Open",
|
|
228
222
|
"pulse": false,
|
|
229
|
-
"
|
|
223
|
+
"label": "Open",
|
|
224
|
+
"type": "status-dot",
|
|
225
|
+
"status": "online"
|
|
230
226
|
}
|
|
231
227
|
],
|
|
232
|
-
"justify": "between",
|
|
233
228
|
"type": "stack",
|
|
234
|
-
"
|
|
229
|
+
"align": "center",
|
|
230
|
+
"direction": "horizontal",
|
|
231
|
+
"gap": "md",
|
|
232
|
+
"justify": "between"
|
|
235
233
|
},
|
|
236
234
|
{
|
|
237
235
|
"type": "divider"
|
|
238
236
|
},
|
|
239
237
|
{
|
|
238
|
+
"cols": 2.0,
|
|
239
|
+
"type": "simple-grid",
|
|
240
240
|
"children": [
|
|
241
241
|
{
|
|
242
|
-
"value": "@entity.count",
|
|
243
242
|
"type": "stat-display",
|
|
243
|
+
"value": "@entity.count",
|
|
244
244
|
"label": "Requests"
|
|
245
245
|
},
|
|
246
246
|
{
|
|
247
|
-
"
|
|
247
|
+
"type": "stat-display",
|
|
248
248
|
"label": "Window",
|
|
249
|
-
"
|
|
249
|
+
"value": "@entity.window"
|
|
250
250
|
}
|
|
251
|
-
]
|
|
252
|
-
"cols": 2.0,
|
|
253
|
-
"type": "simple-grid"
|
|
251
|
+
]
|
|
254
252
|
},
|
|
255
253
|
{
|
|
256
|
-
"type": "meter",
|
|
257
254
|
"value": "@entity.count",
|
|
258
|
-
"
|
|
259
|
-
"
|
|
255
|
+
"max": 100.0,
|
|
256
|
+
"type": "meter",
|
|
257
|
+
"min": 0.0
|
|
260
258
|
},
|
|
261
259
|
{
|
|
262
260
|
"type": "progress-bar",
|
|
263
|
-
"showPercentage": true,
|
|
264
261
|
"value": "@entity.count",
|
|
265
|
-
"max": 100.0
|
|
262
|
+
"max": 100.0,
|
|
263
|
+
"showPercentage": true
|
|
266
264
|
},
|
|
267
265
|
{
|
|
268
|
-
"type": "stack",
|
|
269
266
|
"justify": "center",
|
|
270
|
-
"gap": "sm",
|
|
271
267
|
"children": [
|
|
272
268
|
{
|
|
273
|
-
"
|
|
269
|
+
"label": "Request",
|
|
274
270
|
"action": "REQUEST",
|
|
275
|
-
"variant": "primary",
|
|
276
271
|
"icon": "send",
|
|
277
|
-
"
|
|
272
|
+
"type": "button",
|
|
273
|
+
"variant": "primary"
|
|
278
274
|
},
|
|
279
275
|
{
|
|
280
|
-
"type": "button",
|
|
281
|
-
"label": "Reset",
|
|
282
276
|
"variant": "ghost",
|
|
283
277
|
"icon": "rotate-ccw",
|
|
284
|
-
"
|
|
278
|
+
"type": "button",
|
|
279
|
+
"action": "RESET",
|
|
280
|
+
"label": "Reset"
|
|
285
281
|
}
|
|
286
282
|
],
|
|
283
|
+
"gap": "sm",
|
|
284
|
+
"type": "stack",
|
|
287
285
|
"direction": "horizontal"
|
|
288
286
|
}
|
|
289
287
|
],
|
|
290
|
-
"
|
|
288
|
+
"type": "stack",
|
|
289
|
+
"direction": "vertical",
|
|
290
|
+
"gap": "lg"
|
|
291
291
|
}
|
|
292
292
|
]
|
|
293
293
|
]
|
|
@@ -306,20 +306,10 @@
|
|
|
306
306
|
"render-ui",
|
|
307
307
|
"main",
|
|
308
308
|
{
|
|
309
|
-
"direction": "vertical",
|
|
310
|
-
"type": "stack",
|
|
311
309
|
"children": [
|
|
312
310
|
{
|
|
313
|
-
"gap": "md",
|
|
314
|
-
"type": "stack",
|
|
315
|
-
"direction": "horizontal",
|
|
316
|
-
"justify": "between",
|
|
317
|
-
"align": "center",
|
|
318
311
|
"children": [
|
|
319
312
|
{
|
|
320
|
-
"direction": "horizontal",
|
|
321
|
-
"align": "center",
|
|
322
|
-
"gap": "md",
|
|
323
313
|
"children": [
|
|
324
314
|
{
|
|
325
315
|
"type": "icon",
|
|
@@ -331,35 +321,43 @@
|
|
|
331
321
|
"type": "typography"
|
|
332
322
|
}
|
|
333
323
|
],
|
|
334
|
-
"
|
|
324
|
+
"align": "center",
|
|
325
|
+
"type": "stack",
|
|
326
|
+
"direction": "horizontal",
|
|
327
|
+
"gap": "md"
|
|
335
328
|
},
|
|
336
329
|
{
|
|
337
|
-
"status": "critical",
|
|
338
|
-
"type": "status-dot",
|
|
339
330
|
"pulse": true,
|
|
331
|
+
"type": "status-dot",
|
|
332
|
+
"status": "critical",
|
|
340
333
|
"label": "Throttled"
|
|
341
334
|
}
|
|
342
|
-
]
|
|
335
|
+
],
|
|
336
|
+
"align": "center",
|
|
337
|
+
"direction": "horizontal",
|
|
338
|
+
"type": "stack",
|
|
339
|
+
"justify": "between",
|
|
340
|
+
"gap": "md"
|
|
343
341
|
},
|
|
344
342
|
{
|
|
345
343
|
"type": "divider"
|
|
346
344
|
},
|
|
347
345
|
{
|
|
348
346
|
"variant": "error",
|
|
349
|
-
"
|
|
350
|
-
"
|
|
347
|
+
"type": "alert",
|
|
348
|
+
"message": "Rate limit exceeded. Requests are being throttled."
|
|
351
349
|
},
|
|
352
350
|
{
|
|
353
351
|
"children": [
|
|
354
352
|
{
|
|
355
353
|
"type": "stat-display",
|
|
356
|
-
"
|
|
357
|
-
"
|
|
354
|
+
"label": "Requests",
|
|
355
|
+
"value": "@entity.count"
|
|
358
356
|
},
|
|
359
357
|
{
|
|
358
|
+
"value": "@entity.window",
|
|
360
359
|
"type": "stat-display",
|
|
361
|
-
"label": "Window"
|
|
362
|
-
"value": "@entity.window"
|
|
360
|
+
"label": "Window"
|
|
363
361
|
}
|
|
364
362
|
],
|
|
365
363
|
"cols": 2.0,
|
|
@@ -367,27 +365,29 @@
|
|
|
367
365
|
},
|
|
368
366
|
{
|
|
369
367
|
"min": 0.0,
|
|
368
|
+
"value": "@entity.count",
|
|
370
369
|
"max": 100.0,
|
|
371
|
-
"type": "meter"
|
|
372
|
-
"value": "@entity.count"
|
|
370
|
+
"type": "meter"
|
|
373
371
|
},
|
|
374
372
|
{
|
|
375
|
-
"gap": "sm",
|
|
376
|
-
"justify": "center",
|
|
377
373
|
"type": "stack",
|
|
378
374
|
"direction": "horizontal",
|
|
375
|
+
"gap": "sm",
|
|
376
|
+
"justify": "center",
|
|
379
377
|
"children": [
|
|
380
378
|
{
|
|
381
379
|
"type": "button",
|
|
382
|
-
"variant": "primary",
|
|
383
380
|
"action": "RESET",
|
|
384
381
|
"label": "Reset",
|
|
382
|
+
"variant": "primary",
|
|
385
383
|
"icon": "rotate-ccw"
|
|
386
384
|
}
|
|
387
385
|
]
|
|
388
386
|
}
|
|
389
387
|
],
|
|
390
|
-
"gap": "lg"
|
|
388
|
+
"gap": "lg",
|
|
389
|
+
"direction": "vertical",
|
|
390
|
+
"type": "stack"
|
|
391
391
|
}
|
|
392
392
|
]
|
|
393
393
|
]
|
|
@@ -413,94 +413,94 @@
|
|
|
413
413
|
{
|
|
414
414
|
"type": "stack",
|
|
415
415
|
"direction": "vertical",
|
|
416
|
-
"gap": "lg",
|
|
417
416
|
"children": [
|
|
418
417
|
{
|
|
419
418
|
"gap": "md",
|
|
420
|
-
"type": "stack",
|
|
421
|
-
"align": "center",
|
|
422
419
|
"direction": "horizontal",
|
|
423
|
-
"
|
|
420
|
+
"align": "center",
|
|
424
421
|
"children": [
|
|
425
422
|
{
|
|
426
423
|
"gap": "md",
|
|
427
|
-
"direction": "horizontal",
|
|
428
424
|
"align": "center",
|
|
429
425
|
"children": [
|
|
430
426
|
{
|
|
431
|
-
"
|
|
432
|
-
"
|
|
427
|
+
"name": "shield",
|
|
428
|
+
"type": "icon"
|
|
433
429
|
},
|
|
434
430
|
{
|
|
435
|
-
"type": "typography",
|
|
436
431
|
"content": "RateBucket Rate Limiter",
|
|
432
|
+
"type": "typography",
|
|
437
433
|
"variant": "h2"
|
|
438
434
|
}
|
|
439
435
|
],
|
|
440
|
-
"type": "stack"
|
|
436
|
+
"type": "stack",
|
|
437
|
+
"direction": "horizontal"
|
|
441
438
|
},
|
|
442
439
|
{
|
|
440
|
+
"label": "Open",
|
|
443
441
|
"pulse": false,
|
|
444
442
|
"type": "status-dot",
|
|
445
|
-
"status": "online"
|
|
446
|
-
"label": "Open"
|
|
443
|
+
"status": "online"
|
|
447
444
|
}
|
|
448
|
-
]
|
|
445
|
+
],
|
|
446
|
+
"type": "stack",
|
|
447
|
+
"justify": "between"
|
|
449
448
|
},
|
|
450
449
|
{
|
|
451
450
|
"type": "divider"
|
|
452
451
|
},
|
|
453
452
|
{
|
|
453
|
+
"type": "simple-grid",
|
|
454
|
+
"cols": 2.0,
|
|
454
455
|
"children": [
|
|
455
456
|
{
|
|
456
457
|
"value": "@entity.count",
|
|
457
|
-
"
|
|
458
|
-
"
|
|
458
|
+
"label": "Requests",
|
|
459
|
+
"type": "stat-display"
|
|
459
460
|
},
|
|
460
461
|
{
|
|
461
|
-
"
|
|
462
|
+
"type": "stat-display",
|
|
462
463
|
"label": "Window",
|
|
463
|
-
"
|
|
464
|
+
"value": "@entity.window"
|
|
464
465
|
}
|
|
465
|
-
]
|
|
466
|
-
"type": "simple-grid",
|
|
467
|
-
"cols": 2.0
|
|
466
|
+
]
|
|
468
467
|
},
|
|
469
468
|
{
|
|
469
|
+
"value": "@entity.count",
|
|
470
470
|
"max": 100.0,
|
|
471
471
|
"type": "meter",
|
|
472
|
-
"min": 0.0
|
|
473
|
-
"value": "@entity.count"
|
|
472
|
+
"min": 0.0
|
|
474
473
|
},
|
|
475
474
|
{
|
|
476
|
-
"type": "progress-bar",
|
|
477
475
|
"max": 100.0,
|
|
478
|
-
"
|
|
479
|
-
"
|
|
476
|
+
"showPercentage": true,
|
|
477
|
+
"type": "progress-bar",
|
|
478
|
+
"value": "@entity.count"
|
|
480
479
|
},
|
|
481
480
|
{
|
|
481
|
+
"gap": "sm",
|
|
482
|
+
"justify": "center",
|
|
483
|
+
"type": "stack",
|
|
484
|
+
"direction": "horizontal",
|
|
482
485
|
"children": [
|
|
483
486
|
{
|
|
484
487
|
"type": "button",
|
|
485
|
-
"action": "REQUEST",
|
|
486
|
-
"icon": "send",
|
|
487
488
|
"variant": "primary",
|
|
489
|
+
"icon": "send",
|
|
490
|
+
"action": "REQUEST",
|
|
488
491
|
"label": "Request"
|
|
489
492
|
},
|
|
490
493
|
{
|
|
491
|
-
"icon": "rotate-ccw",
|
|
492
494
|
"type": "button",
|
|
493
|
-
"
|
|
495
|
+
"variant": "ghost",
|
|
494
496
|
"action": "RESET",
|
|
495
|
-
"
|
|
497
|
+
"icon": "rotate-ccw",
|
|
498
|
+
"label": "Reset"
|
|
496
499
|
}
|
|
497
|
-
]
|
|
498
|
-
"justify": "center",
|
|
499
|
-
"direction": "horizontal",
|
|
500
|
-
"gap": "sm",
|
|
501
|
-
"type": "stack"
|
|
500
|
+
]
|
|
502
501
|
}
|
|
503
|
-
]
|
|
502
|
+
],
|
|
503
|
+
"gap": "lg"
|
|
504
504
|
}
|
|
505
505
|
]
|
|
506
506
|
]
|
|
@@ -524,96 +524,96 @@
|
|
|
524
524
|
"render-ui",
|
|
525
525
|
"main",
|
|
526
526
|
{
|
|
527
|
+
"type": "stack",
|
|
528
|
+
"direction": "vertical",
|
|
529
|
+
"gap": "lg",
|
|
527
530
|
"children": [
|
|
528
531
|
{
|
|
529
|
-
"justify": "between",
|
|
530
|
-
"type": "stack",
|
|
531
532
|
"align": "center",
|
|
532
533
|
"gap": "md",
|
|
533
|
-
"
|
|
534
|
+
"justify": "between",
|
|
535
|
+
"type": "stack",
|
|
534
536
|
"children": [
|
|
535
537
|
{
|
|
538
|
+
"direction": "horizontal",
|
|
536
539
|
"align": "center",
|
|
540
|
+
"type": "stack",
|
|
541
|
+
"gap": "md",
|
|
537
542
|
"children": [
|
|
538
543
|
{
|
|
539
|
-
"
|
|
540
|
-
"
|
|
544
|
+
"name": "shield",
|
|
545
|
+
"type": "icon"
|
|
541
546
|
},
|
|
542
547
|
{
|
|
543
|
-
"
|
|
548
|
+
"variant": "h2",
|
|
544
549
|
"content": "RateBucket Rate Limiter",
|
|
545
|
-
"
|
|
550
|
+
"type": "typography"
|
|
546
551
|
}
|
|
547
|
-
]
|
|
548
|
-
"type": "stack",
|
|
549
|
-
"direction": "horizontal",
|
|
550
|
-
"gap": "md"
|
|
552
|
+
]
|
|
551
553
|
},
|
|
552
554
|
{
|
|
553
|
-
"type": "status-dot",
|
|
554
555
|
"status": "online",
|
|
555
|
-
"
|
|
556
|
-
"pulse": false
|
|
556
|
+
"type": "status-dot",
|
|
557
|
+
"pulse": false,
|
|
558
|
+
"label": "Open"
|
|
557
559
|
}
|
|
558
|
-
]
|
|
560
|
+
],
|
|
561
|
+
"direction": "horizontal"
|
|
559
562
|
},
|
|
560
563
|
{
|
|
561
564
|
"type": "divider"
|
|
562
565
|
},
|
|
563
566
|
{
|
|
564
|
-
"cols": 2.0,
|
|
565
|
-
"type": "simple-grid",
|
|
566
567
|
"children": [
|
|
567
568
|
{
|
|
568
|
-
"
|
|
569
|
+
"type": "stat-display",
|
|
569
570
|
"label": "Requests",
|
|
570
|
-
"
|
|
571
|
+
"value": "@entity.count"
|
|
571
572
|
},
|
|
572
573
|
{
|
|
573
|
-
"label": "Window",
|
|
574
574
|
"value": "@entity.window",
|
|
575
|
+
"label": "Window",
|
|
575
576
|
"type": "stat-display"
|
|
576
577
|
}
|
|
577
|
-
]
|
|
578
|
+
],
|
|
579
|
+
"type": "simple-grid",
|
|
580
|
+
"cols": 2.0
|
|
578
581
|
},
|
|
579
582
|
{
|
|
580
583
|
"type": "meter",
|
|
581
584
|
"min": 0.0,
|
|
582
|
-
"
|
|
583
|
-
"
|
|
585
|
+
"value": "@entity.count",
|
|
586
|
+
"max": 100.0
|
|
584
587
|
},
|
|
585
588
|
{
|
|
586
|
-
"showPercentage": true,
|
|
587
|
-
"max": 100.0,
|
|
588
589
|
"type": "progress-bar",
|
|
589
|
-
"value": "@entity.count"
|
|
590
|
+
"value": "@entity.count",
|
|
591
|
+
"showPercentage": true,
|
|
592
|
+
"max": 100.0
|
|
590
593
|
},
|
|
591
594
|
{
|
|
592
595
|
"type": "stack",
|
|
593
|
-
"direction": "horizontal",
|
|
594
596
|
"gap": "sm",
|
|
597
|
+
"justify": "center",
|
|
595
598
|
"children": [
|
|
596
599
|
{
|
|
600
|
+
"action": "REQUEST",
|
|
601
|
+
"label": "Request",
|
|
597
602
|
"variant": "primary",
|
|
598
603
|
"icon": "send",
|
|
599
|
-
"
|
|
600
|
-
"type": "button",
|
|
601
|
-
"label": "Request"
|
|
604
|
+
"type": "button"
|
|
602
605
|
},
|
|
603
606
|
{
|
|
604
|
-
"action": "RESET",
|
|
605
|
-
"label": "Reset",
|
|
606
|
-
"type": "button",
|
|
607
607
|
"variant": "ghost",
|
|
608
|
-
"icon": "rotate-ccw"
|
|
608
|
+
"icon": "rotate-ccw",
|
|
609
|
+
"type": "button",
|
|
610
|
+
"label": "Reset",
|
|
611
|
+
"action": "RESET"
|
|
609
612
|
}
|
|
610
613
|
],
|
|
611
|
-
"
|
|
614
|
+
"direction": "horizontal"
|
|
612
615
|
}
|
|
613
|
-
]
|
|
614
|
-
"gap": "lg",
|
|
615
|
-
"direction": "vertical",
|
|
616
|
-
"type": "stack"
|
|
616
|
+
]
|
|
617
617
|
}
|
|
618
618
|
]
|
|
619
619
|
]
|
|
@@ -628,20 +628,18 @@
|
|
|
628
628
|
"main",
|
|
629
629
|
{
|
|
630
630
|
"gap": "lg",
|
|
631
|
+
"type": "stack",
|
|
631
632
|
"children": [
|
|
632
633
|
{
|
|
633
|
-
"type": "stack",
|
|
634
634
|
"justify": "between",
|
|
635
|
-
"direction": "horizontal",
|
|
636
|
-
"align": "center",
|
|
637
635
|
"children": [
|
|
638
636
|
{
|
|
637
|
+
"type": "stack",
|
|
639
638
|
"align": "center",
|
|
640
|
-
"direction": "horizontal",
|
|
641
639
|
"children": [
|
|
642
640
|
{
|
|
643
|
-
"
|
|
644
|
-
"
|
|
641
|
+
"type": "icon",
|
|
642
|
+
"name": "shield"
|
|
645
643
|
},
|
|
646
644
|
{
|
|
647
645
|
"type": "typography",
|
|
@@ -649,65 +647,67 @@
|
|
|
649
647
|
"content": "RateBucket Rate Limiter"
|
|
650
648
|
}
|
|
651
649
|
],
|
|
652
|
-
"
|
|
653
|
-
"
|
|
650
|
+
"direction": "horizontal",
|
|
651
|
+
"gap": "md"
|
|
654
652
|
},
|
|
655
653
|
{
|
|
656
|
-
"
|
|
657
|
-
"pulse": true,
|
|
654
|
+
"label": "Throttled",
|
|
658
655
|
"type": "status-dot",
|
|
659
|
-
"
|
|
656
|
+
"pulse": true,
|
|
657
|
+
"status": "critical"
|
|
660
658
|
}
|
|
661
659
|
],
|
|
660
|
+
"direction": "horizontal",
|
|
661
|
+
"type": "stack",
|
|
662
|
+
"align": "center",
|
|
662
663
|
"gap": "md"
|
|
663
664
|
},
|
|
664
665
|
{
|
|
665
666
|
"type": "divider"
|
|
666
667
|
},
|
|
667
668
|
{
|
|
668
|
-
"variant": "error",
|
|
669
669
|
"type": "alert",
|
|
670
|
+
"variant": "error",
|
|
670
671
|
"message": "Rate limit exceeded. Requests are being throttled."
|
|
671
672
|
},
|
|
672
673
|
{
|
|
674
|
+
"cols": 2.0,
|
|
673
675
|
"children": [
|
|
674
676
|
{
|
|
677
|
+
"label": "Requests",
|
|
675
678
|
"value": "@entity.count",
|
|
676
|
-
"type": "stat-display"
|
|
677
|
-
"label": "Requests"
|
|
679
|
+
"type": "stat-display"
|
|
678
680
|
},
|
|
679
681
|
{
|
|
680
682
|
"type": "stat-display",
|
|
681
|
-
"
|
|
682
|
-
"
|
|
683
|
+
"label": "Window",
|
|
684
|
+
"value": "@entity.window"
|
|
683
685
|
}
|
|
684
686
|
],
|
|
685
|
-
"type": "simple-grid"
|
|
686
|
-
"cols": 2.0
|
|
687
|
+
"type": "simple-grid"
|
|
687
688
|
},
|
|
688
689
|
{
|
|
689
|
-
"max": 100.0,
|
|
690
690
|
"value": "@entity.count",
|
|
691
691
|
"min": 0.0,
|
|
692
|
-
"type": "meter"
|
|
692
|
+
"type": "meter",
|
|
693
|
+
"max": 100.0
|
|
693
694
|
},
|
|
694
695
|
{
|
|
695
696
|
"gap": "sm",
|
|
696
|
-
"
|
|
697
|
+
"justify": "center",
|
|
697
698
|
"children": [
|
|
698
699
|
{
|
|
699
|
-
"
|
|
700
|
-
"type": "button",
|
|
700
|
+
"variant": "primary",
|
|
701
701
|
"icon": "rotate-ccw",
|
|
702
702
|
"action": "RESET",
|
|
703
|
-
"
|
|
703
|
+
"type": "button",
|
|
704
|
+
"label": "Reset"
|
|
704
705
|
}
|
|
705
706
|
],
|
|
706
707
|
"direction": "horizontal",
|
|
707
|
-
"
|
|
708
|
+
"type": "stack"
|
|
708
709
|
}
|
|
709
710
|
],
|
|
710
|
-
"type": "stack",
|
|
711
711
|
"direction": "vertical"
|
|
712
712
|
}
|
|
713
713
|
]
|
|
@@ -731,4 +731,4 @@
|
|
|
731
731
|
]
|
|
732
732
|
}
|
|
733
733
|
]
|
|
734
|
-
}
|
|
734
|
+
}
|