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