@almadar/std 13.6.0 → 13.8.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 +69 -69
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
- package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
- package/behaviors/registry/app/organisms/std-cms.orb +547 -547
- package/behaviors/registry/core/atoms/std-browse.orb +36 -36
- package/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
- package/behaviors/registry/core/atoms/std-calendar.orb +56 -51
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
- package/behaviors/registry/core/atoms/std-display.orb +2 -2
- package/behaviors/registry/core/atoms/std-drawer.orb +58 -58
- package/behaviors/registry/core/atoms/std-filter.orb +6 -9
- package/behaviors/registry/core/atoms/std-gallery.orb +46 -46
- package/behaviors/registry/core/atoms/std-graphs.orb +24 -24
- package/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/behaviors/registry/core/atoms/std-pagination.orb +14 -14
- package/behaviors/registry/core/atoms/std-push.orb +48 -90
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-search.orb +3 -3
- package/behaviors/registry/core/atoms/std-selection.orb +102 -102
- package/behaviors/registry/core/atoms/std-stats.orb +64 -64
- package/behaviors/registry/core/atoms/std-tabs.orb +18 -18
- package/behaviors/registry/core/molecules/std-cart.orb +64 -64
- package/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
- package/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
- package/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
- package/behaviors/registry/core/molecules/std-list.orb +63 -63
- package/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
- package/behaviors/registry/game/atoms/std-overworld.orb +57 -57
- package/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
- package/behaviors/registry/game/atoms/std-quest.orb +137 -137
- package/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
- package/behaviors/registry/service/atoms/std-service-email.orb +91 -76
- package/behaviors/registry/service/atoms/std-service-github.orb +103 -83
- package/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
- package/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
- package/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
- package/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
- package/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
- package/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
- package/dist/behaviors/behaviors-registry.json +2913 -322
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
- package/dist/behaviors/registry/app/organisms/std-cms.orb +547 -547
- package/dist/behaviors/registry/core/atoms/std-browse.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +56 -51
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
- package/dist/behaviors/registry/core/atoms/std-display.orb +2 -2
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +58 -58
- package/dist/behaviors/registry/core/atoms/std-filter.orb +6 -9
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +46 -46
- package/dist/behaviors/registry/core/atoms/std-graphs.orb +24 -24
- package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +14 -14
- package/dist/behaviors/registry/core/atoms/std-push.orb +48 -90
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-search.orb +3 -3
- package/dist/behaviors/registry/core/atoms/std-selection.orb +102 -102
- package/dist/behaviors/registry/core/atoms/std-stats.orb +64 -64
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +18 -18
- package/dist/behaviors/registry/core/molecules/std-cart.orb +64 -64
- package/dist/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
- package/dist/behaviors/registry/core/molecules/std-list.orb +63 -63
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +57 -57
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
- package/dist/behaviors/registry/game/atoms/std-quest.orb +137 -137
- package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +91 -76
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +103 -83
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
- package/dist/behaviors-registry.json +2913 -322
- package/dist/index.d.ts +2 -2
- package/dist/index.js +26 -13
- package/dist/index.js.map +1 -1
- package/dist/modules/agent.d.ts +1 -1
- package/dist/modules/array.d.ts +1 -1
- package/dist/modules/array.js +16 -8
- package/dist/modules/array.js.map +1 -1
- package/dist/modules/async.d.ts +1 -1
- package/dist/modules/composition.d.ts +1 -1
- package/dist/modules/contract.d.ts +1 -1
- package/dist/modules/core.d.ts +1 -1
- package/dist/modules/core.js +6 -3
- package/dist/modules/core.js.map +1 -1
- package/dist/modules/data.d.ts +1 -1
- package/dist/modules/format.d.ts +1 -1
- package/dist/modules/graph.d.ts +1 -1
- package/dist/modules/index.d.ts +1 -1
- package/dist/modules/index.js +26 -13
- package/dist/modules/index.js.map +1 -1
- package/dist/modules/math.d.ts +1 -1
- package/dist/modules/nn.d.ts +1 -1
- package/dist/modules/object.d.ts +1 -1
- package/dist/modules/object.js +4 -2
- package/dist/modules/object.js.map +1 -1
- package/dist/modules/os.d.ts +1 -1
- package/dist/modules/prob.d.ts +1 -1
- package/dist/modules/str.d.ts +1 -1
- package/dist/modules/tensor.d.ts +1 -1
- package/dist/modules/time.d.ts +1 -1
- package/dist/modules/train.d.ts +1 -1
- package/dist/modules/validate.d.ts +1 -1
- package/dist/registry.d.ts +1 -1
- package/dist/registry.js +26 -13
- package/dist/registry.js.map +1 -1
- package/dist/{types-D7dG8fBF.d.ts → types-CdSN5hnD.d.ts} +43 -0
- package/package.json +1 -1
|
@@ -197,9 +197,9 @@
|
|
|
197
197
|
"render-ui",
|
|
198
198
|
"main",
|
|
199
199
|
{
|
|
200
|
+
"gap": "md",
|
|
200
201
|
"type": "stack",
|
|
201
202
|
"direction": "vertical",
|
|
202
|
-
"gap": "md",
|
|
203
203
|
"align": "center",
|
|
204
204
|
"className": "py-12",
|
|
205
205
|
"children": [
|
|
@@ -207,10 +207,10 @@
|
|
|
207
207
|
"type": "spinner"
|
|
208
208
|
},
|
|
209
209
|
{
|
|
210
|
-
"color": "muted",
|
|
211
|
-
"content": "Loading searches…",
|
|
212
210
|
"type": "typography",
|
|
213
|
-
"variant": "caption"
|
|
211
|
+
"variant": "caption",
|
|
212
|
+
"content": "Loading searches…",
|
|
213
|
+
"color": "muted"
|
|
214
214
|
}
|
|
215
215
|
]
|
|
216
216
|
}
|
|
@@ -226,105 +226,105 @@
|
|
|
226
226
|
"render-ui",
|
|
227
227
|
"main",
|
|
228
228
|
{
|
|
229
|
-
"type": "stack",
|
|
230
229
|
"className": "max-w-5xl mx-auto w-full",
|
|
231
230
|
"children": [
|
|
232
231
|
{
|
|
233
|
-
"type": "stack",
|
|
234
232
|
"direction": "horizontal",
|
|
233
|
+
"type": "stack",
|
|
235
234
|
"gap": "md",
|
|
236
235
|
"align": "center",
|
|
236
|
+
"justify": "between",
|
|
237
237
|
"children": [
|
|
238
238
|
{
|
|
239
|
+
"type": "stack",
|
|
240
|
+
"gap": "sm",
|
|
241
|
+
"align": "center",
|
|
242
|
+
"direction": "horizontal",
|
|
239
243
|
"children": [
|
|
240
244
|
{
|
|
241
245
|
"type": "icon",
|
|
242
246
|
"name": "search"
|
|
243
247
|
},
|
|
244
248
|
{
|
|
245
|
-
"type": "typography",
|
|
246
249
|
"content": "AgentSearch",
|
|
247
|
-
"variant": "h2"
|
|
250
|
+
"variant": "h2",
|
|
251
|
+
"type": "typography"
|
|
248
252
|
}
|
|
249
|
-
]
|
|
250
|
-
"type": "stack",
|
|
251
|
-
"direction": "horizontal",
|
|
252
|
-
"align": "center",
|
|
253
|
-
"gap": "sm"
|
|
253
|
+
]
|
|
254
254
|
},
|
|
255
255
|
{
|
|
256
|
-
"direction": "horizontal",
|
|
257
|
-
"gap": "sm",
|
|
258
256
|
"children": [
|
|
259
257
|
{
|
|
260
|
-
"icon": "search",
|
|
261
|
-
"variant": "primary",
|
|
262
|
-
"action": "SEARCH",
|
|
263
258
|
"type": "button",
|
|
264
|
-
"label": "Search"
|
|
259
|
+
"label": "Search",
|
|
260
|
+
"action": "SEARCH",
|
|
261
|
+
"variant": "primary",
|
|
262
|
+
"icon": "search"
|
|
265
263
|
},
|
|
266
264
|
{
|
|
267
265
|
"type": "button",
|
|
268
|
-
"variant": "ghost",
|
|
269
266
|
"icon": "x",
|
|
267
|
+
"label": "Clear",
|
|
270
268
|
"action": "CLEAR",
|
|
271
|
-
"
|
|
269
|
+
"variant": "ghost"
|
|
272
270
|
}
|
|
273
271
|
],
|
|
274
|
-
"
|
|
272
|
+
"gap": "sm",
|
|
273
|
+
"type": "stack",
|
|
274
|
+
"direction": "horizontal"
|
|
275
275
|
}
|
|
276
|
-
]
|
|
277
|
-
"justify": "between"
|
|
276
|
+
]
|
|
278
277
|
},
|
|
279
278
|
{
|
|
280
279
|
"type": "divider"
|
|
281
280
|
},
|
|
282
281
|
{
|
|
283
282
|
"entity": "@payload.data",
|
|
284
|
-
"
|
|
283
|
+
"itemActions": [
|
|
284
|
+
{
|
|
285
|
+
"event": "VIEW",
|
|
286
|
+
"variant": "ghost",
|
|
287
|
+
"label": "View"
|
|
288
|
+
}
|
|
289
|
+
],
|
|
285
290
|
"fields": [
|
|
286
291
|
{
|
|
287
|
-
"
|
|
292
|
+
"variant": "h4",
|
|
288
293
|
"label": "Query",
|
|
289
|
-
"
|
|
290
|
-
"
|
|
294
|
+
"icon": "search",
|
|
295
|
+
"name": "query"
|
|
291
296
|
},
|
|
292
297
|
{
|
|
298
|
+
"name": "language",
|
|
299
|
+
"variant": "badge",
|
|
293
300
|
"colorMap": {
|
|
294
|
-
"completed": "success",
|
|
295
301
|
"draft": "warning",
|
|
302
|
+
"completed": "success",
|
|
303
|
+
"cancelled": "destructive",
|
|
304
|
+
"failed": "destructive",
|
|
305
|
+
"error": "destructive",
|
|
296
306
|
"inactive": "neutral",
|
|
297
|
-
"done": "success",
|
|
298
307
|
"archived": "neutral",
|
|
299
|
-
"scheduled": "warning",
|
|
300
308
|
"disabled": "neutral",
|
|
301
|
-
"
|
|
302
|
-
"
|
|
309
|
+
"done": "success",
|
|
310
|
+
"scheduled": "warning",
|
|
303
311
|
"pending": "warning",
|
|
304
|
-
"error": "destructive",
|
|
305
312
|
"active": "success"
|
|
306
313
|
},
|
|
307
|
-
"name": "language",
|
|
308
|
-
"variant": "badge",
|
|
309
314
|
"label": "Language"
|
|
310
315
|
},
|
|
311
316
|
{
|
|
312
317
|
"label": "Result Count",
|
|
313
|
-
"
|
|
314
|
-
"
|
|
318
|
+
"name": "resultCount",
|
|
319
|
+
"variant": "caption"
|
|
315
320
|
}
|
|
316
321
|
],
|
|
317
|
-
"
|
|
318
|
-
{
|
|
319
|
-
"event": "VIEW",
|
|
320
|
-
"variant": "ghost",
|
|
321
|
-
"label": "View"
|
|
322
|
-
}
|
|
323
|
-
]
|
|
322
|
+
"type": "data-grid"
|
|
324
323
|
}
|
|
325
324
|
],
|
|
326
325
|
"gap": "lg",
|
|
327
|
-
"direction": "vertical"
|
|
326
|
+
"direction": "vertical",
|
|
327
|
+
"type": "stack"
|
|
328
328
|
}
|
|
329
329
|
]
|
|
330
330
|
]
|
|
@@ -338,35 +338,35 @@
|
|
|
338
338
|
"render-ui",
|
|
339
339
|
"main",
|
|
340
340
|
{
|
|
341
|
+
"gap": "md",
|
|
341
342
|
"direction": "vertical",
|
|
342
343
|
"align": "center",
|
|
343
|
-
"className": "py-12",
|
|
344
344
|
"children": [
|
|
345
345
|
{
|
|
346
|
-
"
|
|
346
|
+
"color": "destructive",
|
|
347
347
|
"type": "icon",
|
|
348
|
-
"
|
|
348
|
+
"name": "alert-triangle"
|
|
349
349
|
},
|
|
350
350
|
{
|
|
351
|
-
"content": "Failed to load searches",
|
|
352
351
|
"type": "typography",
|
|
353
|
-
"variant": "h3"
|
|
352
|
+
"variant": "h3",
|
|
353
|
+
"content": "Failed to load searches"
|
|
354
354
|
},
|
|
355
355
|
{
|
|
356
|
-
"content": "@payload.error",
|
|
357
356
|
"color": "muted",
|
|
358
357
|
"type": "typography",
|
|
359
|
-
"variant": "body"
|
|
358
|
+
"variant": "body",
|
|
359
|
+
"content": "@payload.error"
|
|
360
360
|
},
|
|
361
361
|
{
|
|
362
|
-
"icon": "rotate-ccw",
|
|
363
|
-
"variant": "primary",
|
|
364
362
|
"label": "Retry",
|
|
363
|
+
"variant": "primary",
|
|
365
364
|
"type": "button",
|
|
365
|
+
"icon": "rotate-ccw",
|
|
366
366
|
"action": "INIT"
|
|
367
367
|
}
|
|
368
368
|
],
|
|
369
|
-
"
|
|
369
|
+
"className": "py-12",
|
|
370
370
|
"type": "stack"
|
|
371
371
|
}
|
|
372
372
|
]
|
|
@@ -406,8 +406,8 @@
|
|
|
406
406
|
"AgentSearch",
|
|
407
407
|
{
|
|
408
408
|
"emit": {
|
|
409
|
-
"
|
|
410
|
-
"
|
|
409
|
+
"success": "AgentSearchLoaded",
|
|
410
|
+
"failure": "AgentSearchLoadFailed"
|
|
411
411
|
}
|
|
412
412
|
}
|
|
413
413
|
],
|
|
@@ -566,8 +566,8 @@
|
|
|
566
566
|
"AgentSearch",
|
|
567
567
|
{
|
|
568
568
|
"emit": {
|
|
569
|
-
"
|
|
570
|
-
"
|
|
569
|
+
"success": "AgentSearchLoaded",
|
|
570
|
+
"failure": "AgentSearchLoadFailed"
|
|
571
571
|
}
|
|
572
572
|
}
|
|
573
573
|
],
|
|
@@ -575,10 +575,10 @@
|
|
|
575
575
|
"render-ui",
|
|
576
576
|
"main",
|
|
577
577
|
{
|
|
578
|
-
"
|
|
578
|
+
"type": "empty-state",
|
|
579
579
|
"title": "Code Search",
|
|
580
|
-
"
|
|
581
|
-
"
|
|
580
|
+
"description": "Code Search is ready",
|
|
581
|
+
"icon": "search"
|
|
582
582
|
}
|
|
583
583
|
]
|
|
584
584
|
]
|
|
@@ -658,4 +658,4 @@
|
|
|
658
658
|
]
|
|
659
659
|
}
|
|
660
660
|
]
|
|
661
|
-
}
|
|
661
|
+
}
|