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