@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
|
@@ -304,8 +304,8 @@
|
|
|
304
304
|
"AgentMemory",
|
|
305
305
|
{
|
|
306
306
|
"emit": {
|
|
307
|
-
"
|
|
308
|
-
"
|
|
307
|
+
"failure": "AgentMemoryLoadFailed",
|
|
308
|
+
"success": "AgentMemoryLoaded"
|
|
309
309
|
}
|
|
310
310
|
}
|
|
311
311
|
],
|
|
@@ -313,21 +313,21 @@
|
|
|
313
313
|
"render-ui",
|
|
314
314
|
"main",
|
|
315
315
|
{
|
|
316
|
-
"align": "center",
|
|
317
316
|
"type": "stack",
|
|
318
|
-
"gap": "md",
|
|
319
|
-
"className": "py-12",
|
|
320
317
|
"children": [
|
|
321
318
|
{
|
|
322
319
|
"type": "spinner"
|
|
323
320
|
},
|
|
324
321
|
{
|
|
325
322
|
"color": "muted",
|
|
323
|
+
"content": "Loading memories…",
|
|
326
324
|
"type": "typography",
|
|
327
|
-
"variant": "caption"
|
|
328
|
-
"content": "Loading memories…"
|
|
325
|
+
"variant": "caption"
|
|
329
326
|
}
|
|
330
327
|
],
|
|
328
|
+
"className": "py-12",
|
|
329
|
+
"align": "center",
|
|
330
|
+
"gap": "md",
|
|
331
331
|
"direction": "vertical"
|
|
332
332
|
}
|
|
333
333
|
]
|
|
@@ -342,108 +342,108 @@
|
|
|
342
342
|
"render-ui",
|
|
343
343
|
"main",
|
|
344
344
|
{
|
|
345
|
+
"direction": "vertical",
|
|
345
346
|
"gap": "lg",
|
|
346
347
|
"type": "stack",
|
|
347
|
-
"direction": "vertical",
|
|
348
|
-
"className": "max-w-5xl mx-auto w-full",
|
|
349
348
|
"children": [
|
|
350
349
|
{
|
|
350
|
+
"justify": "between",
|
|
351
|
+
"align": "center",
|
|
351
352
|
"children": [
|
|
352
353
|
{
|
|
353
354
|
"type": "stack",
|
|
354
|
-
"
|
|
355
|
+
"direction": "horizontal",
|
|
355
356
|
"gap": "sm",
|
|
357
|
+
"align": "center",
|
|
356
358
|
"children": [
|
|
357
359
|
{
|
|
358
|
-
"
|
|
359
|
-
"
|
|
360
|
+
"name": "brain",
|
|
361
|
+
"type": "icon"
|
|
360
362
|
},
|
|
361
363
|
{
|
|
362
|
-
"
|
|
364
|
+
"variant": "h2",
|
|
363
365
|
"content": "AgentMemory Manager",
|
|
364
|
-
"
|
|
366
|
+
"type": "typography"
|
|
365
367
|
}
|
|
366
|
-
]
|
|
367
|
-
"direction": "horizontal"
|
|
368
|
+
]
|
|
368
369
|
},
|
|
369
370
|
{
|
|
370
371
|
"direction": "horizontal",
|
|
372
|
+
"type": "stack",
|
|
371
373
|
"children": [
|
|
372
374
|
{
|
|
373
375
|
"variant": "primary",
|
|
376
|
+
"action": "MEMORIZE",
|
|
374
377
|
"type": "button",
|
|
375
|
-
"icon": "plus",
|
|
376
378
|
"label": "Memorize",
|
|
377
|
-
"
|
|
379
|
+
"icon": "plus"
|
|
378
380
|
},
|
|
379
381
|
{
|
|
380
|
-
"icon": "search",
|
|
381
382
|
"action": "RECALL",
|
|
382
|
-
"variant": "secondary",
|
|
383
383
|
"label": "Recall",
|
|
384
|
-
"type": "button"
|
|
384
|
+
"type": "button",
|
|
385
|
+
"icon": "search",
|
|
386
|
+
"variant": "secondary"
|
|
385
387
|
},
|
|
386
388
|
{
|
|
387
|
-
"type": "button",
|
|
388
|
-
"icon": "clock",
|
|
389
|
-
"variant": "ghost",
|
|
390
389
|
"action": "DECAY",
|
|
390
|
+
"variant": "ghost",
|
|
391
|
+
"icon": "clock",
|
|
392
|
+
"type": "button",
|
|
391
393
|
"label": "Decay All"
|
|
392
394
|
}
|
|
393
395
|
],
|
|
394
|
-
"type": "stack",
|
|
395
396
|
"gap": "sm"
|
|
396
397
|
}
|
|
397
398
|
],
|
|
398
399
|
"type": "stack",
|
|
399
400
|
"direction": "horizontal",
|
|
400
|
-
"
|
|
401
|
-
"gap": "md",
|
|
402
|
-
"justify": "between"
|
|
401
|
+
"gap": "md"
|
|
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
|
+
"event": "PIN",
|
|
410
|
+
"label": "Pin",
|
|
411
|
+
"variant": "ghost"
|
|
415
412
|
},
|
|
416
413
|
{
|
|
417
|
-
"variant": "
|
|
418
|
-
"
|
|
419
|
-
"
|
|
414
|
+
"variant": "ghost",
|
|
415
|
+
"label": "Reinforce",
|
|
416
|
+
"event": "REINFORCE"
|
|
420
417
|
},
|
|
421
418
|
{
|
|
422
|
-
"
|
|
423
|
-
"label": "
|
|
424
|
-
"
|
|
419
|
+
"event": "FORGET",
|
|
420
|
+
"label": "Forget",
|
|
421
|
+
"variant": "danger"
|
|
425
422
|
}
|
|
426
423
|
],
|
|
427
|
-
"
|
|
424
|
+
"fields": [
|
|
428
425
|
{
|
|
429
|
-
"
|
|
430
|
-
"
|
|
431
|
-
"
|
|
426
|
+
"label": "Content",
|
|
427
|
+
"variant": "h4",
|
|
428
|
+
"name": "content",
|
|
429
|
+
"icon": "brain"
|
|
432
430
|
},
|
|
433
431
|
{
|
|
434
|
-
"
|
|
435
|
-
"variant": "
|
|
436
|
-
"
|
|
432
|
+
"label": "Category",
|
|
433
|
+
"variant": "badge",
|
|
434
|
+
"name": "category"
|
|
437
435
|
},
|
|
438
436
|
{
|
|
439
|
-
"
|
|
440
|
-
"
|
|
441
|
-
"
|
|
437
|
+
"label": "Strength",
|
|
438
|
+
"name": "strength",
|
|
439
|
+
"variant": "caption"
|
|
442
440
|
}
|
|
443
441
|
],
|
|
442
|
+
"entity": "@payload.data",
|
|
444
443
|
"type": "data-grid"
|
|
445
444
|
}
|
|
446
|
-
]
|
|
445
|
+
],
|
|
446
|
+
"className": "max-w-5xl mx-auto w-full"
|
|
447
447
|
}
|
|
448
448
|
]
|
|
449
449
|
]
|
|
@@ -457,14 +457,16 @@
|
|
|
457
457
|
"render-ui",
|
|
458
458
|
"main",
|
|
459
459
|
{
|
|
460
|
+
"align": "center",
|
|
461
|
+
"direction": "vertical",
|
|
460
462
|
"type": "stack",
|
|
461
463
|
"className": "py-12",
|
|
462
|
-
"
|
|
464
|
+
"gap": "md",
|
|
463
465
|
"children": [
|
|
464
466
|
{
|
|
465
|
-
"
|
|
467
|
+
"color": "destructive",
|
|
466
468
|
"name": "alert-triangle",
|
|
467
|
-
"
|
|
469
|
+
"type": "icon"
|
|
468
470
|
},
|
|
469
471
|
{
|
|
470
472
|
"variant": "h3",
|
|
@@ -472,21 +474,19 @@
|
|
|
472
474
|
"type": "typography"
|
|
473
475
|
},
|
|
474
476
|
{
|
|
477
|
+
"content": "@payload.error",
|
|
475
478
|
"color": "muted",
|
|
476
479
|
"variant": "body",
|
|
477
|
-
"content": "@payload.error",
|
|
478
480
|
"type": "typography"
|
|
479
481
|
},
|
|
480
482
|
{
|
|
481
|
-
"
|
|
483
|
+
"action": "INIT",
|
|
482
484
|
"variant": "primary",
|
|
483
485
|
"label": "Retry",
|
|
484
|
-
"
|
|
486
|
+
"type": "button",
|
|
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,41 +725,41 @@
|
|
|
725
725
|
"render-ui",
|
|
726
726
|
"modal",
|
|
727
727
|
{
|
|
728
|
+
"direction": "vertical",
|
|
729
|
+
"gap": "md",
|
|
730
|
+
"type": "stack",
|
|
728
731
|
"children": [
|
|
729
732
|
{
|
|
733
|
+
"gap": "sm",
|
|
734
|
+
"type": "stack",
|
|
730
735
|
"children": [
|
|
731
736
|
{
|
|
732
737
|
"type": "icon",
|
|
733
738
|
"name": "plus-circle"
|
|
734
739
|
},
|
|
735
740
|
{
|
|
741
|
+
"variant": "h3",
|
|
736
742
|
"type": "typography",
|
|
737
|
-
"content": "Memorize"
|
|
738
|
-
"variant": "h3"
|
|
743
|
+
"content": "Memorize"
|
|
739
744
|
}
|
|
740
745
|
],
|
|
741
|
-
"type": "stack",
|
|
742
|
-
"gap": "sm",
|
|
743
746
|
"direction": "horizontal"
|
|
744
747
|
},
|
|
745
748
|
{
|
|
746
749
|
"type": "divider"
|
|
747
750
|
},
|
|
748
751
|
{
|
|
749
|
-
"mode": "create",
|
|
750
|
-
"type": "form-section",
|
|
751
752
|
"cancelEvent": "CLOSE",
|
|
752
753
|
"submitEvent": "SAVE",
|
|
754
|
+
"type": "form-section",
|
|
755
|
+
"mode": "create",
|
|
753
756
|
"fields": [
|
|
754
757
|
"content",
|
|
755
758
|
"category",
|
|
756
759
|
"scope"
|
|
757
760
|
]
|
|
758
761
|
}
|
|
759
|
-
]
|
|
760
|
-
"direction": "vertical",
|
|
761
|
-
"type": "stack",
|
|
762
|
-
"gap": "md"
|
|
762
|
+
]
|
|
763
763
|
}
|
|
764
764
|
]
|
|
765
765
|
]
|
|
@@ -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
|
],
|
|
@@ -1102,8 +1102,8 @@
|
|
|
1102
1102
|
"AgentMemory",
|
|
1103
1103
|
{
|
|
1104
1104
|
"emit": {
|
|
1105
|
-
"
|
|
1106
|
-
"
|
|
1105
|
+
"failure": "AgentMemoryLoadFailed",
|
|
1106
|
+
"success": "AgentMemoryLoaded"
|
|
1107
1107
|
}
|
|
1108
1108
|
}
|
|
1109
1109
|
],
|
|
@@ -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
|
+
"title": "Memory",
|
|
1116
|
+
"description": "Memory is ready",
|
|
1117
|
+
"icon": "brain"
|
|
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
|
],
|
|
@@ -1297,4 +1297,4 @@
|
|
|
1297
1297
|
]
|
|
1298
1298
|
}
|
|
1299
1299
|
]
|
|
1300
|
-
}
|
|
1300
|
+
}
|