@almadar/std 8.4.2 → 9.0.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 +97 -97
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
- package/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
- package/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1240 -1226
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3031 -3051
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2132 -2140
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1049 -1035
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
- package/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
- package/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
- package/behaviors/registry/app/organisms/std-cms.orb +587 -587
- package/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
- package/behaviors/registry/app/organisms/std-crm.orb +966 -966
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
- package/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
- package/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
- package/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
- package/behaviors/registry/app/organisms/std-lms.orb +876 -876
- package/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
- package/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
- package/behaviors/registry/core/atoms/std-browse.orb +67 -67
- package/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
- package/behaviors/registry/core/atoms/std-calendar.orb +62 -62
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
- package/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
- package/behaviors/registry/core/atoms/std-display.orb +370 -370
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +63 -63
- package/behaviors/registry/core/atoms/std-gallery.orb +55 -55
- package/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/behaviors/registry/core/atoms/std-pagination.orb +53 -53
- package/behaviors/registry/core/atoms/std-push.orb +50 -60
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/behaviors/registry/core/atoms/std-related.orb +39 -39
- package/behaviors/registry/core/atoms/std-search.orb +73 -73
- package/behaviors/registry/core/atoms/std-selection.orb +110 -110
- package/behaviors/registry/core/atoms/std-tabs.orb +47 -47
- package/behaviors/registry/core/molecules/std-cart.orb +60 -60
- package/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
- package/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
- package/behaviors/registry/core/molecules/std-list.orb +68 -68
- package/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
- package/behaviors/registry/game/atoms/std-collision.orb +140 -140
- package/behaviors/registry/game/atoms/std-combat.orb +76 -76
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
- package/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
- package/behaviors/registry/game/atoms/std-movement.orb +276 -276
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
- package/behaviors/registry/game/atoms/std-quest.orb +129 -129
- package/behaviors/registry/game/atoms/std-timer.orb +285 -285
- package/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
- package/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
- package/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
- package/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
- package/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
- package/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
- package/behaviors/registry/service/atoms/std-service-email.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-github.orb +111 -111
- package/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
- package/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
- package/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
- package/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
- package/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
- package/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
- package/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +1072 -1072
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +979 -979
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1240 -1226
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3031 -3051
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2132 -2140
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1049 -1035
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
- package/dist/behaviors/registry/app/organisms/std-cms.orb +587 -587
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
- package/dist/behaviors/registry/app/organisms/std-crm.orb +966 -966
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
- package/dist/behaviors/registry/app/organisms/std-lms.orb +876 -876
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
- package/dist/behaviors/registry/core/atoms/std-browse.orb +67 -67
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +62 -62
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-display.orb +370 -370
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +63 -63
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-push.orb +50 -60
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/dist/behaviors/registry/core/atoms/std-related.orb +39 -39
- package/dist/behaviors/registry/core/atoms/std-search.orb +73 -73
- package/dist/behaviors/registry/core/atoms/std-selection.orb +110 -110
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +47 -47
- package/dist/behaviors/registry/core/molecules/std-cart.orb +60 -60
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
- package/dist/behaviors/registry/core/molecules/std-list.orb +68 -68
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
- package/dist/behaviors/registry/game/atoms/std-collision.orb +140 -140
- package/dist/behaviors/registry/game/atoms/std-combat.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-movement.orb +276 -276
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
- package/dist/behaviors/registry/game/atoms/std-quest.orb +129 -129
- package/dist/behaviors/registry/game/atoms/std-timer.orb +285 -285
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +111 -111
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1072 -1072
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +979 -979
- package/package.json +1 -1
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"event": "AgentActivityLogLoaded",
|
|
75
75
|
"description": "Fired when the AgentActivityLog collection finishes loading; payload.data holds the list",
|
|
76
76
|
"scope": "internal",
|
|
77
|
-
"
|
|
77
|
+
"payloadSchema": [
|
|
78
78
|
{
|
|
79
79
|
"name": "data",
|
|
80
80
|
"type": "[AgentActivityLog]"
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"event": "AgentActivityLogLoadFailed",
|
|
86
86
|
"description": "Fired when the AgentActivityLog collection fails to load",
|
|
87
87
|
"scope": "internal",
|
|
88
|
-
"
|
|
88
|
+
"payloadSchema": [
|
|
89
89
|
{
|
|
90
90
|
"name": "error",
|
|
91
91
|
"type": "string"
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"event": "AgentActivityLogSaved",
|
|
101
101
|
"description": "Fired when a LOG_ENTRY persist succeeds",
|
|
102
102
|
"scope": "internal",
|
|
103
|
-
"
|
|
103
|
+
"payloadSchema": [
|
|
104
104
|
{
|
|
105
105
|
"name": "id",
|
|
106
106
|
"type": "string"
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"event": "AgentActivityLogSaveFailed",
|
|
112
112
|
"description": "Fired when a LOG_ENTRY persist fails",
|
|
113
113
|
"scope": "internal",
|
|
114
|
-
"
|
|
114
|
+
"payloadSchema": [
|
|
115
115
|
{
|
|
116
116
|
"name": "error",
|
|
117
117
|
"type": "string"
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"event": "AgentActivityLogDeleted",
|
|
127
127
|
"description": "Fired when CLEAR deletes activity log rows",
|
|
128
128
|
"scope": "internal",
|
|
129
|
-
"
|
|
129
|
+
"payloadSchema": [
|
|
130
130
|
{
|
|
131
131
|
"name": "id",
|
|
132
132
|
"type": "string"
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
"event": "AgentActivityLogDeleteFailed",
|
|
138
138
|
"description": "Fired when CLEAR fails to delete",
|
|
139
139
|
"scope": "internal",
|
|
140
|
-
"
|
|
140
|
+
"payloadSchema": [
|
|
141
141
|
{
|
|
142
142
|
"name": "error",
|
|
143
143
|
"type": "string"
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
{
|
|
177
177
|
"key": "AgentActivityLogLoaded",
|
|
178
178
|
"name": "AgentActivityLog loaded",
|
|
179
|
-
"
|
|
179
|
+
"payloadSchema": [
|
|
180
180
|
{
|
|
181
181
|
"name": "data",
|
|
182
182
|
"type": "[AgentActivityLog]"
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
{
|
|
187
187
|
"key": "AgentActivityLogLoadFailed",
|
|
188
188
|
"name": "AgentActivityLog load failed",
|
|
189
|
-
"
|
|
189
|
+
"payloadSchema": [
|
|
190
190
|
{
|
|
191
191
|
"name": "error",
|
|
192
192
|
"type": "string"
|
|
@@ -200,7 +200,7 @@
|
|
|
200
200
|
{
|
|
201
201
|
"key": "LOG_ENTRY",
|
|
202
202
|
"name": "Log Entry",
|
|
203
|
-
"
|
|
203
|
+
"payloadSchema": [
|
|
204
204
|
{
|
|
205
205
|
"name": "action",
|
|
206
206
|
"type": "string"
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
{
|
|
223
223
|
"key": "AgentActivityLogSaved",
|
|
224
224
|
"name": "AgentActivityLog saved",
|
|
225
|
-
"
|
|
225
|
+
"payloadSchema": [
|
|
226
226
|
{
|
|
227
227
|
"name": "id",
|
|
228
228
|
"type": "string"
|
|
@@ -232,7 +232,7 @@
|
|
|
232
232
|
{
|
|
233
233
|
"key": "AgentActivityLogSaveFailed",
|
|
234
234
|
"name": "AgentActivityLog save failed",
|
|
235
|
-
"
|
|
235
|
+
"payloadSchema": [
|
|
236
236
|
{
|
|
237
237
|
"name": "error",
|
|
238
238
|
"type": "string"
|
|
@@ -246,7 +246,7 @@
|
|
|
246
246
|
{
|
|
247
247
|
"key": "AgentActivityLogDeleted",
|
|
248
248
|
"name": "AgentActivityLog deleted",
|
|
249
|
-
"
|
|
249
|
+
"payloadSchema": [
|
|
250
250
|
{
|
|
251
251
|
"name": "id",
|
|
252
252
|
"type": "string"
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
{
|
|
257
257
|
"key": "AgentActivityLogDeleteFailed",
|
|
258
258
|
"name": "AgentActivityLog delete failed",
|
|
259
|
-
"
|
|
259
|
+
"payloadSchema": [
|
|
260
260
|
{
|
|
261
261
|
"name": "error",
|
|
262
262
|
"type": "string"
|
|
@@ -288,22 +288,22 @@
|
|
|
288
288
|
"render-ui",
|
|
289
289
|
"main",
|
|
290
290
|
{
|
|
291
|
-
"direction": "vertical",
|
|
292
291
|
"type": "stack",
|
|
293
|
-
"
|
|
292
|
+
"direction": "vertical",
|
|
293
|
+
"className": "py-12",
|
|
294
294
|
"children": [
|
|
295
295
|
{
|
|
296
296
|
"type": "spinner"
|
|
297
297
|
},
|
|
298
298
|
{
|
|
299
299
|
"type": "typography",
|
|
300
|
+
"color": "muted",
|
|
300
301
|
"content": "Loading activity log…",
|
|
301
|
-
"variant": "caption"
|
|
302
|
-
"color": "muted"
|
|
302
|
+
"variant": "caption"
|
|
303
303
|
}
|
|
304
304
|
],
|
|
305
|
-
"
|
|
306
|
-
"
|
|
305
|
+
"gap": "md",
|
|
306
|
+
"align": "center"
|
|
307
307
|
}
|
|
308
308
|
]
|
|
309
309
|
]
|
|
@@ -317,51 +317,51 @@
|
|
|
317
317
|
"render-ui",
|
|
318
318
|
"main",
|
|
319
319
|
{
|
|
320
|
+
"type": "stack",
|
|
321
|
+
"gap": "lg",
|
|
320
322
|
"children": [
|
|
321
323
|
{
|
|
324
|
+
"gap": "sm",
|
|
325
|
+
"direction": "horizontal",
|
|
322
326
|
"justify": "between",
|
|
327
|
+
"type": "stack",
|
|
328
|
+
"align": "center",
|
|
323
329
|
"children": [
|
|
324
330
|
{
|
|
325
|
-
"align": "center",
|
|
326
|
-
"type": "stack",
|
|
327
331
|
"direction": "horizontal",
|
|
332
|
+
"type": "stack",
|
|
328
333
|
"gap": "sm",
|
|
334
|
+
"align": "center",
|
|
329
335
|
"children": [
|
|
330
336
|
{
|
|
331
|
-
"
|
|
332
|
-
"
|
|
337
|
+
"type": "icon",
|
|
338
|
+
"name": "activity"
|
|
333
339
|
},
|
|
334
340
|
{
|
|
335
|
-
"type": "typography",
|
|
336
341
|
"variant": "h2",
|
|
337
|
-
"content": "Activity Log"
|
|
342
|
+
"content": "Activity Log",
|
|
343
|
+
"type": "typography"
|
|
338
344
|
}
|
|
339
345
|
]
|
|
340
346
|
},
|
|
341
347
|
{
|
|
342
|
-
"action": "CLEAR",
|
|
343
348
|
"type": "button",
|
|
344
|
-
"
|
|
349
|
+
"action": "CLEAR",
|
|
345
350
|
"variant": "ghost",
|
|
346
|
-
"icon": "trash"
|
|
351
|
+
"icon": "trash",
|
|
352
|
+
"label": "Clear"
|
|
347
353
|
}
|
|
348
|
-
]
|
|
349
|
-
"gap": "sm",
|
|
350
|
-
"type": "stack",
|
|
351
|
-
"direction": "horizontal",
|
|
352
|
-
"align": "center"
|
|
354
|
+
]
|
|
353
355
|
},
|
|
354
356
|
{
|
|
355
357
|
"type": "divider"
|
|
356
358
|
},
|
|
357
359
|
{
|
|
358
360
|
"type": "timeline",
|
|
359
|
-
"
|
|
360
|
-
"
|
|
361
|
+
"entity": "@payload.data",
|
|
362
|
+
"fields": []
|
|
361
363
|
}
|
|
362
364
|
],
|
|
363
|
-
"gap": "lg",
|
|
364
|
-
"type": "stack",
|
|
365
365
|
"direction": "vertical"
|
|
366
366
|
}
|
|
367
367
|
]
|
|
@@ -376,36 +376,36 @@
|
|
|
376
376
|
"render-ui",
|
|
377
377
|
"main",
|
|
378
378
|
{
|
|
379
|
-
"gap": "md",
|
|
380
|
-
"align": "center",
|
|
381
|
-
"className": "py-12",
|
|
382
|
-
"direction": "vertical",
|
|
383
379
|
"children": [
|
|
384
380
|
{
|
|
381
|
+
"name": "alert-triangle",
|
|
385
382
|
"type": "icon",
|
|
386
|
-
"color": "destructive"
|
|
387
|
-
"name": "alert-triangle"
|
|
383
|
+
"color": "destructive"
|
|
388
384
|
},
|
|
389
385
|
{
|
|
390
|
-
"
|
|
386
|
+
"content": "Failed to load activity log",
|
|
391
387
|
"variant": "h3",
|
|
392
|
-
"
|
|
388
|
+
"type": "typography"
|
|
393
389
|
},
|
|
394
390
|
{
|
|
395
|
-
"type": "typography",
|
|
396
|
-
"color": "muted",
|
|
397
391
|
"variant": "body",
|
|
398
|
-
"content": "@payload.error"
|
|
392
|
+
"content": "@payload.error",
|
|
393
|
+
"color": "muted",
|
|
394
|
+
"type": "typography"
|
|
399
395
|
},
|
|
400
396
|
{
|
|
401
|
-
"icon": "rotate-ccw",
|
|
402
|
-
"type": "button",
|
|
403
|
-
"variant": "primary",
|
|
404
397
|
"action": "INIT",
|
|
405
|
-
"
|
|
398
|
+
"type": "button",
|
|
399
|
+
"label": "Retry",
|
|
400
|
+
"icon": "rotate-ccw",
|
|
401
|
+
"variant": "primary"
|
|
406
402
|
}
|
|
407
403
|
],
|
|
408
|
-
"
|
|
404
|
+
"className": "py-12",
|
|
405
|
+
"type": "stack",
|
|
406
|
+
"align": "center",
|
|
407
|
+
"gap": "md",
|
|
408
|
+
"direction": "vertical"
|
|
409
409
|
}
|
|
410
410
|
]
|
|
411
411
|
]
|
|
@@ -420,15 +420,15 @@
|
|
|
420
420
|
"create",
|
|
421
421
|
"AgentActivityLog",
|
|
422
422
|
{
|
|
423
|
-
"
|
|
423
|
+
"timestamp": "@now",
|
|
424
424
|
"action": "@payload.action",
|
|
425
425
|
"detail": "@payload.detail",
|
|
426
|
-
"
|
|
426
|
+
"status": "@payload.status"
|
|
427
427
|
},
|
|
428
428
|
{
|
|
429
429
|
"emit": {
|
|
430
|
-
"
|
|
431
|
-
"
|
|
430
|
+
"success": "AgentActivityLogSaved",
|
|
431
|
+
"failure": "AgentActivityLogSaveFailed"
|
|
432
432
|
}
|
|
433
433
|
}
|
|
434
434
|
],
|
|
@@ -436,22 +436,22 @@
|
|
|
436
436
|
"render-ui",
|
|
437
437
|
"main",
|
|
438
438
|
{
|
|
439
|
+
"className": "py-12",
|
|
440
|
+
"align": "center",
|
|
441
|
+
"gap": "md",
|
|
442
|
+
"type": "stack",
|
|
439
443
|
"children": [
|
|
440
444
|
{
|
|
441
445
|
"type": "spinner"
|
|
442
446
|
},
|
|
443
447
|
{
|
|
444
|
-
"color": "muted",
|
|
445
448
|
"content": "Recording entry…",
|
|
446
|
-
"
|
|
447
|
-
"
|
|
449
|
+
"variant": "caption",
|
|
450
|
+
"color": "muted",
|
|
451
|
+
"type": "typography"
|
|
448
452
|
}
|
|
449
453
|
],
|
|
450
|
-
"
|
|
451
|
-
"align": "center",
|
|
452
|
-
"type": "stack",
|
|
453
|
-
"direction": "vertical",
|
|
454
|
-
"className": "py-12"
|
|
454
|
+
"direction": "vertical"
|
|
455
455
|
}
|
|
456
456
|
]
|
|
457
457
|
]
|
|
@@ -467,8 +467,8 @@
|
|
|
467
467
|
"AgentActivityLog",
|
|
468
468
|
{
|
|
469
469
|
"emit": {
|
|
470
|
-
"
|
|
471
|
-
"
|
|
470
|
+
"failure": "AgentActivityLogDeleteFailed",
|
|
471
|
+
"success": "AgentActivityLogDeleted"
|
|
472
472
|
}
|
|
473
473
|
}
|
|
474
474
|
],
|
|
@@ -476,9 +476,8 @@
|
|
|
476
476
|
"render-ui",
|
|
477
477
|
"main",
|
|
478
478
|
{
|
|
479
|
-
"gap": "md",
|
|
480
|
-
"direction": "vertical",
|
|
481
479
|
"className": "py-12",
|
|
480
|
+
"gap": "md",
|
|
482
481
|
"type": "stack",
|
|
483
482
|
"children": [
|
|
484
483
|
{
|
|
@@ -491,7 +490,8 @@
|
|
|
491
490
|
"content": "Clearing activity log…"
|
|
492
491
|
}
|
|
493
492
|
],
|
|
494
|
-
"align": "center"
|
|
493
|
+
"align": "center",
|
|
494
|
+
"direction": "vertical"
|
|
495
495
|
}
|
|
496
496
|
]
|
|
497
497
|
]
|
|
@@ -506,8 +506,8 @@
|
|
|
506
506
|
"AgentActivityLog",
|
|
507
507
|
{
|
|
508
508
|
"emit": {
|
|
509
|
-
"
|
|
510
|
-
"
|
|
509
|
+
"success": "AgentActivityLogLoaded",
|
|
510
|
+
"failure": "AgentActivityLogLoadFailed"
|
|
511
511
|
}
|
|
512
512
|
}
|
|
513
513
|
],
|
|
@@ -529,7 +529,7 @@
|
|
|
529
529
|
"render-ui",
|
|
530
530
|
"main",
|
|
531
531
|
{
|
|
532
|
-
"
|
|
532
|
+
"type": "stack",
|
|
533
533
|
"className": "py-12",
|
|
534
534
|
"children": [
|
|
535
535
|
{
|
|
@@ -538,27 +538,27 @@
|
|
|
538
538
|
"type": "icon"
|
|
539
539
|
},
|
|
540
540
|
{
|
|
541
|
-
"
|
|
541
|
+
"variant": "h3",
|
|
542
542
|
"content": "Failed to record entry",
|
|
543
|
-
"
|
|
543
|
+
"type": "typography"
|
|
544
544
|
},
|
|
545
545
|
{
|
|
546
|
+
"content": "@payload.error",
|
|
546
547
|
"type": "typography",
|
|
547
548
|
"variant": "body",
|
|
548
|
-
"content": "@payload.error",
|
|
549
549
|
"color": "muted"
|
|
550
550
|
},
|
|
551
551
|
{
|
|
552
|
+
"label": "Retry",
|
|
553
|
+
"action": "INIT",
|
|
552
554
|
"type": "button",
|
|
553
555
|
"variant": "primary",
|
|
554
|
-
"icon": "rotate-ccw"
|
|
555
|
-
"action": "INIT",
|
|
556
|
-
"label": "Retry"
|
|
556
|
+
"icon": "rotate-ccw"
|
|
557
557
|
}
|
|
558
558
|
],
|
|
559
|
-
"
|
|
559
|
+
"align": "center",
|
|
560
560
|
"direction": "vertical",
|
|
561
|
-
"
|
|
561
|
+
"gap": "md"
|
|
562
562
|
}
|
|
563
563
|
]
|
|
564
564
|
]
|
|
@@ -597,35 +597,35 @@
|
|
|
597
597
|
"main",
|
|
598
598
|
{
|
|
599
599
|
"className": "py-12",
|
|
600
|
+
"type": "stack",
|
|
601
|
+
"gap": "md",
|
|
602
|
+
"direction": "vertical",
|
|
600
603
|
"align": "center",
|
|
601
604
|
"children": [
|
|
602
605
|
{
|
|
603
|
-
"color": "destructive",
|
|
604
606
|
"type": "icon",
|
|
607
|
+
"color": "destructive",
|
|
605
608
|
"name": "alert-triangle"
|
|
606
609
|
},
|
|
607
610
|
{
|
|
608
|
-
"type": "typography",
|
|
609
611
|
"variant": "h3",
|
|
610
|
-
"content": "Failed to clear activity log"
|
|
612
|
+
"content": "Failed to clear activity log",
|
|
613
|
+
"type": "typography"
|
|
611
614
|
},
|
|
612
615
|
{
|
|
613
616
|
"type": "typography",
|
|
614
|
-
"
|
|
617
|
+
"color": "muted",
|
|
615
618
|
"content": "@payload.error",
|
|
616
|
-
"
|
|
619
|
+
"variant": "body"
|
|
617
620
|
},
|
|
618
621
|
{
|
|
619
|
-
"
|
|
620
|
-
"action": "INIT",
|
|
621
|
-
"variant": "primary",
|
|
622
|
+
"icon": "rotate-ccw",
|
|
622
623
|
"label": "Retry",
|
|
623
|
-
"
|
|
624
|
+
"action": "INIT",
|
|
625
|
+
"type": "button",
|
|
626
|
+
"variant": "primary"
|
|
624
627
|
}
|
|
625
|
-
]
|
|
626
|
-
"gap": "md",
|
|
627
|
-
"type": "stack",
|
|
628
|
-
"direction": "vertical"
|
|
628
|
+
]
|
|
629
629
|
}
|
|
630
630
|
]
|
|
631
631
|
]
|
|
@@ -640,8 +640,8 @@
|
|
|
640
640
|
"AgentActivityLog",
|
|
641
641
|
{
|
|
642
642
|
"emit": {
|
|
643
|
-
"
|
|
644
|
-
"
|
|
643
|
+
"success": "AgentActivityLogLoaded",
|
|
644
|
+
"failure": "AgentActivityLogLoadFailed"
|
|
645
645
|
}
|
|
646
646
|
}
|
|
647
647
|
],
|
|
@@ -672,4 +672,4 @@
|
|
|
672
672
|
]
|
|
673
673
|
}
|
|
674
674
|
]
|
|
675
|
-
}
|
|
675
|
+
}
|