@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
|
@@ -313,22 +313,22 @@
|
|
|
313
313
|
"render-ui",
|
|
314
314
|
"main",
|
|
315
315
|
{
|
|
316
|
-
"
|
|
317
|
-
"type": "stack",
|
|
316
|
+
"direction": "vertical",
|
|
318
317
|
"gap": "md",
|
|
318
|
+
"type": "stack",
|
|
319
|
+
"align": "center",
|
|
319
320
|
"className": "py-12",
|
|
320
321
|
"children": [
|
|
321
322
|
{
|
|
322
323
|
"type": "spinner"
|
|
323
324
|
},
|
|
324
325
|
{
|
|
325
|
-
"color": "muted",
|
|
326
326
|
"type": "typography",
|
|
327
|
-
"
|
|
328
|
-
"content": "Loading memories…"
|
|
327
|
+
"color": "muted",
|
|
328
|
+
"content": "Loading memories…",
|
|
329
|
+
"variant": "caption"
|
|
329
330
|
}
|
|
330
|
-
]
|
|
331
|
-
"direction": "vertical"
|
|
331
|
+
]
|
|
332
332
|
}
|
|
333
333
|
]
|
|
334
334
|
]
|
|
@@ -342,16 +342,14 @@
|
|
|
342
342
|
"render-ui",
|
|
343
343
|
"main",
|
|
344
344
|
{
|
|
345
|
-
"gap": "lg",
|
|
346
345
|
"type": "stack",
|
|
347
346
|
"direction": "vertical",
|
|
348
|
-
"
|
|
347
|
+
"gap": "lg",
|
|
349
348
|
"children": [
|
|
350
349
|
{
|
|
351
350
|
"children": [
|
|
352
351
|
{
|
|
353
|
-
"
|
|
354
|
-
"align": "center",
|
|
352
|
+
"direction": "horizontal",
|
|
355
353
|
"gap": "sm",
|
|
356
354
|
"children": [
|
|
357
355
|
{
|
|
@@ -364,86 +362,88 @@
|
|
|
364
362
|
"variant": "h2"
|
|
365
363
|
}
|
|
366
364
|
],
|
|
367
|
-
"
|
|
365
|
+
"type": "stack",
|
|
366
|
+
"align": "center"
|
|
368
367
|
},
|
|
369
368
|
{
|
|
370
369
|
"direction": "horizontal",
|
|
371
370
|
"children": [
|
|
372
371
|
{
|
|
373
|
-
"
|
|
374
|
-
"type": "button",
|
|
372
|
+
"action": "MEMORIZE",
|
|
375
373
|
"icon": "plus",
|
|
374
|
+
"variant": "primary",
|
|
376
375
|
"label": "Memorize",
|
|
377
|
-
"
|
|
376
|
+
"type": "button"
|
|
378
377
|
},
|
|
379
378
|
{
|
|
380
|
-
"icon": "search",
|
|
381
|
-
"action": "RECALL",
|
|
382
379
|
"variant": "secondary",
|
|
380
|
+
"type": "button",
|
|
383
381
|
"label": "Recall",
|
|
384
|
-
"
|
|
382
|
+
"icon": "search",
|
|
383
|
+
"action": "RECALL"
|
|
385
384
|
},
|
|
386
385
|
{
|
|
387
|
-
"type": "button",
|
|
388
|
-
"icon": "clock",
|
|
389
386
|
"variant": "ghost",
|
|
390
387
|
"action": "DECAY",
|
|
391
|
-
"label": "Decay All"
|
|
388
|
+
"label": "Decay All",
|
|
389
|
+
"type": "button",
|
|
390
|
+
"icon": "clock"
|
|
392
391
|
}
|
|
393
392
|
],
|
|
394
393
|
"type": "stack",
|
|
395
394
|
"gap": "sm"
|
|
396
395
|
}
|
|
397
396
|
],
|
|
398
|
-
"
|
|
397
|
+
"justify": "between",
|
|
399
398
|
"direction": "horizontal",
|
|
400
|
-
"align": "center",
|
|
401
399
|
"gap": "md",
|
|
402
|
-
"
|
|
400
|
+
"align": "center",
|
|
401
|
+
"type": "stack"
|
|
403
402
|
},
|
|
404
403
|
{
|
|
405
404
|
"type": "divider"
|
|
406
405
|
},
|
|
407
406
|
{
|
|
408
|
-
"
|
|
409
|
-
"fields": [
|
|
407
|
+
"itemActions": [
|
|
410
408
|
{
|
|
411
|
-
"
|
|
412
|
-
"
|
|
413
|
-
"
|
|
414
|
-
"icon": "brain"
|
|
409
|
+
"label": "Pin",
|
|
410
|
+
"event": "PIN",
|
|
411
|
+
"variant": "ghost"
|
|
415
412
|
},
|
|
416
413
|
{
|
|
417
|
-
"
|
|
418
|
-
"
|
|
419
|
-
"
|
|
414
|
+
"label": "Reinforce",
|
|
415
|
+
"event": "REINFORCE",
|
|
416
|
+
"variant": "ghost"
|
|
420
417
|
},
|
|
421
418
|
{
|
|
422
|
-
"
|
|
423
|
-
"
|
|
424
|
-
"
|
|
419
|
+
"label": "Forget",
|
|
420
|
+
"event": "FORGET",
|
|
421
|
+
"variant": "danger"
|
|
425
422
|
}
|
|
426
423
|
],
|
|
427
|
-
"
|
|
424
|
+
"entity": "@payload.data",
|
|
425
|
+
"type": "data-grid",
|
|
426
|
+
"fields": [
|
|
428
427
|
{
|
|
429
|
-
"
|
|
430
|
-
"
|
|
431
|
-
"
|
|
428
|
+
"label": "Content",
|
|
429
|
+
"icon": "brain",
|
|
430
|
+
"name": "content",
|
|
431
|
+
"variant": "h4"
|
|
432
432
|
},
|
|
433
433
|
{
|
|
434
|
-
"
|
|
435
|
-
"variant": "
|
|
436
|
-
"
|
|
434
|
+
"label": "Category",
|
|
435
|
+
"variant": "badge",
|
|
436
|
+
"name": "category"
|
|
437
437
|
},
|
|
438
438
|
{
|
|
439
|
-
"
|
|
440
|
-
"
|
|
441
|
-
"
|
|
439
|
+
"label": "Strength",
|
|
440
|
+
"name": "strength",
|
|
441
|
+
"variant": "caption"
|
|
442
442
|
}
|
|
443
|
-
]
|
|
444
|
-
"type": "data-grid"
|
|
443
|
+
]
|
|
445
444
|
}
|
|
446
|
-
]
|
|
445
|
+
],
|
|
446
|
+
"className": "max-w-5xl mx-auto w-full"
|
|
447
447
|
}
|
|
448
448
|
]
|
|
449
449
|
]
|
|
@@ -457,9 +457,11 @@
|
|
|
457
457
|
"render-ui",
|
|
458
458
|
"main",
|
|
459
459
|
{
|
|
460
|
+
"gap": "md",
|
|
460
461
|
"type": "stack",
|
|
461
|
-
"
|
|
462
|
+
"direction": "vertical",
|
|
462
463
|
"align": "center",
|
|
464
|
+
"className": "py-12",
|
|
463
465
|
"children": [
|
|
464
466
|
{
|
|
465
467
|
"type": "icon",
|
|
@@ -472,21 +474,19 @@
|
|
|
472
474
|
"type": "typography"
|
|
473
475
|
},
|
|
474
476
|
{
|
|
475
|
-
"color": "muted",
|
|
476
|
-
"variant": "body",
|
|
477
477
|
"content": "@payload.error",
|
|
478
|
-
"
|
|
478
|
+
"color": "muted",
|
|
479
|
+
"type": "typography",
|
|
480
|
+
"variant": "body"
|
|
479
481
|
},
|
|
480
482
|
{
|
|
481
|
-
"type": "button",
|
|
482
483
|
"variant": "primary",
|
|
483
|
-
"label": "Retry",
|
|
484
484
|
"action": "INIT",
|
|
485
|
+
"type": "button",
|
|
486
|
+
"label": "Retry",
|
|
485
487
|
"icon": "rotate-ccw"
|
|
486
488
|
}
|
|
487
|
-
]
|
|
488
|
-
"gap": "md",
|
|
489
|
-
"direction": "vertical"
|
|
489
|
+
]
|
|
490
490
|
}
|
|
491
491
|
]
|
|
492
492
|
]
|
|
@@ -709,8 +709,8 @@
|
|
|
709
709
|
"AgentMemory",
|
|
710
710
|
{
|
|
711
711
|
"emit": {
|
|
712
|
-
"
|
|
713
|
-
"
|
|
712
|
+
"success": "AgentMemoryLoaded",
|
|
713
|
+
"failure": "AgentMemoryLoadFailed"
|
|
714
714
|
}
|
|
715
715
|
}
|
|
716
716
|
]
|
|
@@ -725,39 +725,39 @@
|
|
|
725
725
|
"render-ui",
|
|
726
726
|
"modal",
|
|
727
727
|
{
|
|
728
|
+
"direction": "vertical",
|
|
728
729
|
"children": [
|
|
729
730
|
{
|
|
731
|
+
"type": "stack",
|
|
732
|
+
"direction": "horizontal",
|
|
730
733
|
"children": [
|
|
731
734
|
{
|
|
732
|
-
"
|
|
733
|
-
"
|
|
735
|
+
"name": "plus-circle",
|
|
736
|
+
"type": "icon"
|
|
734
737
|
},
|
|
735
738
|
{
|
|
736
|
-
"type": "typography",
|
|
737
739
|
"content": "Memorize",
|
|
738
|
-
"variant": "h3"
|
|
740
|
+
"variant": "h3",
|
|
741
|
+
"type": "typography"
|
|
739
742
|
}
|
|
740
743
|
],
|
|
741
|
-
"
|
|
742
|
-
"gap": "sm",
|
|
743
|
-
"direction": "horizontal"
|
|
744
|
+
"gap": "sm"
|
|
744
745
|
},
|
|
745
746
|
{
|
|
746
747
|
"type": "divider"
|
|
747
748
|
},
|
|
748
749
|
{
|
|
749
|
-
"mode": "create",
|
|
750
750
|
"type": "form-section",
|
|
751
|
+
"mode": "create",
|
|
751
752
|
"cancelEvent": "CLOSE",
|
|
752
|
-
"submitEvent": "SAVE",
|
|
753
753
|
"fields": [
|
|
754
754
|
"content",
|
|
755
755
|
"category",
|
|
756
756
|
"scope"
|
|
757
|
-
]
|
|
757
|
+
],
|
|
758
|
+
"submitEvent": "SAVE"
|
|
758
759
|
}
|
|
759
760
|
],
|
|
760
|
-
"direction": "vertical",
|
|
761
761
|
"type": "stack",
|
|
762
762
|
"gap": "md"
|
|
763
763
|
}
|
|
@@ -800,8 +800,8 @@
|
|
|
800
800
|
"@payload.data",
|
|
801
801
|
{
|
|
802
802
|
"emit": {
|
|
803
|
-
"
|
|
804
|
-
"
|
|
803
|
+
"success": "AgentMemorySaved",
|
|
804
|
+
"failure": "AgentMemorySaveFailed"
|
|
805
805
|
}
|
|
806
806
|
}
|
|
807
807
|
],
|
|
@@ -1111,10 +1111,10 @@
|
|
|
1111
1111
|
"render-ui",
|
|
1112
1112
|
"main",
|
|
1113
1113
|
{
|
|
1114
|
-
"title": "Memory",
|
|
1115
|
-
"icon": "brain",
|
|
1116
1114
|
"type": "empty-state",
|
|
1117
|
-
"
|
|
1115
|
+
"icon": "brain",
|
|
1116
|
+
"description": "Memory is ready",
|
|
1117
|
+
"title": "Memory"
|
|
1118
1118
|
}
|
|
1119
1119
|
]
|
|
1120
1120
|
]
|
|
@@ -1136,8 +1136,8 @@
|
|
|
1136
1136
|
"@payload.data",
|
|
1137
1137
|
{
|
|
1138
1138
|
"emit": {
|
|
1139
|
-
"
|
|
1140
|
-
"
|
|
1139
|
+
"success": "AgentMemorySaved",
|
|
1140
|
+
"failure": "AgentMemorySaveFailed"
|
|
1141
1141
|
}
|
|
1142
1142
|
}
|
|
1143
1143
|
],
|
|
@@ -1177,8 +1177,8 @@
|
|
|
1177
1177
|
"AgentMemory",
|
|
1178
1178
|
{
|
|
1179
1179
|
"emit": {
|
|
1180
|
-
"
|
|
1181
|
-
"
|
|
1180
|
+
"failure": "AgentMemoryLoadFailed",
|
|
1181
|
+
"success": "AgentMemoryLoaded"
|
|
1182
1182
|
}
|
|
1183
1183
|
}
|
|
1184
1184
|
]
|
|
@@ -1297,4 +1297,4 @@
|
|
|
1297
1297
|
]
|
|
1298
1298
|
}
|
|
1299
1299
|
]
|
|
1300
|
-
}
|
|
1300
|
+
}
|