@almadar/std 8.2.0 → 8.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/dist/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/dist/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/dist/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/dist/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/dist/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/dist/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/dist/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/dist/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/dist/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/dist/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/package.json +1 -1
|
@@ -301,56 +301,56 @@
|
|
|
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"
|
|
324
326
|
},
|
|
325
327
|
{
|
|
328
|
+
"type": "card",
|
|
326
329
|
"children": [
|
|
327
330
|
{
|
|
328
|
-
"type": "stack",
|
|
329
331
|
"direction": "vertical",
|
|
330
332
|
"gap": "md",
|
|
331
333
|
"children": [
|
|
332
334
|
{
|
|
333
|
-
"variant": "body",
|
|
334
335
|
"type": "typography",
|
|
335
|
-
"content": "Describe the task to plan"
|
|
336
|
+
"content": "Describe the task to plan",
|
|
337
|
+
"variant": "body"
|
|
336
338
|
},
|
|
337
339
|
{
|
|
340
|
+
"type": "form-section",
|
|
341
|
+
"submitEvent": "PLAN",
|
|
342
|
+
"entity": "@entity",
|
|
343
|
+
"mode": "edit",
|
|
338
344
|
"fields": [
|
|
339
345
|
"task"
|
|
340
|
-
]
|
|
341
|
-
"mode": "edit",
|
|
342
|
-
"entity": "@entity",
|
|
343
|
-
"submitEvent": "PLAN",
|
|
344
|
-
"type": "form-section"
|
|
346
|
+
]
|
|
345
347
|
}
|
|
346
|
-
]
|
|
348
|
+
],
|
|
349
|
+
"type": "stack"
|
|
347
350
|
}
|
|
348
|
-
]
|
|
349
|
-
"type": "card"
|
|
351
|
+
]
|
|
350
352
|
}
|
|
351
|
-
]
|
|
352
|
-
"gap": "lg",
|
|
353
|
-
"type": "stack"
|
|
353
|
+
]
|
|
354
354
|
}
|
|
355
355
|
]
|
|
356
356
|
]
|
|
@@ -383,27 +383,27 @@
|
|
|
383
383
|
"render-ui",
|
|
384
384
|
"main",
|
|
385
385
|
{
|
|
386
|
-
"
|
|
386
|
+
"align": "center",
|
|
387
387
|
"gap": "lg",
|
|
388
|
+
"direction": "vertical",
|
|
388
389
|
"type": "stack",
|
|
389
|
-
"align": "center",
|
|
390
390
|
"children": [
|
|
391
391
|
{
|
|
392
392
|
"type": "icon",
|
|
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,16 +439,19 @@
|
|
|
439
439
|
"render-ui",
|
|
440
440
|
"main",
|
|
441
441
|
{
|
|
442
|
+
"gap": "lg",
|
|
443
|
+
"type": "stack",
|
|
442
444
|
"direction": "vertical",
|
|
445
|
+
"align": "center",
|
|
443
446
|
"children": [
|
|
444
447
|
{
|
|
445
|
-
"
|
|
446
|
-
"
|
|
448
|
+
"name": "brain",
|
|
449
|
+
"type": "icon"
|
|
447
450
|
},
|
|
448
451
|
{
|
|
449
|
-
"content": "Recalling relevant experience...",
|
|
450
452
|
"variant": "h3",
|
|
451
|
-
"type": "typography"
|
|
453
|
+
"type": "typography",
|
|
454
|
+
"content": "Recalling relevant experience..."
|
|
452
455
|
},
|
|
453
456
|
{
|
|
454
457
|
"type": "spinner"
|
|
@@ -457,10 +460,7 @@
|
|
|
457
460
|
"label": "@entity.category",
|
|
458
461
|
"type": "badge"
|
|
459
462
|
}
|
|
460
|
-
]
|
|
461
|
-
"align": "center",
|
|
462
|
-
"type": "stack",
|
|
463
|
-
"gap": "lg"
|
|
463
|
+
]
|
|
464
464
|
}
|
|
465
465
|
]
|
|
466
466
|
]
|
|
@@ -487,30 +487,30 @@
|
|
|
487
487
|
"type": "stack",
|
|
488
488
|
"align": "center",
|
|
489
489
|
"direction": "vertical",
|
|
490
|
+
"gap": "lg",
|
|
490
491
|
"children": [
|
|
491
492
|
{
|
|
492
|
-
"
|
|
493
|
-
"
|
|
493
|
+
"name": "alert-triangle",
|
|
494
|
+
"type": "icon"
|
|
494
495
|
},
|
|
495
496
|
{
|
|
496
|
-
"
|
|
497
|
+
"variant": "h2",
|
|
497
498
|
"content": "Planning Failed",
|
|
498
|
-
"
|
|
499
|
+
"type": "typography"
|
|
499
500
|
},
|
|
500
501
|
{
|
|
501
|
-
"
|
|
502
|
+
"type": "alert",
|
|
502
503
|
"message": "@entity.error",
|
|
503
|
-
"
|
|
504
|
+
"variant": "error"
|
|
504
505
|
},
|
|
505
506
|
{
|
|
506
|
-
"variant": "primary",
|
|
507
|
-
"label": "Try Again",
|
|
508
|
-
"action": "RESET",
|
|
509
507
|
"type": "button",
|
|
510
|
-
"
|
|
508
|
+
"label": "Try Again",
|
|
509
|
+
"icon": "rotate-ccw",
|
|
510
|
+
"variant": "primary",
|
|
511
|
+
"action": "RESET"
|
|
511
512
|
}
|
|
512
|
-
]
|
|
513
|
-
"gap": "lg"
|
|
513
|
+
]
|
|
514
514
|
}
|
|
515
515
|
]
|
|
516
516
|
]
|
|
@@ -556,27 +556,25 @@
|
|
|
556
556
|
"render-ui",
|
|
557
557
|
"main",
|
|
558
558
|
{
|
|
559
|
-
"direction": "vertical",
|
|
560
559
|
"gap": "lg",
|
|
561
|
-
"type": "stack",
|
|
562
|
-
"align": "center",
|
|
563
560
|
"children": [
|
|
564
561
|
{
|
|
565
562
|
"name": "cpu",
|
|
566
563
|
"type": "icon"
|
|
567
564
|
},
|
|
568
565
|
{
|
|
569
|
-
"
|
|
566
|
+
"variant": "h3",
|
|
570
567
|
"type": "typography",
|
|
571
|
-
"
|
|
568
|
+
"content": "Generating plan..."
|
|
572
569
|
},
|
|
573
570
|
{
|
|
574
571
|
"type": "spinner"
|
|
575
572
|
},
|
|
576
573
|
{
|
|
577
574
|
"justify": "center",
|
|
578
|
-
"
|
|
575
|
+
"type": "stack",
|
|
579
576
|
"gap": "md",
|
|
577
|
+
"direction": "horizontal",
|
|
580
578
|
"children": [
|
|
581
579
|
{
|
|
582
580
|
"type": "badge",
|
|
@@ -586,10 +584,12 @@
|
|
|
586
584
|
"label": "@entity.memoryCount",
|
|
587
585
|
"type": "badge"
|
|
588
586
|
}
|
|
589
|
-
]
|
|
590
|
-
"type": "stack"
|
|
587
|
+
]
|
|
591
588
|
}
|
|
592
|
-
]
|
|
589
|
+
],
|
|
590
|
+
"align": "center",
|
|
591
|
+
"type": "stack",
|
|
592
|
+
"direction": "vertical"
|
|
593
593
|
}
|
|
594
594
|
]
|
|
595
595
|
]
|
|
@@ -613,10 +613,7 @@
|
|
|
613
613
|
"render-ui",
|
|
614
614
|
"main",
|
|
615
615
|
{
|
|
616
|
-
"type": "stack",
|
|
617
616
|
"align": "center",
|
|
618
|
-
"direction": "vertical",
|
|
619
|
-
"gap": "lg",
|
|
620
617
|
"children": [
|
|
621
618
|
{
|
|
622
619
|
"type": "icon",
|
|
@@ -624,22 +621,25 @@
|
|
|
624
621
|
},
|
|
625
622
|
{
|
|
626
623
|
"variant": "h2",
|
|
627
|
-
"
|
|
628
|
-
"
|
|
624
|
+
"content": "Planning Failed",
|
|
625
|
+
"type": "typography"
|
|
629
626
|
},
|
|
630
627
|
{
|
|
628
|
+
"variant": "error",
|
|
631
629
|
"message": "@entity.error",
|
|
632
|
-
"type": "alert"
|
|
633
|
-
"variant": "error"
|
|
630
|
+
"type": "alert"
|
|
634
631
|
},
|
|
635
632
|
{
|
|
633
|
+
"action": "RESET",
|
|
636
634
|
"variant": "primary",
|
|
637
635
|
"label": "Try Again",
|
|
638
|
-
"icon": "rotate-ccw",
|
|
639
636
|
"type": "button",
|
|
640
|
-
"
|
|
637
|
+
"icon": "rotate-ccw"
|
|
641
638
|
}
|
|
642
|
-
]
|
|
639
|
+
],
|
|
640
|
+
"type": "stack",
|
|
641
|
+
"gap": "lg",
|
|
642
|
+
"direction": "vertical"
|
|
643
643
|
}
|
|
644
644
|
]
|
|
645
645
|
]
|
|
@@ -683,68 +683,65 @@
|
|
|
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
688
|
"justify": "between",
|
|
689
|
+
"type": "stack",
|
|
690
|
+
"direction": "horizontal",
|
|
694
691
|
"children": [
|
|
695
692
|
{
|
|
696
|
-
"type": "stack",
|
|
697
693
|
"children": [
|
|
698
694
|
{
|
|
699
695
|
"type": "icon",
|
|
700
696
|
"name": "check-circle"
|
|
701
697
|
},
|
|
702
698
|
{
|
|
703
|
-
"variant": "h2",
|
|
704
699
|
"type": "typography",
|
|
705
|
-
"content": "Plan Ready"
|
|
700
|
+
"content": "Plan Ready",
|
|
701
|
+
"variant": "h2"
|
|
706
702
|
}
|
|
707
703
|
],
|
|
708
|
-
"
|
|
704
|
+
"type": "stack",
|
|
709
705
|
"direction": "horizontal",
|
|
706
|
+
"gap": "sm",
|
|
710
707
|
"align": "center"
|
|
711
708
|
},
|
|
712
709
|
{
|
|
713
|
-
"icon": "rotate-ccw",
|
|
714
710
|
"action": "RESET",
|
|
715
|
-
"
|
|
711
|
+
"label": "New Plan",
|
|
716
712
|
"variant": "ghost",
|
|
717
|
-
"
|
|
713
|
+
"type": "button",
|
|
714
|
+
"icon": "rotate-ccw"
|
|
718
715
|
}
|
|
719
716
|
],
|
|
720
|
-
"
|
|
717
|
+
"align": "center",
|
|
721
718
|
"gap": "sm"
|
|
722
719
|
},
|
|
723
720
|
{
|
|
724
721
|
"type": "divider"
|
|
725
722
|
},
|
|
726
723
|
{
|
|
727
|
-
"type": "simple-grid",
|
|
728
724
|
"children": [
|
|
729
725
|
{
|
|
730
|
-
"
|
|
731
|
-
"label": "Category",
|
|
726
|
+
"type": "stat-display",
|
|
732
727
|
"value": "@entity.category",
|
|
733
|
-
"
|
|
728
|
+
"label": "Category",
|
|
729
|
+
"icon": "tag"
|
|
734
730
|
},
|
|
735
731
|
{
|
|
732
|
+
"value": "@entity.confidence",
|
|
736
733
|
"type": "stat-display",
|
|
737
734
|
"label": "Confidence",
|
|
738
|
-
"value": "@entity.confidence",
|
|
739
735
|
"icon": "target"
|
|
740
736
|
},
|
|
741
737
|
{
|
|
742
|
-
"type": "stat-display",
|
|
743
|
-
"label": "Memories Used",
|
|
744
738
|
"icon": "brain",
|
|
745
|
-
"value": "@entity.memoryCount"
|
|
739
|
+
"value": "@entity.memoryCount",
|
|
740
|
+
"label": "Memories Used",
|
|
741
|
+
"type": "stat-display"
|
|
746
742
|
}
|
|
747
743
|
],
|
|
744
|
+
"type": "simple-grid",
|
|
748
745
|
"cols": 3.0
|
|
749
746
|
},
|
|
750
747
|
{
|
|
@@ -753,61 +750,64 @@
|
|
|
753
750
|
{
|
|
754
751
|
"children": [
|
|
755
752
|
{
|
|
756
|
-
"gap": "md",
|
|
757
753
|
"type": "stack",
|
|
758
754
|
"direction": "vertical",
|
|
759
755
|
"children": [
|
|
760
756
|
{
|
|
761
757
|
"type": "typography",
|
|
762
|
-
"
|
|
763
|
-
"
|
|
758
|
+
"variant": "caption",
|
|
759
|
+
"content": "Task"
|
|
764
760
|
},
|
|
765
761
|
{
|
|
766
|
-
"
|
|
762
|
+
"variant": "body",
|
|
767
763
|
"type": "typography",
|
|
768
|
-
"
|
|
764
|
+
"content": "@entity.task"
|
|
769
765
|
},
|
|
770
766
|
{
|
|
771
767
|
"type": "divider"
|
|
772
768
|
},
|
|
773
769
|
{
|
|
774
|
-
"variant": "caption",
|
|
775
770
|
"content": "Execution Plan",
|
|
776
|
-
"type": "typography"
|
|
771
|
+
"type": "typography",
|
|
772
|
+
"variant": "caption"
|
|
777
773
|
},
|
|
778
774
|
{
|
|
775
|
+
"type": "typography",
|
|
779
776
|
"content": "@entity.steps",
|
|
780
|
-
"variant": "body"
|
|
781
|
-
"type": "typography"
|
|
777
|
+
"variant": "body"
|
|
782
778
|
}
|
|
783
|
-
]
|
|
779
|
+
],
|
|
780
|
+
"gap": "md"
|
|
784
781
|
}
|
|
785
782
|
],
|
|
786
783
|
"type": "card"
|
|
787
784
|
},
|
|
788
785
|
{
|
|
789
|
-
"type": "card",
|
|
790
786
|
"children": [
|
|
791
787
|
{
|
|
792
|
-
"
|
|
793
|
-
"gap": "sm",
|
|
788
|
+
"type": "stack",
|
|
794
789
|
"children": [
|
|
795
790
|
{
|
|
796
|
-
"variant": "caption",
|
|
797
791
|
"type": "typography",
|
|
792
|
+
"variant": "caption",
|
|
798
793
|
"content": "Relevant Memories"
|
|
799
794
|
},
|
|
800
795
|
{
|
|
801
796
|
"type": "typography",
|
|
802
|
-
"
|
|
803
|
-
"
|
|
797
|
+
"variant": "body",
|
|
798
|
+
"content": "@entity.relevantMemories"
|
|
804
799
|
}
|
|
805
800
|
],
|
|
806
|
-
"
|
|
801
|
+
"gap": "sm",
|
|
802
|
+
"direction": "vertical"
|
|
807
803
|
}
|
|
808
|
-
]
|
|
804
|
+
],
|
|
805
|
+
"type": "card"
|
|
809
806
|
}
|
|
810
|
-
]
|
|
807
|
+
],
|
|
808
|
+
"gap": "lg",
|
|
809
|
+
"direction": "vertical",
|
|
810
|
+
"type": "stack"
|
|
811
811
|
}
|
|
812
812
|
]
|
|
813
813
|
]
|
|
@@ -831,29 +831,29 @@
|
|
|
831
831
|
"render-ui",
|
|
832
832
|
"main",
|
|
833
833
|
{
|
|
834
|
-
"
|
|
834
|
+
"align": "center",
|
|
835
835
|
"direction": "vertical",
|
|
836
836
|
"type": "stack",
|
|
837
|
-
"
|
|
837
|
+
"gap": "lg",
|
|
838
838
|
"children": [
|
|
839
839
|
{
|
|
840
840
|
"type": "icon",
|
|
841
841
|
"name": "alert-triangle"
|
|
842
842
|
},
|
|
843
843
|
{
|
|
844
|
-
"content": "Planning Failed",
|
|
845
844
|
"variant": "h2",
|
|
846
|
-
"type": "typography"
|
|
845
|
+
"type": "typography",
|
|
846
|
+
"content": "Planning Failed"
|
|
847
847
|
},
|
|
848
848
|
{
|
|
849
|
+
"variant": "error",
|
|
849
850
|
"message": "@entity.error",
|
|
850
|
-
"type": "alert"
|
|
851
|
-
"variant": "error"
|
|
851
|
+
"type": "alert"
|
|
852
852
|
},
|
|
853
853
|
{
|
|
854
|
-
"action": "RESET",
|
|
855
|
-
"label": "Try Again",
|
|
856
854
|
"type": "button",
|
|
855
|
+
"label": "Try Again",
|
|
856
|
+
"action": "RESET",
|
|
857
857
|
"variant": "primary",
|
|
858
858
|
"icon": "rotate-ccw"
|
|
859
859
|
}
|
|
@@ -911,26 +911,23 @@
|
|
|
911
911
|
"render-ui",
|
|
912
912
|
"main",
|
|
913
913
|
{
|
|
914
|
-
"direction": "vertical",
|
|
915
|
-
"type": "stack",
|
|
916
|
-
"gap": "lg",
|
|
917
914
|
"children": [
|
|
918
915
|
{
|
|
919
|
-
"type": "stack",
|
|
920
|
-
"gap": "sm",
|
|
921
|
-
"direction": "horizontal",
|
|
922
|
-
"align": "center",
|
|
923
916
|
"children": [
|
|
924
917
|
{
|
|
925
|
-
"
|
|
926
|
-
"
|
|
918
|
+
"type": "icon",
|
|
919
|
+
"name": "map"
|
|
927
920
|
},
|
|
928
921
|
{
|
|
929
922
|
"type": "typography",
|
|
930
|
-
"
|
|
931
|
-
"
|
|
923
|
+
"content": "Task Planner",
|
|
924
|
+
"variant": "h2"
|
|
932
925
|
}
|
|
933
|
-
]
|
|
926
|
+
],
|
|
927
|
+
"gap": "sm",
|
|
928
|
+
"align": "center",
|
|
929
|
+
"direction": "horizontal",
|
|
930
|
+
"type": "stack"
|
|
934
931
|
},
|
|
935
932
|
{
|
|
936
933
|
"type": "divider"
|
|
@@ -940,8 +937,6 @@
|
|
|
940
937
|
"children": [
|
|
941
938
|
{
|
|
942
939
|
"gap": "md",
|
|
943
|
-
"direction": "vertical",
|
|
944
|
-
"type": "stack",
|
|
945
940
|
"children": [
|
|
946
941
|
{
|
|
947
942
|
"content": "Describe the task to plan",
|
|
@@ -949,19 +944,24 @@
|
|
|
949
944
|
"type": "typography"
|
|
950
945
|
},
|
|
951
946
|
{
|
|
947
|
+
"type": "form-section",
|
|
948
|
+
"submitEvent": "PLAN",
|
|
952
949
|
"fields": [
|
|
953
950
|
"task"
|
|
954
951
|
],
|
|
955
952
|
"entity": "@entity",
|
|
956
|
-
"
|
|
957
|
-
"mode": "edit",
|
|
958
|
-
"type": "form-section"
|
|
953
|
+
"mode": "edit"
|
|
959
954
|
}
|
|
960
|
-
]
|
|
955
|
+
],
|
|
956
|
+
"type": "stack",
|
|
957
|
+
"direction": "vertical"
|
|
961
958
|
}
|
|
962
959
|
]
|
|
963
960
|
}
|
|
964
|
-
]
|
|
961
|
+
],
|
|
962
|
+
"direction": "vertical",
|
|
963
|
+
"gap": "lg",
|
|
964
|
+
"type": "stack"
|
|
965
965
|
}
|
|
966
966
|
]
|
|
967
967
|
]
|
|
@@ -975,16 +975,16 @@
|
|
|
975
975
|
"name": "PlannerTaskInput",
|
|
976
976
|
"linkedEntity": "AgentPlanner",
|
|
977
977
|
"config": {
|
|
978
|
-
"
|
|
978
|
+
"icon": "plus-circle",
|
|
979
979
|
"fields": [
|
|
980
980
|
"task"
|
|
981
981
|
],
|
|
982
|
-
"
|
|
982
|
+
"title": "New Task",
|
|
983
983
|
"mode": "create"
|
|
984
984
|
},
|
|
985
985
|
"events": {
|
|
986
|
-
"
|
|
987
|
-
"
|
|
986
|
+
"OPEN": "NEW_TASK",
|
|
987
|
+
"SAVE": "PLAN"
|
|
988
988
|
}
|
|
989
989
|
},
|
|
990
990
|
{
|
|
@@ -1031,4 +1031,4 @@
|
|
|
1031
1031
|
]
|
|
1032
1032
|
}
|
|
1033
1033
|
]
|
|
1034
|
-
}
|
|
1034
|
+
}
|