@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
|
@@ -278,22 +278,22 @@
|
|
|
278
278
|
"render-ui",
|
|
279
279
|
"main",
|
|
280
280
|
{
|
|
281
|
-
"
|
|
281
|
+
"className": "py-12",
|
|
282
|
+
"align": "center",
|
|
282
283
|
"gap": "md",
|
|
284
|
+
"type": "stack",
|
|
283
285
|
"children": [
|
|
284
286
|
{
|
|
285
287
|
"type": "spinner"
|
|
286
288
|
},
|
|
287
289
|
{
|
|
288
290
|
"type": "typography",
|
|
289
|
-
"
|
|
291
|
+
"color": "muted",
|
|
290
292
|
"variant": "caption",
|
|
291
|
-
"
|
|
293
|
+
"content": "Loading sessions…"
|
|
292
294
|
}
|
|
293
295
|
],
|
|
294
|
-
"
|
|
295
|
-
"align": "center",
|
|
296
|
-
"className": "py-12"
|
|
296
|
+
"direction": "vertical"
|
|
297
297
|
}
|
|
298
298
|
]
|
|
299
299
|
]
|
|
@@ -308,72 +308,72 @@
|
|
|
308
308
|
"main",
|
|
309
309
|
{
|
|
310
310
|
"direction": "vertical",
|
|
311
|
+
"gap": "lg",
|
|
312
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
311
313
|
"children": [
|
|
312
314
|
{
|
|
313
|
-
"
|
|
314
|
-
"gap": "sm",
|
|
315
|
+
"direction": "horizontal",
|
|
315
316
|
"type": "stack",
|
|
316
317
|
"children": [
|
|
317
318
|
{
|
|
318
|
-
"
|
|
319
|
-
"
|
|
319
|
+
"name": "terminal",
|
|
320
|
+
"type": "icon"
|
|
320
321
|
},
|
|
321
322
|
{
|
|
322
|
-
"type": "typography",
|
|
323
323
|
"content": "AgentSession Manager",
|
|
324
|
-
"variant": "h2"
|
|
324
|
+
"variant": "h2",
|
|
325
|
+
"type": "typography"
|
|
325
326
|
}
|
|
326
327
|
],
|
|
327
|
-
"
|
|
328
|
+
"align": "center",
|
|
329
|
+
"gap": "sm"
|
|
328
330
|
},
|
|
329
331
|
{
|
|
330
332
|
"type": "divider"
|
|
331
333
|
},
|
|
332
334
|
{
|
|
333
|
-
"
|
|
335
|
+
"type": "data-grid",
|
|
336
|
+
"itemActions": [
|
|
334
337
|
{
|
|
335
|
-
"
|
|
336
|
-
"
|
|
337
|
-
"
|
|
338
|
-
"icon": "
|
|
338
|
+
"event": "FORK",
|
|
339
|
+
"variant": "secondary",
|
|
340
|
+
"label": "Fork",
|
|
341
|
+
"icon": "git-branch"
|
|
339
342
|
},
|
|
340
343
|
{
|
|
341
|
-
"
|
|
342
|
-
"
|
|
343
|
-
"
|
|
344
|
+
"icon": "tag",
|
|
345
|
+
"label": "Label",
|
|
346
|
+
"event": "LABEL",
|
|
347
|
+
"variant": "secondary"
|
|
344
348
|
},
|
|
345
349
|
{
|
|
346
|
-
"label": "
|
|
347
|
-
"
|
|
348
|
-
"variant": "
|
|
350
|
+
"label": "End",
|
|
351
|
+
"icon": "square",
|
|
352
|
+
"variant": "ghost",
|
|
353
|
+
"event": "END"
|
|
349
354
|
}
|
|
350
355
|
],
|
|
351
|
-
"type": "data-grid",
|
|
352
356
|
"entity": "@payload.data",
|
|
353
|
-
"
|
|
357
|
+
"fields": [
|
|
354
358
|
{
|
|
355
|
-
"icon": "
|
|
356
|
-
"variant": "
|
|
357
|
-
"
|
|
358
|
-
"
|
|
359
|
+
"icon": "terminal",
|
|
360
|
+
"variant": "h4",
|
|
361
|
+
"name": "sessionId",
|
|
362
|
+
"label": "Session ID"
|
|
359
363
|
},
|
|
360
364
|
{
|
|
361
|
-
"
|
|
362
|
-
"
|
|
363
|
-
"
|
|
364
|
-
"icon": "tag"
|
|
365
|
+
"name": "status",
|
|
366
|
+
"label": "Status",
|
|
367
|
+
"variant": "badge"
|
|
365
368
|
},
|
|
366
369
|
{
|
|
367
|
-
"
|
|
368
|
-
"
|
|
369
|
-
"
|
|
370
|
-
"variant": "ghost"
|
|
370
|
+
"name": "label",
|
|
371
|
+
"label": "Label",
|
|
372
|
+
"variant": "caption"
|
|
371
373
|
}
|
|
372
374
|
]
|
|
373
375
|
}
|
|
374
376
|
],
|
|
375
|
-
"gap": "lg",
|
|
376
|
-
"className": "max-w-5xl mx-auto w-full",
|
|
377
377
|
"type": "stack"
|
|
378
378
|
}
|
|
379
379
|
]
|
|
@@ -388,36 +388,36 @@
|
|
|
388
388
|
"render-ui",
|
|
389
389
|
"main",
|
|
390
390
|
{
|
|
391
|
-
"type": "stack",
|
|
392
|
-
"gap": "md",
|
|
393
391
|
"align": "center",
|
|
394
392
|
"className": "py-12",
|
|
395
393
|
"direction": "vertical",
|
|
396
394
|
"children": [
|
|
397
395
|
{
|
|
398
|
-
"name": "alert-triangle",
|
|
399
396
|
"color": "destructive",
|
|
397
|
+
"name": "alert-triangle",
|
|
400
398
|
"type": "icon"
|
|
401
399
|
},
|
|
402
400
|
{
|
|
403
401
|
"variant": "h3",
|
|
404
|
-
"
|
|
405
|
-
"
|
|
402
|
+
"type": "typography",
|
|
403
|
+
"content": "Failed to load sessions"
|
|
406
404
|
},
|
|
407
405
|
{
|
|
408
|
-
"type": "typography",
|
|
409
406
|
"color": "muted",
|
|
410
|
-
"
|
|
411
|
-
"
|
|
407
|
+
"content": "@payload.error",
|
|
408
|
+
"type": "typography",
|
|
409
|
+
"variant": "body"
|
|
412
410
|
},
|
|
413
411
|
{
|
|
414
|
-
"label": "Retry",
|
|
415
412
|
"action": "INIT",
|
|
416
|
-
"icon": "rotate-ccw",
|
|
417
413
|
"variant": "primary",
|
|
418
|
-
"
|
|
414
|
+
"label": "Retry",
|
|
415
|
+
"type": "button",
|
|
416
|
+
"icon": "rotate-ccw"
|
|
419
417
|
}
|
|
420
|
-
]
|
|
418
|
+
],
|
|
419
|
+
"gap": "md",
|
|
420
|
+
"type": "stack"
|
|
421
421
|
}
|
|
422
422
|
]
|
|
423
423
|
]
|
|
@@ -432,8 +432,8 @@
|
|
|
432
432
|
"AgentSession",
|
|
433
433
|
{
|
|
434
434
|
"emit": {
|
|
435
|
-
"
|
|
436
|
-
"
|
|
435
|
+
"success": "AgentSessionLoaded",
|
|
436
|
+
"failure": "AgentSessionLoadFailed"
|
|
437
437
|
}
|
|
438
438
|
}
|
|
439
439
|
],
|
|
@@ -455,10 +455,11 @@
|
|
|
455
455
|
"render-ui",
|
|
456
456
|
"main",
|
|
457
457
|
{
|
|
458
|
+
"type": "stack",
|
|
458
459
|
"className": "max-w-5xl mx-auto w-full",
|
|
459
460
|
"children": [
|
|
460
461
|
{
|
|
461
|
-
"
|
|
462
|
+
"gap": "sm",
|
|
462
463
|
"align": "center",
|
|
463
464
|
"type": "stack",
|
|
464
465
|
"children": [
|
|
@@ -467,60 +468,59 @@
|
|
|
467
468
|
"type": "icon"
|
|
468
469
|
},
|
|
469
470
|
{
|
|
470
|
-
"variant": "h2",
|
|
471
471
|
"content": "AgentSession Manager",
|
|
472
|
-
"type": "typography"
|
|
472
|
+
"type": "typography",
|
|
473
|
+
"variant": "h2"
|
|
473
474
|
}
|
|
474
475
|
],
|
|
475
|
-
"
|
|
476
|
+
"direction": "horizontal"
|
|
476
477
|
},
|
|
477
478
|
{
|
|
478
479
|
"type": "divider"
|
|
479
480
|
},
|
|
480
481
|
{
|
|
482
|
+
"type": "data-grid",
|
|
483
|
+
"entity": "@payload.data",
|
|
481
484
|
"itemActions": [
|
|
482
485
|
{
|
|
483
|
-
"label": "Fork",
|
|
484
486
|
"variant": "secondary",
|
|
485
|
-
"
|
|
486
|
-
"event": "FORK"
|
|
487
|
+
"label": "Fork",
|
|
488
|
+
"event": "FORK",
|
|
489
|
+
"icon": "git-branch"
|
|
487
490
|
},
|
|
488
491
|
{
|
|
489
492
|
"label": "Label",
|
|
490
|
-
"event": "LABEL",
|
|
491
493
|
"icon": "tag",
|
|
494
|
+
"event": "LABEL",
|
|
492
495
|
"variant": "secondary"
|
|
493
496
|
},
|
|
494
497
|
{
|
|
495
|
-
"variant": "ghost",
|
|
496
|
-
"event": "END",
|
|
497
498
|
"label": "End",
|
|
498
|
-
"
|
|
499
|
+
"event": "END",
|
|
500
|
+
"icon": "square",
|
|
501
|
+
"variant": "ghost"
|
|
499
502
|
}
|
|
500
503
|
],
|
|
501
|
-
"type": "data-grid",
|
|
502
504
|
"fields": [
|
|
503
505
|
{
|
|
504
|
-
"icon": "terminal",
|
|
505
506
|
"label": "Session ID",
|
|
507
|
+
"name": "sessionId",
|
|
506
508
|
"variant": "h4",
|
|
507
|
-
"
|
|
509
|
+
"icon": "terminal"
|
|
508
510
|
},
|
|
509
511
|
{
|
|
510
|
-
"
|
|
512
|
+
"name": "status",
|
|
511
513
|
"label": "Status",
|
|
512
|
-
"
|
|
514
|
+
"variant": "badge"
|
|
513
515
|
},
|
|
514
516
|
{
|
|
515
|
-
"variant": "caption",
|
|
516
517
|
"label": "Label",
|
|
518
|
+
"variant": "caption",
|
|
517
519
|
"name": "label"
|
|
518
520
|
}
|
|
519
|
-
]
|
|
520
|
-
"entity": "@payload.data"
|
|
521
|
+
]
|
|
521
522
|
}
|
|
522
523
|
],
|
|
523
|
-
"type": "stack",
|
|
524
524
|
"direction": "vertical",
|
|
525
525
|
"gap": "lg"
|
|
526
526
|
}
|
|
@@ -536,36 +536,36 @@
|
|
|
536
536
|
"render-ui",
|
|
537
537
|
"main",
|
|
538
538
|
{
|
|
539
|
-
"align": "center",
|
|
540
|
-
"type": "stack",
|
|
541
|
-
"className": "py-12",
|
|
542
539
|
"children": [
|
|
543
540
|
{
|
|
541
|
+
"type": "icon",
|
|
544
542
|
"name": "alert-triangle",
|
|
545
|
-
"color": "destructive"
|
|
546
|
-
"type": "icon"
|
|
543
|
+
"color": "destructive"
|
|
547
544
|
},
|
|
548
545
|
{
|
|
549
|
-
"variant": "h3",
|
|
550
546
|
"type": "typography",
|
|
547
|
+
"variant": "h3",
|
|
551
548
|
"content": "Failed to load sessions"
|
|
552
549
|
},
|
|
553
550
|
{
|
|
554
|
-
"type": "typography",
|
|
555
|
-
"content": "@payload.error",
|
|
556
551
|
"variant": "body",
|
|
557
|
-
"
|
|
552
|
+
"type": "typography",
|
|
553
|
+
"color": "muted",
|
|
554
|
+
"content": "@payload.error"
|
|
558
555
|
},
|
|
559
556
|
{
|
|
560
|
-
"type": "button",
|
|
561
557
|
"label": "Retry",
|
|
562
|
-
"action": "INIT",
|
|
563
558
|
"variant": "primary",
|
|
559
|
+
"action": "INIT",
|
|
560
|
+
"type": "button",
|
|
564
561
|
"icon": "rotate-ccw"
|
|
565
562
|
}
|
|
566
563
|
],
|
|
567
|
-
"
|
|
568
|
-
"
|
|
564
|
+
"align": "center",
|
|
565
|
+
"type": "stack",
|
|
566
|
+
"className": "py-12",
|
|
567
|
+
"direction": "vertical",
|
|
568
|
+
"gap": "md"
|
|
569
569
|
}
|
|
570
570
|
]
|
|
571
571
|
]
|
|
@@ -775,8 +775,8 @@
|
|
|
775
775
|
"AgentSession",
|
|
776
776
|
{
|
|
777
777
|
"emit": {
|
|
778
|
-
"
|
|
779
|
-
"
|
|
778
|
+
"success": "AgentSessionLoaded",
|
|
779
|
+
"failure": "AgentSessionLoadFailed"
|
|
780
780
|
}
|
|
781
781
|
}
|
|
782
782
|
]
|
|
@@ -791,40 +791,40 @@
|
|
|
791
791
|
"render-ui",
|
|
792
792
|
"modal",
|
|
793
793
|
{
|
|
794
|
-
"type": "stack",
|
|
795
794
|
"direction": "vertical",
|
|
796
|
-
"
|
|
795
|
+
"type": "stack",
|
|
797
796
|
"children": [
|
|
798
797
|
{
|
|
799
|
-
"
|
|
798
|
+
"direction": "horizontal",
|
|
800
799
|
"children": [
|
|
801
800
|
{
|
|
802
|
-
"
|
|
803
|
-
"
|
|
801
|
+
"name": "tag",
|
|
802
|
+
"type": "icon"
|
|
804
803
|
},
|
|
805
804
|
{
|
|
806
805
|
"type": "typography",
|
|
807
|
-
"
|
|
808
|
-
"
|
|
806
|
+
"content": "Label Session",
|
|
807
|
+
"variant": "h3"
|
|
809
808
|
}
|
|
810
809
|
],
|
|
811
|
-
"
|
|
812
|
-
"
|
|
810
|
+
"type": "stack",
|
|
811
|
+
"gap": "sm"
|
|
813
812
|
},
|
|
814
813
|
{
|
|
815
814
|
"type": "divider"
|
|
816
815
|
},
|
|
817
816
|
{
|
|
818
|
-
"cancelEvent": "CLOSE",
|
|
819
|
-
"mode": "edit",
|
|
820
|
-
"submitEvent": "SAVE",
|
|
821
817
|
"entity": "@payload.row",
|
|
818
|
+
"mode": "edit",
|
|
822
819
|
"type": "form-section",
|
|
820
|
+
"submitEvent": "SAVE",
|
|
821
|
+
"cancelEvent": "CLOSE",
|
|
823
822
|
"fields": [
|
|
824
823
|
"label"
|
|
825
824
|
]
|
|
826
825
|
}
|
|
827
|
-
]
|
|
826
|
+
],
|
|
827
|
+
"gap": "md"
|
|
828
828
|
}
|
|
829
829
|
]
|
|
830
830
|
]
|
|
@@ -860,8 +860,8 @@
|
|
|
860
860
|
"@payload.data",
|
|
861
861
|
{
|
|
862
862
|
"emit": {
|
|
863
|
-
"
|
|
864
|
-
"
|
|
863
|
+
"failure": "AgentSessionUpdateFailed",
|
|
864
|
+
"success": "AgentSessionUpdated"
|
|
865
865
|
}
|
|
866
866
|
}
|
|
867
867
|
],
|
|
@@ -1146,8 +1146,8 @@
|
|
|
1146
1146
|
"AgentSession",
|
|
1147
1147
|
{
|
|
1148
1148
|
"emit": {
|
|
1149
|
-
"
|
|
1150
|
-
"
|
|
1149
|
+
"failure": "AgentSessionLoadFailed",
|
|
1150
|
+
"success": "AgentSessionLoaded"
|
|
1151
1151
|
}
|
|
1152
1152
|
}
|
|
1153
1153
|
],
|
|
@@ -1155,10 +1155,10 @@
|
|
|
1155
1155
|
"render-ui",
|
|
1156
1156
|
"main",
|
|
1157
1157
|
{
|
|
1158
|
-
"
|
|
1158
|
+
"icon": "git-branch",
|
|
1159
1159
|
"type": "empty-state",
|
|
1160
1160
|
"description": "Session is ready",
|
|
1161
|
-
"
|
|
1161
|
+
"title": "Session"
|
|
1162
1162
|
}
|
|
1163
1163
|
]
|
|
1164
1164
|
]
|
|
@@ -1176,9 +1176,9 @@
|
|
|
1176
1176
|
"create",
|
|
1177
1177
|
"AgentSession",
|
|
1178
1178
|
{
|
|
1179
|
+
"createdAt": "@now",
|
|
1179
1180
|
"status": "forked",
|
|
1180
|
-
"parentId": "@payload.row.id"
|
|
1181
|
-
"createdAt": "@now"
|
|
1181
|
+
"parentId": "@payload.row.id"
|
|
1182
1182
|
},
|
|
1183
1183
|
{
|
|
1184
1184
|
"emit": {
|
|
@@ -1250,8 +1250,8 @@
|
|
|
1250
1250
|
"AgentSession",
|
|
1251
1251
|
{
|
|
1252
1252
|
"createdAt": "@now",
|
|
1253
|
-
"
|
|
1254
|
-
"
|
|
1253
|
+
"parentId": "@payload.row.id",
|
|
1254
|
+
"status": "forked"
|
|
1255
1255
|
},
|
|
1256
1256
|
{
|
|
1257
1257
|
"emit": {
|
|
@@ -1279,8 +1279,8 @@
|
|
|
1279
1279
|
"update",
|
|
1280
1280
|
"AgentSession",
|
|
1281
1281
|
{
|
|
1282
|
-
"
|
|
1283
|
-
"
|
|
1282
|
+
"status": "ended",
|
|
1283
|
+
"id": "@payload.row.id"
|
|
1284
1284
|
},
|
|
1285
1285
|
{
|
|
1286
1286
|
"emit": {
|
|
@@ -1317,10 +1317,10 @@
|
|
|
1317
1317
|
"render-ui",
|
|
1318
1318
|
"main",
|
|
1319
1319
|
{
|
|
1320
|
-
"title": "Session",
|
|
1321
|
-
"description": "Session is ready",
|
|
1322
1320
|
"type": "empty-state",
|
|
1323
|
-
"icon": "git-branch"
|
|
1321
|
+
"icon": "git-branch",
|
|
1322
|
+
"title": "Session",
|
|
1323
|
+
"description": "Session is ready"
|
|
1324
1324
|
}
|
|
1325
1325
|
]
|
|
1326
1326
|
]
|
|
@@ -1338,14 +1338,14 @@
|
|
|
1338
1338
|
"create",
|
|
1339
1339
|
"AgentSession",
|
|
1340
1340
|
{
|
|
1341
|
-
"status": "forked",
|
|
1342
1341
|
"parentId": "@payload.row.id",
|
|
1343
|
-
"createdAt": "@now"
|
|
1342
|
+
"createdAt": "@now",
|
|
1343
|
+
"status": "forked"
|
|
1344
1344
|
},
|
|
1345
1345
|
{
|
|
1346
1346
|
"emit": {
|
|
1347
|
-
"
|
|
1348
|
-
"
|
|
1347
|
+
"success": "AgentSessionSaved",
|
|
1348
|
+
"failure": "AgentSessionSaveFailed"
|
|
1349
1349
|
}
|
|
1350
1350
|
}
|
|
1351
1351
|
],
|
|
@@ -1368,13 +1368,13 @@
|
|
|
1368
1368
|
"update",
|
|
1369
1369
|
"AgentSession",
|
|
1370
1370
|
{
|
|
1371
|
-
"
|
|
1372
|
-
"
|
|
1371
|
+
"id": "@payload.row.id",
|
|
1372
|
+
"status": "ended"
|
|
1373
1373
|
},
|
|
1374
1374
|
{
|
|
1375
1375
|
"emit": {
|
|
1376
|
-
"
|
|
1377
|
-
"
|
|
1376
|
+
"failure": "AgentSessionUpdateFailed",
|
|
1377
|
+
"success": "AgentSessionUpdated"
|
|
1378
1378
|
}
|
|
1379
1379
|
}
|
|
1380
1380
|
],
|
|
@@ -1411,4 +1411,4 @@
|
|
|
1411
1411
|
]
|
|
1412
1412
|
}
|
|
1413
1413
|
]
|
|
1414
|
-
}
|
|
1414
|
+
}
|