@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
|
@@ -269,8 +269,8 @@
|
|
|
269
269
|
"AgentSession",
|
|
270
270
|
{
|
|
271
271
|
"emit": {
|
|
272
|
-
"
|
|
273
|
-
"
|
|
272
|
+
"success": "AgentSessionLoaded",
|
|
273
|
+
"failure": "AgentSessionLoadFailed"
|
|
274
274
|
}
|
|
275
275
|
}
|
|
276
276
|
],
|
|
@@ -280,20 +280,20 @@
|
|
|
280
280
|
{
|
|
281
281
|
"direction": "vertical",
|
|
282
282
|
"gap": "md",
|
|
283
|
+
"align": "center",
|
|
284
|
+
"className": "py-12",
|
|
283
285
|
"children": [
|
|
284
286
|
{
|
|
285
287
|
"type": "spinner"
|
|
286
288
|
},
|
|
287
289
|
{
|
|
288
|
-
"type": "typography",
|
|
289
290
|
"content": "Loading sessions…",
|
|
291
|
+
"type": "typography",
|
|
290
292
|
"variant": "caption",
|
|
291
293
|
"color": "muted"
|
|
292
294
|
}
|
|
293
295
|
],
|
|
294
|
-
"type": "stack"
|
|
295
|
-
"align": "center",
|
|
296
|
-
"className": "py-12"
|
|
296
|
+
"type": "stack"
|
|
297
297
|
}
|
|
298
298
|
]
|
|
299
299
|
]
|
|
@@ -307,10 +307,9 @@
|
|
|
307
307
|
"render-ui",
|
|
308
308
|
"main",
|
|
309
309
|
{
|
|
310
|
-
"
|
|
310
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
311
311
|
"children": [
|
|
312
312
|
{
|
|
313
|
-
"align": "center",
|
|
314
313
|
"gap": "sm",
|
|
315
314
|
"type": "stack",
|
|
316
315
|
"children": [
|
|
@@ -324,57 +323,58 @@
|
|
|
324
323
|
"variant": "h2"
|
|
325
324
|
}
|
|
326
325
|
],
|
|
326
|
+
"align": "center",
|
|
327
327
|
"direction": "horizontal"
|
|
328
328
|
},
|
|
329
329
|
{
|
|
330
330
|
"type": "divider"
|
|
331
331
|
},
|
|
332
332
|
{
|
|
333
|
-
"fields": [
|
|
334
|
-
{
|
|
335
|
-
"name": "sessionId",
|
|
336
|
-
"label": "Session ID",
|
|
337
|
-
"variant": "h4",
|
|
338
|
-
"icon": "terminal"
|
|
339
|
-
},
|
|
340
|
-
{
|
|
341
|
-
"name": "status",
|
|
342
|
-
"variant": "badge",
|
|
343
|
-
"label": "Status"
|
|
344
|
-
},
|
|
345
|
-
{
|
|
346
|
-
"label": "Label",
|
|
347
|
-
"name": "label",
|
|
348
|
-
"variant": "caption"
|
|
349
|
-
}
|
|
350
|
-
],
|
|
351
333
|
"type": "data-grid",
|
|
352
|
-
"entity": "@payload.data",
|
|
353
334
|
"itemActions": [
|
|
354
335
|
{
|
|
355
|
-
"icon": "git-branch",
|
|
356
336
|
"variant": "secondary",
|
|
357
337
|
"label": "Fork",
|
|
358
|
-
"event": "FORK"
|
|
338
|
+
"event": "FORK",
|
|
339
|
+
"icon": "git-branch"
|
|
359
340
|
},
|
|
360
341
|
{
|
|
361
|
-
"
|
|
342
|
+
"icon": "tag",
|
|
362
343
|
"variant": "secondary",
|
|
363
344
|
"label": "Label",
|
|
364
|
-
"
|
|
345
|
+
"event": "LABEL"
|
|
365
346
|
},
|
|
366
347
|
{
|
|
367
348
|
"label": "End",
|
|
368
|
-
"
|
|
349
|
+
"variant": "ghost",
|
|
369
350
|
"event": "END",
|
|
370
|
-
"
|
|
351
|
+
"icon": "square"
|
|
371
352
|
}
|
|
372
|
-
]
|
|
353
|
+
],
|
|
354
|
+
"fields": [
|
|
355
|
+
{
|
|
356
|
+
"name": "sessionId",
|
|
357
|
+
"icon": "terminal",
|
|
358
|
+
"label": "Session ID",
|
|
359
|
+
"variant": "h4"
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"name": "status",
|
|
363
|
+
"label": "Status",
|
|
364
|
+
"variant": "badge"
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"label": "Label",
|
|
368
|
+
"name": "label",
|
|
369
|
+
"variant": "caption"
|
|
370
|
+
}
|
|
371
|
+
],
|
|
372
|
+
"entity": "@payload.data"
|
|
373
373
|
}
|
|
374
374
|
],
|
|
375
375
|
"gap": "lg",
|
|
376
|
-
"
|
|
377
|
-
"
|
|
376
|
+
"type": "stack",
|
|
377
|
+
"direction": "vertical"
|
|
378
378
|
}
|
|
379
379
|
]
|
|
380
380
|
]
|
|
@@ -388,11 +388,11 @@
|
|
|
388
388
|
"render-ui",
|
|
389
389
|
"main",
|
|
390
390
|
{
|
|
391
|
-
"
|
|
392
|
-
"gap": "md",
|
|
391
|
+
"direction": "vertical",
|
|
393
392
|
"align": "center",
|
|
393
|
+
"gap": "md",
|
|
394
|
+
"type": "stack",
|
|
394
395
|
"className": "py-12",
|
|
395
|
-
"direction": "vertical",
|
|
396
396
|
"children": [
|
|
397
397
|
{
|
|
398
398
|
"name": "alert-triangle",
|
|
@@ -400,22 +400,22 @@
|
|
|
400
400
|
"type": "icon"
|
|
401
401
|
},
|
|
402
402
|
{
|
|
403
|
-
"variant": "h3",
|
|
404
403
|
"content": "Failed to load sessions",
|
|
404
|
+
"variant": "h3",
|
|
405
405
|
"type": "typography"
|
|
406
406
|
},
|
|
407
407
|
{
|
|
408
|
-
"type": "typography",
|
|
409
408
|
"color": "muted",
|
|
410
409
|
"variant": "body",
|
|
411
|
-
"content": "@payload.error"
|
|
410
|
+
"content": "@payload.error",
|
|
411
|
+
"type": "typography"
|
|
412
412
|
},
|
|
413
413
|
{
|
|
414
414
|
"label": "Retry",
|
|
415
415
|
"action": "INIT",
|
|
416
|
+
"type": "button",
|
|
416
417
|
"icon": "rotate-ccw",
|
|
417
|
-
"variant": "primary"
|
|
418
|
-
"type": "button"
|
|
418
|
+
"variant": "primary"
|
|
419
419
|
}
|
|
420
420
|
]
|
|
421
421
|
}
|
|
@@ -455,74 +455,74 @@
|
|
|
455
455
|
"render-ui",
|
|
456
456
|
"main",
|
|
457
457
|
{
|
|
458
|
-
"
|
|
458
|
+
"type": "stack",
|
|
459
459
|
"children": [
|
|
460
460
|
{
|
|
461
|
-
"
|
|
462
|
-
"align": "center",
|
|
461
|
+
"gap": "sm",
|
|
463
462
|
"type": "stack",
|
|
463
|
+
"align": "center",
|
|
464
464
|
"children": [
|
|
465
465
|
{
|
|
466
|
-
"
|
|
467
|
-
"
|
|
466
|
+
"type": "icon",
|
|
467
|
+
"name": "terminal"
|
|
468
468
|
},
|
|
469
469
|
{
|
|
470
|
-
"variant": "h2",
|
|
471
470
|
"content": "AgentSession Manager",
|
|
472
|
-
"type": "typography"
|
|
471
|
+
"type": "typography",
|
|
472
|
+
"variant": "h2"
|
|
473
473
|
}
|
|
474
474
|
],
|
|
475
|
-
"
|
|
475
|
+
"direction": "horizontal"
|
|
476
476
|
},
|
|
477
477
|
{
|
|
478
478
|
"type": "divider"
|
|
479
479
|
},
|
|
480
480
|
{
|
|
481
|
-
"
|
|
481
|
+
"fields": [
|
|
482
482
|
{
|
|
483
|
-
"
|
|
484
|
-
"
|
|
485
|
-
"
|
|
486
|
-
"
|
|
483
|
+
"name": "sessionId",
|
|
484
|
+
"icon": "terminal",
|
|
485
|
+
"variant": "h4",
|
|
486
|
+
"label": "Session ID"
|
|
487
487
|
},
|
|
488
488
|
{
|
|
489
|
-
"
|
|
490
|
-
"
|
|
491
|
-
"
|
|
492
|
-
"variant": "secondary"
|
|
489
|
+
"name": "status",
|
|
490
|
+
"label": "Status",
|
|
491
|
+
"variant": "badge"
|
|
493
492
|
},
|
|
494
493
|
{
|
|
495
|
-
"
|
|
496
|
-
"
|
|
497
|
-
"label": "
|
|
498
|
-
"icon": "square"
|
|
494
|
+
"name": "label",
|
|
495
|
+
"variant": "caption",
|
|
496
|
+
"label": "Label"
|
|
499
497
|
}
|
|
500
498
|
],
|
|
501
|
-
"
|
|
502
|
-
"
|
|
499
|
+
"entity": "@payload.data",
|
|
500
|
+
"itemActions": [
|
|
503
501
|
{
|
|
504
|
-
"
|
|
505
|
-
"
|
|
506
|
-
"
|
|
507
|
-
"
|
|
502
|
+
"variant": "secondary",
|
|
503
|
+
"icon": "git-branch",
|
|
504
|
+
"label": "Fork",
|
|
505
|
+
"event": "FORK"
|
|
508
506
|
},
|
|
509
507
|
{
|
|
510
|
-
"variant": "
|
|
511
|
-
"label": "
|
|
512
|
-
"
|
|
508
|
+
"variant": "secondary",
|
|
509
|
+
"label": "Label",
|
|
510
|
+
"event": "LABEL",
|
|
511
|
+
"icon": "tag"
|
|
513
512
|
},
|
|
514
513
|
{
|
|
515
|
-
"
|
|
516
|
-
"
|
|
517
|
-
"
|
|
514
|
+
"label": "End",
|
|
515
|
+
"event": "END",
|
|
516
|
+
"icon": "square",
|
|
517
|
+
"variant": "ghost"
|
|
518
518
|
}
|
|
519
519
|
],
|
|
520
|
-
"
|
|
520
|
+
"type": "data-grid"
|
|
521
521
|
}
|
|
522
522
|
],
|
|
523
|
-
"type": "stack",
|
|
524
523
|
"direction": "vertical",
|
|
525
|
-
"gap": "lg"
|
|
524
|
+
"gap": "lg",
|
|
525
|
+
"className": "max-w-5xl mx-auto w-full"
|
|
526
526
|
}
|
|
527
527
|
]
|
|
528
528
|
]
|
|
@@ -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
|
{
|
|
544
|
-
"name": "alert-triangle",
|
|
545
541
|
"color": "destructive",
|
|
542
|
+
"name": "alert-triangle",
|
|
546
543
|
"type": "icon"
|
|
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
|
{
|
|
551
|
+
"color": "muted",
|
|
554
552
|
"type": "typography",
|
|
555
553
|
"content": "@payload.error",
|
|
556
|
-
"variant": "body"
|
|
557
|
-
"color": "muted"
|
|
554
|
+
"variant": "body"
|
|
558
555
|
},
|
|
559
556
|
{
|
|
560
|
-
"type": "button",
|
|
561
557
|
"label": "Retry",
|
|
562
558
|
"action": "INIT",
|
|
563
559
|
"variant": "primary",
|
|
560
|
+
"type": "button",
|
|
564
561
|
"icon": "rotate-ccw"
|
|
565
562
|
}
|
|
566
563
|
],
|
|
564
|
+
"direction": "vertical",
|
|
565
|
+
"type": "stack",
|
|
566
|
+
"className": "py-12",
|
|
567
567
|
"gap": "md",
|
|
568
|
-
"
|
|
568
|
+
"align": "center"
|
|
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,11 +791,9 @@
|
|
|
791
791
|
"render-ui",
|
|
792
792
|
"modal",
|
|
793
793
|
{
|
|
794
|
-
"type": "stack",
|
|
795
|
-
"direction": "vertical",
|
|
796
|
-
"gap": "md",
|
|
797
794
|
"children": [
|
|
798
795
|
{
|
|
796
|
+
"direction": "horizontal",
|
|
799
797
|
"type": "stack",
|
|
800
798
|
"children": [
|
|
801
799
|
{
|
|
@@ -803,28 +801,30 @@
|
|
|
803
801
|
"name": "tag"
|
|
804
802
|
},
|
|
805
803
|
{
|
|
806
|
-
"type": "typography",
|
|
807
804
|
"variant": "h3",
|
|
808
|
-
"content": "Label Session"
|
|
805
|
+
"content": "Label Session",
|
|
806
|
+
"type": "typography"
|
|
809
807
|
}
|
|
810
808
|
],
|
|
811
|
-
"gap": "sm"
|
|
812
|
-
"direction": "horizontal"
|
|
809
|
+
"gap": "sm"
|
|
813
810
|
},
|
|
814
811
|
{
|
|
815
812
|
"type": "divider"
|
|
816
813
|
},
|
|
817
814
|
{
|
|
818
|
-
"cancelEvent": "CLOSE",
|
|
819
|
-
"mode": "edit",
|
|
820
815
|
"submitEvent": "SAVE",
|
|
821
816
|
"entity": "@payload.row",
|
|
822
|
-
"type": "form-section",
|
|
823
817
|
"fields": [
|
|
824
818
|
"label"
|
|
825
|
-
]
|
|
819
|
+
],
|
|
820
|
+
"type": "form-section",
|
|
821
|
+
"cancelEvent": "CLOSE",
|
|
822
|
+
"mode": "edit"
|
|
826
823
|
}
|
|
827
|
-
]
|
|
824
|
+
],
|
|
825
|
+
"type": "stack",
|
|
826
|
+
"direction": "vertical",
|
|
827
|
+
"gap": "md"
|
|
828
828
|
}
|
|
829
829
|
]
|
|
830
830
|
]
|
|
@@ -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
|
-
"
|
|
1161
|
-
"
|
|
1160
|
+
"title": "Session",
|
|
1161
|
+
"description": "Session is ready"
|
|
1162
1162
|
}
|
|
1163
1163
|
]
|
|
1164
1164
|
]
|
|
@@ -1176,14 +1176,14 @@
|
|
|
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": {
|
|
1185
|
-
"
|
|
1186
|
-
"
|
|
1185
|
+
"failure": "AgentSessionSaveFailed",
|
|
1186
|
+
"success": "AgentSessionSaved"
|
|
1187
1187
|
}
|
|
1188
1188
|
}
|
|
1189
1189
|
],
|
|
@@ -1217,13 +1217,13 @@
|
|
|
1217
1217
|
"update",
|
|
1218
1218
|
"AgentSession",
|
|
1219
1219
|
{
|
|
1220
|
-
"
|
|
1221
|
-
"
|
|
1220
|
+
"status": "ended",
|
|
1221
|
+
"id": "@payload.row.id"
|
|
1222
1222
|
},
|
|
1223
1223
|
{
|
|
1224
1224
|
"emit": {
|
|
1225
|
-
"
|
|
1226
|
-
"
|
|
1225
|
+
"failure": "AgentSessionUpdateFailed",
|
|
1226
|
+
"success": "AgentSessionUpdated"
|
|
1227
1227
|
}
|
|
1228
1228
|
}
|
|
1229
1229
|
],
|
|
@@ -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": {
|
|
@@ -1308,8 +1308,8 @@
|
|
|
1308
1308
|
"AgentSession",
|
|
1309
1309
|
{
|
|
1310
1310
|
"emit": {
|
|
1311
|
-
"
|
|
1312
|
-
"
|
|
1311
|
+
"success": "AgentSessionLoaded",
|
|
1312
|
+
"failure": "AgentSessionLoadFailed"
|
|
1313
1313
|
}
|
|
1314
1314
|
}
|
|
1315
1315
|
],
|
|
@@ -1317,9 +1317,9 @@
|
|
|
1317
1317
|
"render-ui",
|
|
1318
1318
|
"main",
|
|
1319
1319
|
{
|
|
1320
|
-
"title": "Session",
|
|
1321
|
-
"description": "Session is ready",
|
|
1322
1320
|
"type": "empty-state",
|
|
1321
|
+
"description": "Session is ready",
|
|
1322
|
+
"title": "Session",
|
|
1323
1323
|
"icon": "git-branch"
|
|
1324
1324
|
}
|
|
1325
1325
|
]
|
|
@@ -1344,8 +1344,8 @@
|
|
|
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
|
+
}
|