@almadar/std 8.2.0 → 8.3.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 +83 -83
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/behaviors/registry/core/atoms/std-modal.orb +14 -32
- package/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- 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 +251 -260
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +83 -83
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/dist/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/dist/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/dist/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-modal.orb +14 -32
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/dist/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/dist/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/dist/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/dist/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/dist/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- 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 +251 -260
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/package.json +1 -1
|
@@ -301,23 +301,25 @@
|
|
|
301
301
|
"main",
|
|
302
302
|
{
|
|
303
303
|
"direction": "vertical",
|
|
304
|
+
"gap": "lg",
|
|
305
|
+
"type": "stack",
|
|
304
306
|
"children": [
|
|
305
307
|
{
|
|
306
|
-
"direction": "horizontal",
|
|
307
|
-
"type": "stack",
|
|
308
308
|
"align": "center",
|
|
309
|
+
"type": "stack",
|
|
310
|
+
"direction": "horizontal",
|
|
311
|
+
"gap": "sm",
|
|
309
312
|
"children": [
|
|
310
313
|
{
|
|
311
|
-
"
|
|
312
|
-
"
|
|
314
|
+
"name": "map",
|
|
315
|
+
"type": "icon"
|
|
313
316
|
},
|
|
314
317
|
{
|
|
315
|
-
"variant": "h2",
|
|
316
318
|
"content": "Task Planner",
|
|
317
|
-
"type": "typography"
|
|
319
|
+
"type": "typography",
|
|
320
|
+
"variant": "h2"
|
|
318
321
|
}
|
|
319
|
-
]
|
|
320
|
-
"gap": "sm"
|
|
322
|
+
]
|
|
321
323
|
},
|
|
322
324
|
{
|
|
323
325
|
"type": "divider"
|
|
@@ -325,32 +327,30 @@
|
|
|
325
327
|
{
|
|
326
328
|
"children": [
|
|
327
329
|
{
|
|
328
|
-
"type": "stack",
|
|
329
|
-
"direction": "vertical",
|
|
330
|
-
"gap": "md",
|
|
331
330
|
"children": [
|
|
332
331
|
{
|
|
333
|
-
"
|
|
332
|
+
"content": "Describe the task to plan",
|
|
334
333
|
"type": "typography",
|
|
335
|
-
"
|
|
334
|
+
"variant": "body"
|
|
336
335
|
},
|
|
337
336
|
{
|
|
338
|
-
"fields": [
|
|
339
|
-
"task"
|
|
340
|
-
],
|
|
341
|
-
"mode": "edit",
|
|
342
337
|
"entity": "@entity",
|
|
338
|
+
"type": "form-section",
|
|
339
|
+
"mode": "edit",
|
|
343
340
|
"submitEvent": "PLAN",
|
|
344
|
-
"
|
|
341
|
+
"fields": [
|
|
342
|
+
"task"
|
|
343
|
+
]
|
|
345
344
|
}
|
|
346
|
-
]
|
|
345
|
+
],
|
|
346
|
+
"gap": "md",
|
|
347
|
+
"direction": "vertical",
|
|
348
|
+
"type": "stack"
|
|
347
349
|
}
|
|
348
350
|
],
|
|
349
351
|
"type": "card"
|
|
350
352
|
}
|
|
351
|
-
]
|
|
352
|
-
"gap": "lg",
|
|
353
|
-
"type": "stack"
|
|
353
|
+
]
|
|
354
354
|
}
|
|
355
355
|
]
|
|
356
356
|
]
|
|
@@ -383,8 +383,8 @@
|
|
|
383
383
|
"render-ui",
|
|
384
384
|
"main",
|
|
385
385
|
{
|
|
386
|
-
"direction": "vertical",
|
|
387
386
|
"gap": "lg",
|
|
387
|
+
"direction": "vertical",
|
|
388
388
|
"type": "stack",
|
|
389
389
|
"align": "center",
|
|
390
390
|
"children": [
|
|
@@ -393,17 +393,17 @@
|
|
|
393
393
|
"name": "tag"
|
|
394
394
|
},
|
|
395
395
|
{
|
|
396
|
-
"content": "Classifying task...",
|
|
397
396
|
"variant": "h3",
|
|
398
|
-
"type": "typography"
|
|
397
|
+
"type": "typography",
|
|
398
|
+
"content": "Classifying task..."
|
|
399
399
|
},
|
|
400
400
|
{
|
|
401
401
|
"type": "spinner"
|
|
402
402
|
},
|
|
403
403
|
{
|
|
404
|
+
"content": "@entity.task",
|
|
404
405
|
"variant": "caption",
|
|
405
|
-
"type": "typography"
|
|
406
|
-
"content": "@entity.task"
|
|
406
|
+
"type": "typography"
|
|
407
407
|
}
|
|
408
408
|
]
|
|
409
409
|
}
|
|
@@ -439,28 +439,28 @@
|
|
|
439
439
|
"render-ui",
|
|
440
440
|
"main",
|
|
441
441
|
{
|
|
442
|
-
"direction": "vertical",
|
|
443
442
|
"children": [
|
|
444
443
|
{
|
|
445
|
-
"
|
|
446
|
-
"
|
|
444
|
+
"name": "brain",
|
|
445
|
+
"type": "icon"
|
|
447
446
|
},
|
|
448
447
|
{
|
|
448
|
+
"type": "typography",
|
|
449
449
|
"content": "Recalling relevant experience...",
|
|
450
|
-
"variant": "h3"
|
|
451
|
-
"type": "typography"
|
|
450
|
+
"variant": "h3"
|
|
452
451
|
},
|
|
453
452
|
{
|
|
454
453
|
"type": "spinner"
|
|
455
454
|
},
|
|
456
455
|
{
|
|
457
|
-
"
|
|
458
|
-
"
|
|
456
|
+
"type": "badge",
|
|
457
|
+
"label": "@entity.category"
|
|
459
458
|
}
|
|
460
459
|
],
|
|
461
|
-
"
|
|
460
|
+
"gap": "lg",
|
|
461
|
+
"direction": "vertical",
|
|
462
462
|
"type": "stack",
|
|
463
|
-
"
|
|
463
|
+
"align": "center"
|
|
464
464
|
}
|
|
465
465
|
]
|
|
466
466
|
]
|
|
@@ -485,8 +485,8 @@
|
|
|
485
485
|
"main",
|
|
486
486
|
{
|
|
487
487
|
"type": "stack",
|
|
488
|
-
"align": "center",
|
|
489
488
|
"direction": "vertical",
|
|
489
|
+
"align": "center",
|
|
490
490
|
"children": [
|
|
491
491
|
{
|
|
492
492
|
"type": "icon",
|
|
@@ -494,20 +494,20 @@
|
|
|
494
494
|
},
|
|
495
495
|
{
|
|
496
496
|
"type": "typography",
|
|
497
|
-
"
|
|
498
|
-
"
|
|
497
|
+
"variant": "h2",
|
|
498
|
+
"content": "Planning Failed"
|
|
499
499
|
},
|
|
500
500
|
{
|
|
501
|
+
"type": "alert",
|
|
501
502
|
"variant": "error",
|
|
502
|
-
"message": "@entity.error"
|
|
503
|
-
"type": "alert"
|
|
503
|
+
"message": "@entity.error"
|
|
504
504
|
},
|
|
505
505
|
{
|
|
506
|
-
"variant": "primary",
|
|
507
506
|
"label": "Try Again",
|
|
507
|
+
"icon": "rotate-ccw",
|
|
508
508
|
"action": "RESET",
|
|
509
509
|
"type": "button",
|
|
510
|
-
"
|
|
510
|
+
"variant": "primary"
|
|
511
511
|
}
|
|
512
512
|
],
|
|
513
513
|
"gap": "lg"
|
|
@@ -556,10 +556,7 @@
|
|
|
556
556
|
"render-ui",
|
|
557
557
|
"main",
|
|
558
558
|
{
|
|
559
|
-
"direction": "vertical",
|
|
560
|
-
"gap": "lg",
|
|
561
559
|
"type": "stack",
|
|
562
|
-
"align": "center",
|
|
563
560
|
"children": [
|
|
564
561
|
{
|
|
565
562
|
"name": "cpu",
|
|
@@ -574,9 +571,7 @@
|
|
|
574
571
|
"type": "spinner"
|
|
575
572
|
},
|
|
576
573
|
{
|
|
577
|
-
"
|
|
578
|
-
"direction": "horizontal",
|
|
579
|
-
"gap": "md",
|
|
574
|
+
"type": "stack",
|
|
580
575
|
"children": [
|
|
581
576
|
{
|
|
582
577
|
"type": "badge",
|
|
@@ -587,9 +582,14 @@
|
|
|
587
582
|
"type": "badge"
|
|
588
583
|
}
|
|
589
584
|
],
|
|
590
|
-
"
|
|
585
|
+
"direction": "horizontal",
|
|
586
|
+
"justify": "center",
|
|
587
|
+
"gap": "md"
|
|
591
588
|
}
|
|
592
|
-
]
|
|
589
|
+
],
|
|
590
|
+
"gap": "lg",
|
|
591
|
+
"align": "center",
|
|
592
|
+
"direction": "vertical"
|
|
593
593
|
}
|
|
594
594
|
]
|
|
595
595
|
]
|
|
@@ -613,33 +613,33 @@
|
|
|
613
613
|
"render-ui",
|
|
614
614
|
"main",
|
|
615
615
|
{
|
|
616
|
-
"type": "stack",
|
|
617
616
|
"align": "center",
|
|
618
|
-
"direction": "vertical",
|
|
619
617
|
"gap": "lg",
|
|
620
618
|
"children": [
|
|
621
619
|
{
|
|
622
|
-
"
|
|
623
|
-
"
|
|
620
|
+
"name": "alert-triangle",
|
|
621
|
+
"type": "icon"
|
|
624
622
|
},
|
|
625
623
|
{
|
|
626
|
-
"variant": "h2",
|
|
627
624
|
"type": "typography",
|
|
628
|
-
"content": "Planning Failed"
|
|
625
|
+
"content": "Planning Failed",
|
|
626
|
+
"variant": "h2"
|
|
629
627
|
},
|
|
630
628
|
{
|
|
629
|
+
"variant": "error",
|
|
631
630
|
"message": "@entity.error",
|
|
632
|
-
"type": "alert"
|
|
633
|
-
"variant": "error"
|
|
631
|
+
"type": "alert"
|
|
634
632
|
},
|
|
635
633
|
{
|
|
636
|
-
"
|
|
634
|
+
"type": "button",
|
|
637
635
|
"label": "Try Again",
|
|
636
|
+
"action": "RESET",
|
|
638
637
|
"icon": "rotate-ccw",
|
|
639
|
-
"
|
|
640
|
-
"action": "RESET"
|
|
638
|
+
"variant": "primary"
|
|
641
639
|
}
|
|
642
|
-
]
|
|
640
|
+
],
|
|
641
|
+
"type": "stack",
|
|
642
|
+
"direction": "vertical"
|
|
643
643
|
}
|
|
644
644
|
]
|
|
645
645
|
]
|
|
@@ -683,74 +683,72 @@
|
|
|
683
683
|
"render-ui",
|
|
684
684
|
"main",
|
|
685
685
|
{
|
|
686
|
-
"direction": "vertical",
|
|
687
|
-
"type": "stack",
|
|
688
|
-
"gap": "lg",
|
|
689
686
|
"children": [
|
|
690
687
|
{
|
|
691
|
-
"direction": "horizontal",
|
|
692
|
-
"align": "center",
|
|
693
|
-
"justify": "between",
|
|
694
688
|
"children": [
|
|
695
689
|
{
|
|
696
|
-
"type": "stack",
|
|
697
690
|
"children": [
|
|
698
691
|
{
|
|
699
692
|
"type": "icon",
|
|
700
693
|
"name": "check-circle"
|
|
701
694
|
},
|
|
702
695
|
{
|
|
703
|
-
"variant": "h2",
|
|
704
696
|
"type": "typography",
|
|
705
|
-
"content": "Plan Ready"
|
|
697
|
+
"content": "Plan Ready",
|
|
698
|
+
"variant": "h2"
|
|
706
699
|
}
|
|
707
700
|
],
|
|
708
|
-
"
|
|
701
|
+
"type": "stack",
|
|
702
|
+
"align": "center",
|
|
709
703
|
"direction": "horizontal",
|
|
710
|
-
"
|
|
704
|
+
"gap": "sm"
|
|
711
705
|
},
|
|
712
706
|
{
|
|
713
|
-
"icon": "rotate-ccw",
|
|
714
707
|
"action": "RESET",
|
|
715
|
-
"type": "button",
|
|
716
708
|
"variant": "ghost",
|
|
709
|
+
"icon": "rotate-ccw",
|
|
710
|
+
"type": "button",
|
|
717
711
|
"label": "New Plan"
|
|
718
712
|
}
|
|
719
713
|
],
|
|
720
|
-
"
|
|
721
|
-
"
|
|
714
|
+
"align": "center",
|
|
715
|
+
"justify": "between",
|
|
716
|
+
"direction": "horizontal",
|
|
717
|
+
"gap": "sm",
|
|
718
|
+
"type": "stack"
|
|
722
719
|
},
|
|
723
720
|
{
|
|
724
721
|
"type": "divider"
|
|
725
722
|
},
|
|
726
723
|
{
|
|
724
|
+
"cols": 3.0,
|
|
727
725
|
"type": "simple-grid",
|
|
728
726
|
"children": [
|
|
729
727
|
{
|
|
730
|
-
"
|
|
731
|
-
"label": "Category",
|
|
728
|
+
"type": "stat-display",
|
|
732
729
|
"value": "@entity.category",
|
|
733
|
-
"
|
|
730
|
+
"label": "Category",
|
|
731
|
+
"icon": "tag"
|
|
734
732
|
},
|
|
735
733
|
{
|
|
736
|
-
"type": "stat-display",
|
|
737
|
-
"label": "Confidence",
|
|
738
734
|
"value": "@entity.confidence",
|
|
739
|
-
"
|
|
735
|
+
"label": "Confidence",
|
|
736
|
+
"icon": "target",
|
|
737
|
+
"type": "stat-display"
|
|
740
738
|
},
|
|
741
739
|
{
|
|
742
|
-
"type": "stat-display",
|
|
743
740
|
"label": "Memories Used",
|
|
741
|
+
"type": "stat-display",
|
|
744
742
|
"icon": "brain",
|
|
745
743
|
"value": "@entity.memoryCount"
|
|
746
744
|
}
|
|
747
|
-
]
|
|
748
|
-
"cols": 3.0
|
|
745
|
+
]
|
|
749
746
|
},
|
|
750
747
|
{
|
|
751
748
|
"type": "divider"
|
|
752
749
|
},
|
|
753
750
|
{
|
|
751
|
+
"type": "card",
|
|
754
752
|
"children": [
|
|
755
753
|
{
|
|
756
754
|
"gap": "md",
|
|
@@ -758,21 +756,21 @@
|
|
|
758
756
|
"direction": "vertical",
|
|
759
757
|
"children": [
|
|
760
758
|
{
|
|
761
|
-
"
|
|
759
|
+
"variant": "caption",
|
|
762
760
|
"content": "Task",
|
|
763
|
-
"
|
|
761
|
+
"type": "typography"
|
|
764
762
|
},
|
|
765
763
|
{
|
|
766
764
|
"content": "@entity.task",
|
|
767
|
-
"
|
|
768
|
-
"
|
|
765
|
+
"variant": "body",
|
|
766
|
+
"type": "typography"
|
|
769
767
|
},
|
|
770
768
|
{
|
|
771
769
|
"type": "divider"
|
|
772
770
|
},
|
|
773
771
|
{
|
|
774
|
-
"variant": "caption",
|
|
775
772
|
"content": "Execution Plan",
|
|
773
|
+
"variant": "caption",
|
|
776
774
|
"type": "typography"
|
|
777
775
|
},
|
|
778
776
|
{
|
|
@@ -782,19 +780,15 @@
|
|
|
782
780
|
}
|
|
783
781
|
]
|
|
784
782
|
}
|
|
785
|
-
]
|
|
786
|
-
"type": "card"
|
|
783
|
+
]
|
|
787
784
|
},
|
|
788
785
|
{
|
|
789
|
-
"type": "card",
|
|
790
786
|
"children": [
|
|
791
787
|
{
|
|
792
|
-
"direction": "vertical",
|
|
793
|
-
"gap": "sm",
|
|
794
788
|
"children": [
|
|
795
789
|
{
|
|
796
|
-
"variant": "caption",
|
|
797
790
|
"type": "typography",
|
|
791
|
+
"variant": "caption",
|
|
798
792
|
"content": "Relevant Memories"
|
|
799
793
|
},
|
|
800
794
|
{
|
|
@@ -803,11 +797,17 @@
|
|
|
803
797
|
"variant": "body"
|
|
804
798
|
}
|
|
805
799
|
],
|
|
806
|
-
"type": "stack"
|
|
800
|
+
"type": "stack",
|
|
801
|
+
"direction": "vertical",
|
|
802
|
+
"gap": "sm"
|
|
807
803
|
}
|
|
808
|
-
]
|
|
804
|
+
],
|
|
805
|
+
"type": "card"
|
|
809
806
|
}
|
|
810
|
-
]
|
|
807
|
+
],
|
|
808
|
+
"direction": "vertical",
|
|
809
|
+
"type": "stack",
|
|
810
|
+
"gap": "lg"
|
|
811
811
|
}
|
|
812
812
|
]
|
|
813
813
|
]
|
|
@@ -831,19 +831,17 @@
|
|
|
831
831
|
"render-ui",
|
|
832
832
|
"main",
|
|
833
833
|
{
|
|
834
|
-
"gap": "lg",
|
|
835
|
-
"direction": "vertical",
|
|
836
|
-
"type": "stack",
|
|
837
834
|
"align": "center",
|
|
835
|
+
"type": "stack",
|
|
838
836
|
"children": [
|
|
839
837
|
{
|
|
840
|
-
"
|
|
841
|
-
"
|
|
838
|
+
"name": "alert-triangle",
|
|
839
|
+
"type": "icon"
|
|
842
840
|
},
|
|
843
841
|
{
|
|
844
|
-
"content": "Planning Failed",
|
|
845
842
|
"variant": "h2",
|
|
846
|
-
"type": "typography"
|
|
843
|
+
"type": "typography",
|
|
844
|
+
"content": "Planning Failed"
|
|
847
845
|
},
|
|
848
846
|
{
|
|
849
847
|
"message": "@entity.error",
|
|
@@ -851,13 +849,15 @@
|
|
|
851
849
|
"variant": "error"
|
|
852
850
|
},
|
|
853
851
|
{
|
|
854
|
-
"action": "RESET",
|
|
855
852
|
"label": "Try Again",
|
|
856
|
-
"
|
|
853
|
+
"action": "RESET",
|
|
857
854
|
"variant": "primary",
|
|
855
|
+
"type": "button",
|
|
858
856
|
"icon": "rotate-ccw"
|
|
859
857
|
}
|
|
860
|
-
]
|
|
858
|
+
],
|
|
859
|
+
"direction": "vertical",
|
|
860
|
+
"gap": "lg"
|
|
861
861
|
}
|
|
862
862
|
]
|
|
863
863
|
]
|
|
@@ -911,57 +911,57 @@
|
|
|
911
911
|
"render-ui",
|
|
912
912
|
"main",
|
|
913
913
|
{
|
|
914
|
-
"direction": "vertical",
|
|
915
|
-
"type": "stack",
|
|
916
|
-
"gap": "lg",
|
|
917
914
|
"children": [
|
|
918
915
|
{
|
|
919
916
|
"type": "stack",
|
|
920
|
-
"gap": "sm",
|
|
921
|
-
"direction": "horizontal",
|
|
922
|
-
"align": "center",
|
|
923
917
|
"children": [
|
|
924
918
|
{
|
|
925
|
-
"
|
|
926
|
-
"
|
|
919
|
+
"type": "icon",
|
|
920
|
+
"name": "map"
|
|
927
921
|
},
|
|
928
922
|
{
|
|
929
923
|
"type": "typography",
|
|
930
|
-
"
|
|
931
|
-
"
|
|
924
|
+
"content": "Task Planner",
|
|
925
|
+
"variant": "h2"
|
|
932
926
|
}
|
|
933
|
-
]
|
|
927
|
+
],
|
|
928
|
+
"direction": "horizontal",
|
|
929
|
+
"gap": "sm",
|
|
930
|
+
"align": "center"
|
|
934
931
|
},
|
|
935
932
|
{
|
|
936
933
|
"type": "divider"
|
|
937
934
|
},
|
|
938
935
|
{
|
|
939
|
-
"type": "card",
|
|
940
936
|
"children": [
|
|
941
937
|
{
|
|
942
|
-
"gap": "md",
|
|
943
938
|
"direction": "vertical",
|
|
944
939
|
"type": "stack",
|
|
945
940
|
"children": [
|
|
946
941
|
{
|
|
942
|
+
"type": "typography",
|
|
947
943
|
"content": "Describe the task to plan",
|
|
948
|
-
"variant": "body"
|
|
949
|
-
"type": "typography"
|
|
944
|
+
"variant": "body"
|
|
950
945
|
},
|
|
951
946
|
{
|
|
947
|
+
"entity": "@entity",
|
|
948
|
+
"type": "form-section",
|
|
952
949
|
"fields": [
|
|
953
950
|
"task"
|
|
954
951
|
],
|
|
955
|
-
"entity": "@entity",
|
|
956
|
-
"submitEvent": "PLAN",
|
|
957
952
|
"mode": "edit",
|
|
958
|
-
"
|
|
953
|
+
"submitEvent": "PLAN"
|
|
959
954
|
}
|
|
960
|
-
]
|
|
955
|
+
],
|
|
956
|
+
"gap": "md"
|
|
961
957
|
}
|
|
962
|
-
]
|
|
958
|
+
],
|
|
959
|
+
"type": "card"
|
|
963
960
|
}
|
|
964
|
-
]
|
|
961
|
+
],
|
|
962
|
+
"type": "stack",
|
|
963
|
+
"gap": "lg",
|
|
964
|
+
"direction": "vertical"
|
|
965
965
|
}
|
|
966
966
|
]
|
|
967
967
|
]
|
|
@@ -975,12 +975,12 @@
|
|
|
975
975
|
"name": "PlannerTaskInput",
|
|
976
976
|
"linkedEntity": "AgentPlanner",
|
|
977
977
|
"config": {
|
|
978
|
-
"title": "New Task",
|
|
979
978
|
"fields": [
|
|
980
979
|
"task"
|
|
981
980
|
],
|
|
982
|
-
"
|
|
983
|
-
"mode": "create"
|
|
981
|
+
"title": "New Task",
|
|
982
|
+
"mode": "create",
|
|
983
|
+
"icon": "plus-circle"
|
|
984
984
|
},
|
|
985
985
|
"events": {
|
|
986
986
|
"SAVE": "PLAN",
|
|
@@ -1031,4 +1031,4 @@
|
|
|
1031
1031
|
]
|
|
1032
1032
|
}
|
|
1033
1033
|
]
|
|
1034
|
-
}
|
|
1034
|
+
}
|