@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
|
@@ -317,22 +317,22 @@
|
|
|
317
317
|
"render-ui",
|
|
318
318
|
"main",
|
|
319
319
|
{
|
|
320
|
-
"
|
|
320
|
+
"gap": "md",
|
|
321
|
+
"align": "center",
|
|
321
322
|
"children": [
|
|
322
323
|
{
|
|
323
324
|
"type": "spinner"
|
|
324
325
|
},
|
|
325
326
|
{
|
|
327
|
+
"type": "typography",
|
|
326
328
|
"content": "Loading conversation…",
|
|
327
329
|
"variant": "caption",
|
|
328
|
-
"type": "typography",
|
|
329
330
|
"color": "muted"
|
|
330
331
|
}
|
|
331
332
|
],
|
|
332
|
-
"gap": "md",
|
|
333
333
|
"direction": "vertical",
|
|
334
|
-
"
|
|
335
|
-
"
|
|
334
|
+
"type": "stack",
|
|
335
|
+
"className": "py-12"
|
|
336
336
|
}
|
|
337
337
|
]
|
|
338
338
|
]
|
|
@@ -346,53 +346,60 @@
|
|
|
346
346
|
"render-ui",
|
|
347
347
|
"main",
|
|
348
348
|
{
|
|
349
|
+
"gap": "lg",
|
|
350
|
+
"direction": "vertical",
|
|
349
351
|
"children": [
|
|
350
352
|
{
|
|
351
|
-
"gap": "sm",
|
|
352
353
|
"align": "center",
|
|
353
|
-
"justify": "between",
|
|
354
354
|
"children": [
|
|
355
355
|
{
|
|
356
|
+
"gap": "sm",
|
|
357
|
+
"type": "stack",
|
|
356
358
|
"direction": "horizontal",
|
|
357
359
|
"align": "center",
|
|
358
|
-
"type": "stack",
|
|
359
360
|
"children": [
|
|
360
361
|
{
|
|
361
|
-
"
|
|
362
|
-
"
|
|
362
|
+
"name": "message-circle",
|
|
363
|
+
"type": "icon"
|
|
363
364
|
},
|
|
364
365
|
{
|
|
365
366
|
"content": "Conversation Thread",
|
|
366
367
|
"type": "typography",
|
|
367
368
|
"variant": "h2"
|
|
368
369
|
}
|
|
369
|
-
]
|
|
370
|
-
"gap": "sm"
|
|
370
|
+
]
|
|
371
371
|
},
|
|
372
372
|
{
|
|
373
|
+
"icon": "plus",
|
|
373
374
|
"action": "COMPOSE",
|
|
374
|
-
"
|
|
375
|
+
"label": "New Message",
|
|
375
376
|
"type": "button",
|
|
376
|
-
"
|
|
377
|
-
"label": "New Message"
|
|
377
|
+
"variant": "primary"
|
|
378
378
|
}
|
|
379
379
|
],
|
|
380
|
+
"gap": "sm",
|
|
381
|
+
"type": "stack",
|
|
380
382
|
"direction": "horizontal",
|
|
381
|
-
"
|
|
383
|
+
"justify": "between"
|
|
382
384
|
},
|
|
383
385
|
{
|
|
384
386
|
"type": "divider"
|
|
385
387
|
},
|
|
386
388
|
{
|
|
387
|
-
"type": "data-list",
|
|
388
389
|
"fields": [],
|
|
389
390
|
"entity": "@payload.data",
|
|
391
|
+
"type": "data-list",
|
|
390
392
|
"renderItem": [
|
|
391
393
|
"fn",
|
|
392
394
|
"item",
|
|
393
395
|
{
|
|
396
|
+
"direction": "vertical",
|
|
397
|
+
"gap": "xs",
|
|
394
398
|
"children": [
|
|
395
399
|
{
|
|
400
|
+
"type": "stack",
|
|
401
|
+
"direction": "horizontal",
|
|
402
|
+
"gap": "sm",
|
|
396
403
|
"align": "center",
|
|
397
404
|
"children": [
|
|
398
405
|
{
|
|
@@ -405,31 +412,24 @@
|
|
|
405
412
|
"variant": "secondary"
|
|
406
413
|
},
|
|
407
414
|
{
|
|
408
|
-
"color": "muted",
|
|
409
415
|
"type": "typography",
|
|
410
|
-
"
|
|
411
|
-
"
|
|
416
|
+
"content": "@item.timestamp",
|
|
417
|
+
"color": "muted",
|
|
418
|
+
"variant": "caption"
|
|
412
419
|
}
|
|
413
|
-
]
|
|
414
|
-
"direction": "horizontal",
|
|
415
|
-
"type": "stack",
|
|
416
|
-
"gap": "sm"
|
|
420
|
+
]
|
|
417
421
|
},
|
|
418
422
|
{
|
|
419
423
|
"variant": "body",
|
|
420
|
-
"
|
|
421
|
-
"
|
|
424
|
+
"type": "typography",
|
|
425
|
+
"content": "@item.content"
|
|
422
426
|
}
|
|
423
427
|
],
|
|
424
|
-
"type": "stack"
|
|
425
|
-
"gap": "xs",
|
|
426
|
-
"direction": "vertical"
|
|
428
|
+
"type": "stack"
|
|
427
429
|
}
|
|
428
430
|
]
|
|
429
431
|
}
|
|
430
432
|
],
|
|
431
|
-
"gap": "lg",
|
|
432
|
-
"direction": "vertical",
|
|
433
433
|
"type": "stack"
|
|
434
434
|
}
|
|
435
435
|
]
|
|
@@ -444,36 +444,36 @@
|
|
|
444
444
|
"render-ui",
|
|
445
445
|
"main",
|
|
446
446
|
{
|
|
447
|
+
"gap": "md",
|
|
447
448
|
"className": "py-12",
|
|
449
|
+
"type": "stack",
|
|
450
|
+
"align": "center",
|
|
451
|
+
"direction": "vertical",
|
|
448
452
|
"children": [
|
|
449
453
|
{
|
|
450
|
-
"
|
|
454
|
+
"color": "destructive",
|
|
451
455
|
"type": "icon",
|
|
452
|
-
"
|
|
456
|
+
"name": "alert-triangle"
|
|
453
457
|
},
|
|
454
458
|
{
|
|
455
|
-
"variant": "h3",
|
|
456
459
|
"content": "Failed to load",
|
|
457
|
-
"type": "typography"
|
|
460
|
+
"type": "typography",
|
|
461
|
+
"variant": "h3"
|
|
458
462
|
},
|
|
459
463
|
{
|
|
460
|
-
"content": "@payload.error",
|
|
461
464
|
"type": "typography",
|
|
462
465
|
"variant": "body",
|
|
466
|
+
"content": "@payload.error",
|
|
463
467
|
"color": "muted"
|
|
464
468
|
},
|
|
465
469
|
{
|
|
466
|
-
"action": "INIT",
|
|
467
470
|
"type": "button",
|
|
468
471
|
"label": "Retry",
|
|
469
472
|
"icon": "rotate-ccw",
|
|
473
|
+
"action": "INIT",
|
|
470
474
|
"variant": "primary"
|
|
471
475
|
}
|
|
472
|
-
]
|
|
473
|
-
"align": "center",
|
|
474
|
-
"gap": "md",
|
|
475
|
-
"type": "stack",
|
|
476
|
-
"direction": "vertical"
|
|
476
|
+
]
|
|
477
477
|
}
|
|
478
478
|
]
|
|
479
479
|
]
|
|
@@ -487,39 +487,39 @@
|
|
|
487
487
|
"render-ui",
|
|
488
488
|
"main",
|
|
489
489
|
{
|
|
490
|
+
"type": "stack",
|
|
491
|
+
"gap": "lg",
|
|
490
492
|
"children": [
|
|
491
493
|
{
|
|
492
|
-
"
|
|
494
|
+
"type": "stack",
|
|
493
495
|
"align": "center",
|
|
496
|
+
"direction": "horizontal",
|
|
497
|
+
"gap": "sm",
|
|
494
498
|
"children": [
|
|
495
499
|
{
|
|
496
500
|
"type": "icon",
|
|
497
501
|
"name": "message-circle"
|
|
498
502
|
},
|
|
499
503
|
{
|
|
500
|
-
"
|
|
504
|
+
"type": "typography",
|
|
501
505
|
"variant": "h2",
|
|
502
|
-
"
|
|
506
|
+
"content": "Conversation Thread"
|
|
503
507
|
}
|
|
504
|
-
]
|
|
505
|
-
"gap": "sm",
|
|
506
|
-
"type": "stack"
|
|
508
|
+
]
|
|
507
509
|
},
|
|
508
510
|
{
|
|
509
511
|
"type": "divider"
|
|
510
512
|
},
|
|
511
513
|
{
|
|
512
|
-
"fields": [
|
|
513
|
-
"content"
|
|
514
|
-
],
|
|
515
|
-
"cancelEvent": "CANCEL_COMPOSE",
|
|
516
514
|
"mode": "create",
|
|
515
|
+
"cancelEvent": "CANCEL_COMPOSE",
|
|
517
516
|
"submitEvent": "SEND",
|
|
518
|
-
"type": "form-section"
|
|
517
|
+
"type": "form-section",
|
|
518
|
+
"fields": [
|
|
519
|
+
"content"
|
|
520
|
+
]
|
|
519
521
|
}
|
|
520
522
|
],
|
|
521
|
-
"type": "stack",
|
|
522
|
-
"gap": "lg",
|
|
523
523
|
"direction": "vertical"
|
|
524
524
|
}
|
|
525
525
|
]
|
|
@@ -536,8 +536,8 @@
|
|
|
536
536
|
"AgentConversation",
|
|
537
537
|
{
|
|
538
538
|
"emit": {
|
|
539
|
-
"
|
|
540
|
-
"
|
|
539
|
+
"failure": "AgentConversationDeleteFailed",
|
|
540
|
+
"success": "AgentConversationDeleted"
|
|
541
541
|
}
|
|
542
542
|
}
|
|
543
543
|
],
|
|
@@ -562,8 +562,8 @@
|
|
|
562
562
|
{
|
|
563
563
|
"role": "user",
|
|
564
564
|
"content": "@payload.content",
|
|
565
|
-
"
|
|
566
|
-
"
|
|
565
|
+
"status": "sent",
|
|
566
|
+
"timestamp": "@now"
|
|
567
567
|
},
|
|
568
568
|
{
|
|
569
569
|
"emit": {
|
|
@@ -591,8 +591,8 @@
|
|
|
591
591
|
"AgentConversation",
|
|
592
592
|
{
|
|
593
593
|
"emit": {
|
|
594
|
-
"
|
|
595
|
-
"
|
|
594
|
+
"success": "AgentConversationLoaded",
|
|
595
|
+
"failure": "AgentConversationLoadFailed"
|
|
596
596
|
}
|
|
597
597
|
}
|
|
598
598
|
],
|
|
@@ -615,8 +615,8 @@
|
|
|
615
615
|
"AgentConversation",
|
|
616
616
|
{
|
|
617
617
|
"emit": {
|
|
618
|
-
"
|
|
619
|
-
"
|
|
618
|
+
"failure": "AgentConversationLoadFailed",
|
|
619
|
+
"success": "AgentConversationLoaded"
|
|
620
620
|
}
|
|
621
621
|
}
|
|
622
622
|
],
|
|
@@ -639,10 +639,10 @@
|
|
|
639
639
|
"main",
|
|
640
640
|
{
|
|
641
641
|
"className": "py-12",
|
|
642
|
+
"type": "stack",
|
|
642
643
|
"gap": "md",
|
|
643
|
-
"direction": "vertical",
|
|
644
644
|
"align": "center",
|
|
645
|
-
"
|
|
645
|
+
"direction": "vertical",
|
|
646
646
|
"children": [
|
|
647
647
|
{
|
|
648
648
|
"type": "icon",
|
|
@@ -651,14 +651,14 @@
|
|
|
651
651
|
},
|
|
652
652
|
{
|
|
653
653
|
"type": "typography",
|
|
654
|
-
"
|
|
655
|
-
"
|
|
654
|
+
"content": "Failed to send",
|
|
655
|
+
"variant": "h3"
|
|
656
656
|
},
|
|
657
657
|
{
|
|
658
|
-
"content": "@payload.error",
|
|
659
|
-
"type": "typography",
|
|
660
658
|
"variant": "body",
|
|
661
|
-
"
|
|
659
|
+
"content": "@payload.error",
|
|
660
|
+
"color": "muted",
|
|
661
|
+
"type": "typography"
|
|
662
662
|
},
|
|
663
663
|
{
|
|
664
664
|
"action": "INIT",
|
|
@@ -682,8 +682,8 @@
|
|
|
682
682
|
"AgentConversation",
|
|
683
683
|
{
|
|
684
684
|
"emit": {
|
|
685
|
-
"
|
|
686
|
-
"
|
|
685
|
+
"success": "AgentConversationLoaded",
|
|
686
|
+
"failure": "AgentConversationLoadFailed"
|
|
687
687
|
}
|
|
688
688
|
}
|
|
689
689
|
],
|
|
@@ -705,36 +705,36 @@
|
|
|
705
705
|
"render-ui",
|
|
706
706
|
"main",
|
|
707
707
|
{
|
|
708
|
-
"direction": "vertical",
|
|
709
|
-
"className": "py-12",
|
|
710
|
-
"align": "center",
|
|
711
|
-
"gap": "md",
|
|
712
|
-
"type": "stack",
|
|
713
708
|
"children": [
|
|
714
709
|
{
|
|
715
|
-
"name": "alert-triangle",
|
|
716
710
|
"color": "destructive",
|
|
717
|
-
"type": "icon"
|
|
711
|
+
"type": "icon",
|
|
712
|
+
"name": "alert-triangle"
|
|
718
713
|
},
|
|
719
714
|
{
|
|
720
|
-
"variant": "h3",
|
|
721
715
|
"type": "typography",
|
|
722
|
-
"content": "Failed to clear"
|
|
716
|
+
"content": "Failed to clear",
|
|
717
|
+
"variant": "h3"
|
|
723
718
|
},
|
|
724
719
|
{
|
|
725
720
|
"type": "typography",
|
|
726
721
|
"variant": "body",
|
|
727
|
-
"
|
|
728
|
-
"
|
|
722
|
+
"color": "muted",
|
|
723
|
+
"content": "@payload.error"
|
|
729
724
|
},
|
|
730
725
|
{
|
|
731
726
|
"label": "Retry",
|
|
732
|
-
"action": "INIT",
|
|
733
727
|
"type": "button",
|
|
734
728
|
"variant": "primary",
|
|
735
|
-
"icon": "rotate-ccw"
|
|
729
|
+
"icon": "rotate-ccw",
|
|
730
|
+
"action": "INIT"
|
|
736
731
|
}
|
|
737
|
-
]
|
|
732
|
+
],
|
|
733
|
+
"className": "py-12",
|
|
734
|
+
"align": "center",
|
|
735
|
+
"direction": "vertical",
|
|
736
|
+
"gap": "md",
|
|
737
|
+
"type": "stack"
|
|
738
738
|
}
|
|
739
739
|
]
|
|
740
740
|
]
|
|
@@ -749,8 +749,8 @@
|
|
|
749
749
|
"AgentConversation",
|
|
750
750
|
{
|
|
751
751
|
"emit": {
|
|
752
|
-
"
|
|
753
|
-
"
|
|
752
|
+
"failure": "AgentConversationLoadFailed",
|
|
753
|
+
"success": "AgentConversationLoaded"
|
|
754
754
|
}
|
|
755
755
|
}
|
|
756
756
|
],
|
|
@@ -898,8 +898,8 @@
|
|
|
898
898
|
"AgentConversation",
|
|
899
899
|
{
|
|
900
900
|
"emit": {
|
|
901
|
-
"
|
|
902
|
-
"
|
|
901
|
+
"failure": "AgentConversationLoadFailed",
|
|
902
|
+
"success": "AgentConversationLoaded"
|
|
903
903
|
}
|
|
904
904
|
}
|
|
905
905
|
],
|
|
@@ -909,8 +909,8 @@
|
|
|
909
909
|
{
|
|
910
910
|
"icon": "message-circle",
|
|
911
911
|
"title": "Conversation",
|
|
912
|
-
"
|
|
913
|
-
"
|
|
912
|
+
"description": "Conversation is ready",
|
|
913
|
+
"type": "empty-state"
|
|
914
914
|
}
|
|
915
915
|
]
|
|
916
916
|
]
|
|
@@ -992,4 +992,4 @@
|
|
|
992
992
|
]
|
|
993
993
|
}
|
|
994
994
|
]
|
|
995
|
-
}
|
|
995
|
+
}
|