@almadar/std 8.3.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 +62 -62
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +100 -100
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +114 -114
- package/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- package/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/behaviors/registry/core/atoms/std-related.orb +34 -34
- package/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/behaviors/registry/core/atoms/std-tabs.orb +52 -52
- package/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- 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 +274 -274
- package/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +100 -100
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +114 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/dist/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/dist/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/dist/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/dist/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/dist/behaviors/registry/core/atoms/std-related.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +52 -52
- package/dist/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/dist/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/dist/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/dist/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- 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 +274 -274
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/package.json +1 -1
|
@@ -269,8 +269,8 @@
|
|
|
269
269
|
"AgentSession",
|
|
270
270
|
{
|
|
271
271
|
"emit": {
|
|
272
|
-
"
|
|
273
|
-
"
|
|
272
|
+
"failure": "AgentSessionLoadFailed",
|
|
273
|
+
"success": "AgentSessionLoaded"
|
|
274
274
|
}
|
|
275
275
|
}
|
|
276
276
|
],
|
|
@@ -278,22 +278,22 @@
|
|
|
278
278
|
"render-ui",
|
|
279
279
|
"main",
|
|
280
280
|
{
|
|
281
|
-
"direction": "vertical",
|
|
282
|
-
"gap": "md",
|
|
283
|
-
"align": "center",
|
|
284
281
|
"className": "py-12",
|
|
282
|
+
"align": "center",
|
|
283
|
+
"gap": "md",
|
|
284
|
+
"type": "stack",
|
|
285
285
|
"children": [
|
|
286
286
|
{
|
|
287
287
|
"type": "spinner"
|
|
288
288
|
},
|
|
289
289
|
{
|
|
290
|
-
"content": "Loading sessions…",
|
|
291
290
|
"type": "typography",
|
|
291
|
+
"color": "muted",
|
|
292
292
|
"variant": "caption",
|
|
293
|
-
"
|
|
293
|
+
"content": "Loading sessions…"
|
|
294
294
|
}
|
|
295
295
|
],
|
|
296
|
-
"
|
|
296
|
+
"direction": "vertical"
|
|
297
297
|
}
|
|
298
298
|
]
|
|
299
299
|
]
|
|
@@ -307,24 +307,26 @@
|
|
|
307
307
|
"render-ui",
|
|
308
308
|
"main",
|
|
309
309
|
{
|
|
310
|
+
"direction": "vertical",
|
|
311
|
+
"gap": "lg",
|
|
310
312
|
"className": "max-w-5xl mx-auto w-full",
|
|
311
313
|
"children": [
|
|
312
314
|
{
|
|
313
|
-
"
|
|
315
|
+
"direction": "horizontal",
|
|
314
316
|
"type": "stack",
|
|
315
317
|
"children": [
|
|
316
318
|
{
|
|
317
|
-
"
|
|
318
|
-
"
|
|
319
|
+
"name": "terminal",
|
|
320
|
+
"type": "icon"
|
|
319
321
|
},
|
|
320
322
|
{
|
|
321
|
-
"type": "typography",
|
|
322
323
|
"content": "AgentSession Manager",
|
|
323
|
-
"variant": "h2"
|
|
324
|
+
"variant": "h2",
|
|
325
|
+
"type": "typography"
|
|
324
326
|
}
|
|
325
327
|
],
|
|
326
328
|
"align": "center",
|
|
327
|
-
"
|
|
329
|
+
"gap": "sm"
|
|
328
330
|
},
|
|
329
331
|
{
|
|
330
332
|
"type": "divider"
|
|
@@ -333,30 +335,31 @@
|
|
|
333
335
|
"type": "data-grid",
|
|
334
336
|
"itemActions": [
|
|
335
337
|
{
|
|
338
|
+
"event": "FORK",
|
|
336
339
|
"variant": "secondary",
|
|
337
340
|
"label": "Fork",
|
|
338
|
-
"event": "FORK",
|
|
339
341
|
"icon": "git-branch"
|
|
340
342
|
},
|
|
341
343
|
{
|
|
342
344
|
"icon": "tag",
|
|
343
|
-
"variant": "secondary",
|
|
344
345
|
"label": "Label",
|
|
345
|
-
"event": "LABEL"
|
|
346
|
+
"event": "LABEL",
|
|
347
|
+
"variant": "secondary"
|
|
346
348
|
},
|
|
347
349
|
{
|
|
348
350
|
"label": "End",
|
|
351
|
+
"icon": "square",
|
|
349
352
|
"variant": "ghost",
|
|
350
|
-
"event": "END"
|
|
351
|
-
"icon": "square"
|
|
353
|
+
"event": "END"
|
|
352
354
|
}
|
|
353
355
|
],
|
|
356
|
+
"entity": "@payload.data",
|
|
354
357
|
"fields": [
|
|
355
358
|
{
|
|
356
|
-
"name": "sessionId",
|
|
357
359
|
"icon": "terminal",
|
|
358
|
-
"
|
|
359
|
-
"
|
|
360
|
+
"variant": "h4",
|
|
361
|
+
"name": "sessionId",
|
|
362
|
+
"label": "Session ID"
|
|
360
363
|
},
|
|
361
364
|
{
|
|
362
365
|
"name": "status",
|
|
@@ -364,17 +367,14 @@
|
|
|
364
367
|
"variant": "badge"
|
|
365
368
|
},
|
|
366
369
|
{
|
|
367
|
-
"label": "Label",
|
|
368
370
|
"name": "label",
|
|
371
|
+
"label": "Label",
|
|
369
372
|
"variant": "caption"
|
|
370
373
|
}
|
|
371
|
-
]
|
|
372
|
-
"entity": "@payload.data"
|
|
374
|
+
]
|
|
373
375
|
}
|
|
374
376
|
],
|
|
375
|
-
"
|
|
376
|
-
"type": "stack",
|
|
377
|
-
"direction": "vertical"
|
|
377
|
+
"type": "stack"
|
|
378
378
|
}
|
|
379
379
|
]
|
|
380
380
|
]
|
|
@@ -388,36 +388,36 @@
|
|
|
388
388
|
"render-ui",
|
|
389
389
|
"main",
|
|
390
390
|
{
|
|
391
|
-
"direction": "vertical",
|
|
392
391
|
"align": "center",
|
|
393
|
-
"gap": "md",
|
|
394
|
-
"type": "stack",
|
|
395
392
|
"className": "py-12",
|
|
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
|
-
"content": "Failed to load sessions",
|
|
404
401
|
"variant": "h3",
|
|
405
|
-
"type": "typography"
|
|
402
|
+
"type": "typography",
|
|
403
|
+
"content": "Failed to load sessions"
|
|
406
404
|
},
|
|
407
405
|
{
|
|
408
406
|
"color": "muted",
|
|
409
|
-
"variant": "body",
|
|
410
407
|
"content": "@payload.error",
|
|
411
|
-
"type": "typography"
|
|
408
|
+
"type": "typography",
|
|
409
|
+
"variant": "body"
|
|
412
410
|
},
|
|
413
411
|
{
|
|
414
|
-
"label": "Retry",
|
|
415
412
|
"action": "INIT",
|
|
413
|
+
"variant": "primary",
|
|
414
|
+
"label": "Retry",
|
|
416
415
|
"type": "button",
|
|
417
|
-
"icon": "rotate-ccw"
|
|
418
|
-
"variant": "primary"
|
|
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
|
],
|
|
@@ -456,15 +456,16 @@
|
|
|
456
456
|
"main",
|
|
457
457
|
{
|
|
458
458
|
"type": "stack",
|
|
459
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
459
460
|
"children": [
|
|
460
461
|
{
|
|
461
462
|
"gap": "sm",
|
|
462
|
-
"type": "stack",
|
|
463
463
|
"align": "center",
|
|
464
|
+
"type": "stack",
|
|
464
465
|
"children": [
|
|
465
466
|
{
|
|
466
|
-
"
|
|
467
|
-
"
|
|
467
|
+
"name": "terminal",
|
|
468
|
+
"type": "icon"
|
|
468
469
|
},
|
|
469
470
|
{
|
|
470
471
|
"content": "AgentSession Manager",
|
|
@@ -478,37 +479,20 @@
|
|
|
478
479
|
"type": "divider"
|
|
479
480
|
},
|
|
480
481
|
{
|
|
481
|
-
"
|
|
482
|
-
{
|
|
483
|
-
"name": "sessionId",
|
|
484
|
-
"icon": "terminal",
|
|
485
|
-
"variant": "h4",
|
|
486
|
-
"label": "Session ID"
|
|
487
|
-
},
|
|
488
|
-
{
|
|
489
|
-
"name": "status",
|
|
490
|
-
"label": "Status",
|
|
491
|
-
"variant": "badge"
|
|
492
|
-
},
|
|
493
|
-
{
|
|
494
|
-
"name": "label",
|
|
495
|
-
"variant": "caption",
|
|
496
|
-
"label": "Label"
|
|
497
|
-
}
|
|
498
|
-
],
|
|
482
|
+
"type": "data-grid",
|
|
499
483
|
"entity": "@payload.data",
|
|
500
484
|
"itemActions": [
|
|
501
485
|
{
|
|
502
486
|
"variant": "secondary",
|
|
503
|
-
"icon": "git-branch",
|
|
504
487
|
"label": "Fork",
|
|
505
|
-
"event": "FORK"
|
|
488
|
+
"event": "FORK",
|
|
489
|
+
"icon": "git-branch"
|
|
506
490
|
},
|
|
507
491
|
{
|
|
508
|
-
"variant": "secondary",
|
|
509
492
|
"label": "Label",
|
|
493
|
+
"icon": "tag",
|
|
510
494
|
"event": "LABEL",
|
|
511
|
-
"
|
|
495
|
+
"variant": "secondary"
|
|
512
496
|
},
|
|
513
497
|
{
|
|
514
498
|
"label": "End",
|
|
@@ -517,12 +501,28 @@
|
|
|
517
501
|
"variant": "ghost"
|
|
518
502
|
}
|
|
519
503
|
],
|
|
520
|
-
"
|
|
504
|
+
"fields": [
|
|
505
|
+
{
|
|
506
|
+
"label": "Session ID",
|
|
507
|
+
"name": "sessionId",
|
|
508
|
+
"variant": "h4",
|
|
509
|
+
"icon": "terminal"
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
"name": "status",
|
|
513
|
+
"label": "Status",
|
|
514
|
+
"variant": "badge"
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
"label": "Label",
|
|
518
|
+
"variant": "caption",
|
|
519
|
+
"name": "label"
|
|
520
|
+
}
|
|
521
|
+
]
|
|
521
522
|
}
|
|
522
523
|
],
|
|
523
524
|
"direction": "vertical",
|
|
524
|
-
"gap": "lg"
|
|
525
|
-
"className": "max-w-5xl mx-auto w-full"
|
|
525
|
+
"gap": "lg"
|
|
526
526
|
}
|
|
527
527
|
]
|
|
528
528
|
]
|
|
@@ -538,9 +538,9 @@
|
|
|
538
538
|
{
|
|
539
539
|
"children": [
|
|
540
540
|
{
|
|
541
|
-
"
|
|
541
|
+
"type": "icon",
|
|
542
542
|
"name": "alert-triangle",
|
|
543
|
-
"
|
|
543
|
+
"color": "destructive"
|
|
544
544
|
},
|
|
545
545
|
{
|
|
546
546
|
"type": "typography",
|
|
@@ -548,24 +548,24 @@
|
|
|
548
548
|
"content": "Failed to load sessions"
|
|
549
549
|
},
|
|
550
550
|
{
|
|
551
|
-
"
|
|
551
|
+
"variant": "body",
|
|
552
552
|
"type": "typography",
|
|
553
|
-
"
|
|
554
|
-
"
|
|
553
|
+
"color": "muted",
|
|
554
|
+
"content": "@payload.error"
|
|
555
555
|
},
|
|
556
556
|
{
|
|
557
557
|
"label": "Retry",
|
|
558
|
-
"action": "INIT",
|
|
559
558
|
"variant": "primary",
|
|
559
|
+
"action": "INIT",
|
|
560
560
|
"type": "button",
|
|
561
561
|
"icon": "rotate-ccw"
|
|
562
562
|
}
|
|
563
563
|
],
|
|
564
|
-
"
|
|
564
|
+
"align": "center",
|
|
565
565
|
"type": "stack",
|
|
566
566
|
"className": "py-12",
|
|
567
|
-
"
|
|
568
|
-
"
|
|
567
|
+
"direction": "vertical",
|
|
568
|
+
"gap": "md"
|
|
569
569
|
}
|
|
570
570
|
]
|
|
571
571
|
]
|
|
@@ -791,39 +791,39 @@
|
|
|
791
791
|
"render-ui",
|
|
792
792
|
"modal",
|
|
793
793
|
{
|
|
794
|
+
"direction": "vertical",
|
|
795
|
+
"type": "stack",
|
|
794
796
|
"children": [
|
|
795
797
|
{
|
|
796
798
|
"direction": "horizontal",
|
|
797
|
-
"type": "stack",
|
|
798
799
|
"children": [
|
|
799
800
|
{
|
|
800
|
-
"
|
|
801
|
-
"
|
|
801
|
+
"name": "tag",
|
|
802
|
+
"type": "icon"
|
|
802
803
|
},
|
|
803
804
|
{
|
|
804
|
-
"
|
|
805
|
+
"type": "typography",
|
|
805
806
|
"content": "Label Session",
|
|
806
|
-
"
|
|
807
|
+
"variant": "h3"
|
|
807
808
|
}
|
|
808
809
|
],
|
|
810
|
+
"type": "stack",
|
|
809
811
|
"gap": "sm"
|
|
810
812
|
},
|
|
811
813
|
{
|
|
812
814
|
"type": "divider"
|
|
813
815
|
},
|
|
814
816
|
{
|
|
815
|
-
"submitEvent": "SAVE",
|
|
816
817
|
"entity": "@payload.row",
|
|
817
|
-
"
|
|
818
|
-
"label"
|
|
819
|
-
],
|
|
818
|
+
"mode": "edit",
|
|
820
819
|
"type": "form-section",
|
|
820
|
+
"submitEvent": "SAVE",
|
|
821
821
|
"cancelEvent": "CLOSE",
|
|
822
|
-
"
|
|
822
|
+
"fields": [
|
|
823
|
+
"label"
|
|
824
|
+
]
|
|
823
825
|
}
|
|
824
826
|
],
|
|
825
|
-
"type": "stack",
|
|
826
|
-
"direction": "vertical",
|
|
827
827
|
"gap": "md"
|
|
828
828
|
}
|
|
829
829
|
]
|
|
@@ -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
|
],
|
|
@@ -1157,8 +1157,8 @@
|
|
|
1157
1157
|
{
|
|
1158
1158
|
"icon": "git-branch",
|
|
1159
1159
|
"type": "empty-state",
|
|
1160
|
-
"
|
|
1161
|
-
"
|
|
1160
|
+
"description": "Session is ready",
|
|
1161
|
+
"title": "Session"
|
|
1162
1162
|
}
|
|
1163
1163
|
]
|
|
1164
1164
|
]
|
|
@@ -1182,8 +1182,8 @@
|
|
|
1182
1182
|
},
|
|
1183
1183
|
{
|
|
1184
1184
|
"emit": {
|
|
1185
|
-
"
|
|
1186
|
-
"
|
|
1185
|
+
"success": "AgentSessionSaved",
|
|
1186
|
+
"failure": "AgentSessionSaveFailed"
|
|
1187
1187
|
}
|
|
1188
1188
|
}
|
|
1189
1189
|
],
|
|
@@ -1217,13 +1217,13 @@
|
|
|
1217
1217
|
"update",
|
|
1218
1218
|
"AgentSession",
|
|
1219
1219
|
{
|
|
1220
|
-
"
|
|
1221
|
-
"
|
|
1220
|
+
"id": "@payload.row.id",
|
|
1221
|
+
"status": "ended"
|
|
1222
1222
|
},
|
|
1223
1223
|
{
|
|
1224
1224
|
"emit": {
|
|
1225
|
-
"
|
|
1226
|
-
"
|
|
1225
|
+
"success": "AgentSessionUpdated",
|
|
1226
|
+
"failure": "AgentSessionUpdateFailed"
|
|
1227
1227
|
}
|
|
1228
1228
|
}
|
|
1229
1229
|
],
|
|
@@ -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": {
|
|
@@ -1308,8 +1308,8 @@
|
|
|
1308
1308
|
"AgentSession",
|
|
1309
1309
|
{
|
|
1310
1310
|
"emit": {
|
|
1311
|
-
"
|
|
1312
|
-
"
|
|
1311
|
+
"failure": "AgentSessionLoadFailed",
|
|
1312
|
+
"success": "AgentSessionLoaded"
|
|
1313
1313
|
}
|
|
1314
1314
|
}
|
|
1315
1315
|
],
|
|
@@ -1318,9 +1318,9 @@
|
|
|
1318
1318
|
"main",
|
|
1319
1319
|
{
|
|
1320
1320
|
"type": "empty-state",
|
|
1321
|
-
"
|
|
1321
|
+
"icon": "git-branch",
|
|
1322
1322
|
"title": "Session",
|
|
1323
|
-
"
|
|
1323
|
+
"description": "Session is ready"
|
|
1324
1324
|
}
|
|
1325
1325
|
]
|
|
1326
1326
|
]
|
|
@@ -1338,9 +1338,9 @@
|
|
|
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": {
|