@almadar/std 8.3.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 +62 -62
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +100 -100
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
- 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 +114 -114
- 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 +100 -100
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
- 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 +114 -114
- 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
|
@@ -294,22 +294,22 @@
|
|
|
294
294
|
"render-ui",
|
|
295
295
|
"main",
|
|
296
296
|
{
|
|
297
|
-
"gap": "md",
|
|
298
|
-
"direction": "vertical",
|
|
299
|
-
"type": "stack",
|
|
300
|
-
"align": "center",
|
|
301
|
-
"className": "py-12",
|
|
302
297
|
"children": [
|
|
303
298
|
{
|
|
304
299
|
"type": "spinner"
|
|
305
300
|
},
|
|
306
301
|
{
|
|
307
302
|
"variant": "caption",
|
|
308
|
-
"color": "muted",
|
|
309
303
|
"type": "typography",
|
|
310
|
-
"content": "Loading conversation…"
|
|
304
|
+
"content": "Loading conversation…",
|
|
305
|
+
"color": "muted"
|
|
311
306
|
}
|
|
312
|
-
]
|
|
307
|
+
],
|
|
308
|
+
"type": "stack",
|
|
309
|
+
"gap": "md",
|
|
310
|
+
"direction": "vertical",
|
|
311
|
+
"align": "center",
|
|
312
|
+
"className": "py-12"
|
|
313
313
|
}
|
|
314
314
|
]
|
|
315
315
|
]
|
|
@@ -324,18 +324,15 @@
|
|
|
324
324
|
"main",
|
|
325
325
|
{
|
|
326
326
|
"direction": "vertical",
|
|
327
|
-
"gap": "lg",
|
|
328
|
-
"type": "stack",
|
|
329
327
|
"children": [
|
|
330
328
|
{
|
|
331
|
-
"type": "stack",
|
|
332
329
|
"direction": "horizontal",
|
|
333
330
|
"children": [
|
|
334
331
|
{
|
|
332
|
+
"gap": "sm",
|
|
333
|
+
"type": "stack",
|
|
335
334
|
"direction": "horizontal",
|
|
336
335
|
"align": "center",
|
|
337
|
-
"type": "stack",
|
|
338
|
-
"gap": "sm",
|
|
339
336
|
"children": [
|
|
340
337
|
{
|
|
341
338
|
"type": "icon",
|
|
@@ -349,65 +346,68 @@
|
|
|
349
346
|
]
|
|
350
347
|
},
|
|
351
348
|
{
|
|
352
|
-
"icon": "plus",
|
|
353
349
|
"type": "button",
|
|
354
|
-
"variant": "primary",
|
|
355
350
|
"label": "New Message",
|
|
356
|
-
"
|
|
351
|
+
"variant": "primary",
|
|
352
|
+
"action": "COMPOSE",
|
|
353
|
+
"icon": "plus"
|
|
357
354
|
}
|
|
358
355
|
],
|
|
356
|
+
"gap": "sm",
|
|
359
357
|
"justify": "between",
|
|
360
358
|
"align": "center",
|
|
361
|
-
"
|
|
359
|
+
"type": "stack"
|
|
362
360
|
},
|
|
363
361
|
{
|
|
364
362
|
"type": "divider"
|
|
365
363
|
},
|
|
366
364
|
{
|
|
367
365
|
"entity": "@payload.data",
|
|
368
|
-
"fields": [],
|
|
369
366
|
"renderItem": [
|
|
370
367
|
"fn",
|
|
371
368
|
"item",
|
|
372
369
|
{
|
|
370
|
+
"type": "stack",
|
|
371
|
+
"gap": "xs",
|
|
372
|
+
"direction": "vertical",
|
|
373
373
|
"children": [
|
|
374
374
|
{
|
|
375
|
+
"gap": "sm",
|
|
376
|
+
"align": "center",
|
|
377
|
+
"direction": "horizontal",
|
|
378
|
+
"type": "stack",
|
|
375
379
|
"children": [
|
|
376
380
|
{
|
|
377
381
|
"type": "badge",
|
|
378
382
|
"label": "@item.role"
|
|
379
383
|
},
|
|
380
384
|
{
|
|
381
|
-
"type": "badge",
|
|
382
385
|
"label": "@item.status",
|
|
386
|
+
"type": "badge",
|
|
383
387
|
"variant": "secondary"
|
|
384
388
|
},
|
|
385
389
|
{
|
|
386
|
-
"content": "@item.timestamp",
|
|
387
390
|
"variant": "caption",
|
|
388
391
|
"color": "muted",
|
|
389
|
-
"type": "typography"
|
|
392
|
+
"type": "typography",
|
|
393
|
+
"content": "@item.timestamp"
|
|
390
394
|
}
|
|
391
|
-
]
|
|
392
|
-
"align": "center",
|
|
393
|
-
"type": "stack",
|
|
394
|
-
"direction": "horizontal",
|
|
395
|
-
"gap": "sm"
|
|
395
|
+
]
|
|
396
396
|
},
|
|
397
397
|
{
|
|
398
|
-
"
|
|
398
|
+
"variant": "body",
|
|
399
399
|
"content": "@item.content",
|
|
400
|
-
"
|
|
400
|
+
"type": "typography"
|
|
401
401
|
}
|
|
402
|
-
]
|
|
403
|
-
"type": "stack",
|
|
404
|
-
"direction": "vertical",
|
|
405
|
-
"gap": "xs"
|
|
402
|
+
]
|
|
406
403
|
}
|
|
407
404
|
],
|
|
408
|
-
"type": "data-list"
|
|
405
|
+
"type": "data-list",
|
|
406
|
+
"fields": []
|
|
409
407
|
}
|
|
410
|
-
]
|
|
408
|
+
],
|
|
409
|
+
"type": "stack",
|
|
410
|
+
"gap": "lg"
|
|
411
411
|
}
|
|
412
412
|
]
|
|
413
413
|
]
|
|
@@ -421,10 +421,7 @@
|
|
|
421
421
|
"render-ui",
|
|
422
422
|
"main",
|
|
423
423
|
{
|
|
424
|
-
"direction": "vertical",
|
|
425
424
|
"className": "py-12",
|
|
426
|
-
"gap": "md",
|
|
427
|
-
"type": "stack",
|
|
428
425
|
"children": [
|
|
429
426
|
{
|
|
430
427
|
"name": "alert-triangle",
|
|
@@ -432,25 +429,28 @@
|
|
|
432
429
|
"color": "destructive"
|
|
433
430
|
},
|
|
434
431
|
{
|
|
435
|
-
"
|
|
432
|
+
"content": "Failed to load conversation",
|
|
436
433
|
"variant": "h3",
|
|
437
|
-
"
|
|
434
|
+
"type": "typography"
|
|
438
435
|
},
|
|
439
436
|
{
|
|
440
437
|
"type": "typography",
|
|
441
|
-
"color": "muted",
|
|
442
438
|
"content": "@payload.error",
|
|
439
|
+
"color": "muted",
|
|
443
440
|
"variant": "body"
|
|
444
441
|
},
|
|
445
442
|
{
|
|
446
|
-
"action": "INIT",
|
|
447
443
|
"type": "button",
|
|
448
|
-
"icon": "rotate-ccw",
|
|
449
444
|
"label": "Retry",
|
|
450
|
-
"
|
|
445
|
+
"action": "INIT",
|
|
446
|
+
"variant": "primary",
|
|
447
|
+
"icon": "rotate-ccw"
|
|
451
448
|
}
|
|
452
449
|
],
|
|
453
|
-
"
|
|
450
|
+
"gap": "md",
|
|
451
|
+
"direction": "vertical",
|
|
452
|
+
"align": "center",
|
|
453
|
+
"type": "stack"
|
|
454
454
|
}
|
|
455
455
|
]
|
|
456
456
|
]
|
|
@@ -464,49 +464,49 @@
|
|
|
464
464
|
"render-ui",
|
|
465
465
|
"main",
|
|
466
466
|
{
|
|
467
|
+
"type": "stack",
|
|
468
|
+
"direction": "vertical",
|
|
467
469
|
"gap": "lg",
|
|
468
470
|
"children": [
|
|
469
471
|
{
|
|
472
|
+
"gap": "sm",
|
|
473
|
+
"align": "center",
|
|
474
|
+
"direction": "horizontal",
|
|
470
475
|
"children": [
|
|
471
476
|
{
|
|
477
|
+
"type": "stack",
|
|
472
478
|
"children": [
|
|
473
479
|
{
|
|
474
480
|
"type": "icon",
|
|
475
481
|
"name": "message-circle"
|
|
476
482
|
},
|
|
477
483
|
{
|
|
484
|
+
"type": "typography",
|
|
478
485
|
"content": "Chat Thread",
|
|
479
|
-
"variant": "h2"
|
|
480
|
-
"type": "typography"
|
|
486
|
+
"variant": "h2"
|
|
481
487
|
}
|
|
482
488
|
],
|
|
483
|
-
"type": "stack",
|
|
484
489
|
"direction": "horizontal",
|
|
485
490
|
"gap": "sm",
|
|
486
491
|
"align": "center"
|
|
487
492
|
}
|
|
488
493
|
],
|
|
489
|
-
"gap": "sm",
|
|
490
|
-
"type": "stack",
|
|
491
|
-
"direction": "horizontal",
|
|
492
494
|
"justify": "between",
|
|
493
|
-
"
|
|
495
|
+
"type": "stack"
|
|
494
496
|
},
|
|
495
497
|
{
|
|
496
498
|
"type": "divider"
|
|
497
499
|
},
|
|
498
500
|
{
|
|
501
|
+
"mode": "create",
|
|
502
|
+
"submitEvent": "SEND",
|
|
499
503
|
"type": "form-section",
|
|
500
504
|
"cancelEvent": "CANCEL_COMPOSE",
|
|
501
505
|
"fields": [
|
|
502
506
|
"content"
|
|
503
|
-
]
|
|
504
|
-
"submitEvent": "SEND",
|
|
505
|
-
"mode": "create"
|
|
507
|
+
]
|
|
506
508
|
}
|
|
507
|
-
]
|
|
508
|
-
"direction": "vertical",
|
|
509
|
-
"type": "stack"
|
|
509
|
+
]
|
|
510
510
|
}
|
|
511
511
|
]
|
|
512
512
|
]
|
|
@@ -531,22 +531,22 @@
|
|
|
531
531
|
"render-ui",
|
|
532
532
|
"main",
|
|
533
533
|
{
|
|
534
|
-
"
|
|
534
|
+
"gap": "md",
|
|
535
|
+
"direction": "vertical",
|
|
535
536
|
"className": "py-12",
|
|
537
|
+
"align": "center",
|
|
536
538
|
"children": [
|
|
537
539
|
{
|
|
538
540
|
"type": "spinner"
|
|
539
541
|
},
|
|
540
542
|
{
|
|
541
|
-
"type": "typography",
|
|
542
|
-
"color": "muted",
|
|
543
543
|
"variant": "caption",
|
|
544
|
-
"content": "Clearing conversation…"
|
|
544
|
+
"content": "Clearing conversation…",
|
|
545
|
+
"type": "typography",
|
|
546
|
+
"color": "muted"
|
|
545
547
|
}
|
|
546
548
|
],
|
|
547
|
-
"type": "stack"
|
|
548
|
-
"gap": "md",
|
|
549
|
-
"direction": "vertical"
|
|
549
|
+
"type": "stack"
|
|
550
550
|
}
|
|
551
551
|
]
|
|
552
552
|
]
|
|
@@ -562,8 +562,8 @@
|
|
|
562
562
|
"AgentChatThread",
|
|
563
563
|
{
|
|
564
564
|
"timestamp": "@now",
|
|
565
|
-
"content": "@payload.content",
|
|
566
565
|
"role": "user",
|
|
566
|
+
"content": "@payload.content",
|
|
567
567
|
"status": "sent"
|
|
568
568
|
},
|
|
569
569
|
{
|
|
@@ -577,22 +577,22 @@
|
|
|
577
577
|
"render-ui",
|
|
578
578
|
"main",
|
|
579
579
|
{
|
|
580
|
+
"className": "py-12",
|
|
581
|
+
"type": "stack",
|
|
582
|
+
"direction": "vertical",
|
|
583
|
+
"gap": "md",
|
|
584
|
+
"align": "center",
|
|
580
585
|
"children": [
|
|
581
586
|
{
|
|
582
587
|
"type": "spinner"
|
|
583
588
|
},
|
|
584
589
|
{
|
|
585
|
-
"content": "Sending…",
|
|
586
|
-
"variant": "caption",
|
|
587
590
|
"color": "muted",
|
|
588
|
-
"type": "typography"
|
|
591
|
+
"type": "typography",
|
|
592
|
+
"content": "Sending…",
|
|
593
|
+
"variant": "caption"
|
|
589
594
|
}
|
|
590
|
-
]
|
|
591
|
-
"direction": "vertical",
|
|
592
|
-
"className": "py-12",
|
|
593
|
-
"type": "stack",
|
|
594
|
-
"gap": "md",
|
|
595
|
-
"align": "center"
|
|
595
|
+
]
|
|
596
596
|
}
|
|
597
597
|
]
|
|
598
598
|
]
|
|
@@ -607,8 +607,8 @@
|
|
|
607
607
|
"AgentChatThread",
|
|
608
608
|
{
|
|
609
609
|
"emit": {
|
|
610
|
-
"
|
|
611
|
-
"
|
|
610
|
+
"failure": "AgentChatThreadLoadFailed",
|
|
611
|
+
"success": "AgentChatThreadLoaded"
|
|
612
612
|
}
|
|
613
613
|
}
|
|
614
614
|
],
|
|
@@ -654,8 +654,9 @@
|
|
|
654
654
|
"render-ui",
|
|
655
655
|
"main",
|
|
656
656
|
{
|
|
657
|
-
"
|
|
657
|
+
"type": "stack",
|
|
658
658
|
"gap": "md",
|
|
659
|
+
"align": "center",
|
|
659
660
|
"children": [
|
|
660
661
|
{
|
|
661
662
|
"type": "icon",
|
|
@@ -664,25 +665,24 @@
|
|
|
664
665
|
},
|
|
665
666
|
{
|
|
666
667
|
"variant": "h3",
|
|
667
|
-
"
|
|
668
|
-
"
|
|
668
|
+
"type": "typography",
|
|
669
|
+
"content": "Failed to send message"
|
|
669
670
|
},
|
|
670
671
|
{
|
|
672
|
+
"color": "muted",
|
|
671
673
|
"content": "@payload.error",
|
|
672
674
|
"variant": "body",
|
|
673
|
-
"type": "typography"
|
|
674
|
-
"color": "muted"
|
|
675
|
+
"type": "typography"
|
|
675
676
|
},
|
|
676
677
|
{
|
|
677
|
-
"label": "Retry",
|
|
678
|
-
"variant": "primary",
|
|
679
678
|
"icon": "rotate-ccw",
|
|
679
|
+
"label": "Retry",
|
|
680
|
+
"type": "button",
|
|
680
681
|
"action": "INIT",
|
|
681
|
-
"
|
|
682
|
+
"variant": "primary"
|
|
682
683
|
}
|
|
683
684
|
],
|
|
684
|
-
"
|
|
685
|
-
"align": "center",
|
|
685
|
+
"direction": "vertical",
|
|
686
686
|
"className": "py-12"
|
|
687
687
|
}
|
|
688
688
|
]
|
|
@@ -725,32 +725,32 @@
|
|
|
725
725
|
"children": [
|
|
726
726
|
{
|
|
727
727
|
"name": "alert-triangle",
|
|
728
|
-
"
|
|
729
|
-
"
|
|
728
|
+
"color": "destructive",
|
|
729
|
+
"type": "icon"
|
|
730
730
|
},
|
|
731
731
|
{
|
|
732
|
-
"
|
|
732
|
+
"content": "Failed to clear conversation",
|
|
733
733
|
"type": "typography",
|
|
734
|
-
"
|
|
734
|
+
"variant": "h3"
|
|
735
735
|
},
|
|
736
736
|
{
|
|
737
|
-
"content": "@payload.error",
|
|
738
737
|
"color": "muted",
|
|
739
|
-
"
|
|
740
|
-
"
|
|
738
|
+
"variant": "body",
|
|
739
|
+
"content": "@payload.error",
|
|
740
|
+
"type": "typography"
|
|
741
741
|
},
|
|
742
742
|
{
|
|
743
|
-
"label": "Retry",
|
|
744
|
-
"action": "INIT",
|
|
745
743
|
"type": "button",
|
|
746
|
-
"
|
|
747
|
-
"variant": "primary"
|
|
744
|
+
"action": "INIT",
|
|
745
|
+
"variant": "primary",
|
|
746
|
+
"label": "Retry",
|
|
747
|
+
"icon": "rotate-ccw"
|
|
748
748
|
}
|
|
749
749
|
],
|
|
750
|
-
"className": "py-12",
|
|
751
750
|
"direction": "vertical",
|
|
752
751
|
"type": "stack",
|
|
753
|
-
"align": "center"
|
|
752
|
+
"align": "center",
|
|
753
|
+
"className": "py-12"
|
|
754
754
|
}
|
|
755
755
|
]
|
|
756
756
|
]
|
|
@@ -765,8 +765,8 @@
|
|
|
765
765
|
"AgentChatThread",
|
|
766
766
|
{
|
|
767
767
|
"emit": {
|
|
768
|
-
"
|
|
769
|
-
"
|
|
768
|
+
"success": "AgentChatThreadLoaded",
|
|
769
|
+
"failure": "AgentChatThreadLoadFailed"
|
|
770
770
|
}
|
|
771
771
|
}
|
|
772
772
|
],
|